华为交换机实现远程管理

给console口设置password认证

sys
user-interface console 0
authentication-mode password 
set authentication password
xxxxxxxx(8-16)
xxxxxxxx(8-16)
quit
sa

 

远程登录:telent或http

 

 

sys
telnet server enable
user-interface vty 0 4 
 authentication-mode aaa
 protocol inbound telnet
aaa
local-user xxxxxx(user name) password cipher xxxxxxxx(8-16)
local-user xxxxxx privilege level 15 (用户等级)
local-user xxxxxx service-type telnet terminal http 
qu
qu
sa


配管理地址

sys
vlan 211
qu
interface Vlanif 211
ip address 192.168.211.254 255.255.255.0
qu
ip route-static 0.0.0.0 0.0.0.0 192.168.211.254
qu
s

参考HedEx Lite


 

你可能感兴趣的:(华为交换机实现远程管理)