交换机Telnet远程登陆配置

计算机与交换机配置口相连接:

Switch>en 

Switch#configure terminal

Switch(config)#interface vlan1

Switch(config-if)#ip address 192.168.1.1 255.255.255.0

Switch(config-if)#no shutdown

Switch(config)#enable password 123456

Switch(config)#line vty 0 4

Switch(config-line)#password 123123

Switch(config-line)#login

Switch(config-line)#end

Switch#show run

 

 

posted @ 2019-04-03 15:54  流浪匠人  阅读(1167)  评论(0编辑  收藏  举报