交换机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