User Guide
194
Note: Config contact as Tenda
TENDA (config)# snmp-server location Shenzhen
Note: Config location as Shenzhen
5.3.3 Config IP address manually
TENDA (config)# ip address 192.168.111.217 255.255.255.0
Note: Config a static IP address
TENDA (config)#ip route 192.168.111.1
Note: Config a gateway IP address
TENDA # show ip
Note: View configured IP address (es)
5.3.4 Enable DHCP client to obtain an IP address
TENDA(config)# ip dhcp
Note: Enable DHCP client and switch will obtain an IP address automatically from a DHCP server
on the network
TENDA(config)# show ip
Note: View the IP address obtained automatically
5.3.5 User configuration
TENDA(config)# local-user 123456 admin admin
Note: Change default password to 123456
TENDA(config)# local-user abc abc admin
Note: Add a user name of "abc" with the password of "abc" and access mode of "Administrator"
TENDA(config)# local-user admin admin user
Note: Change the access mode of "Administrator" to "User"
TENDA(config)# local-user 1a 1a user
Note: Add a user name of "la" with the password of "la" and access mode of "User"
TENDA(config)# local-user 123 123 opt
Note: Add a user name of "123" with the password of "123" and access mode of "Operator"
TENDA(config)# no local-user user
Note: Delete the user
TENDA# service telnet start
Note: Start Telnet service