1. 程式人生 > >實驗2 交換機Telnet配置

實驗2 交換機Telnet配置

實驗2 交換機Telnet配置
實驗目的:學習如何 在交換機上啟用Telnet,實現通過Telnet遠端訪問交換機

Switch>en
Switch#conf t
Switch(config)#int vlan 1
Switch(config-if)#ip address 192.168.1.1 255.255.255.0
Switch(config-if)#no shutdown 
Switch(config-if)#exit

Switch(config)#line vty 0 4
Switch(config-line)#password 123
Switch(config-line)#login
Switch(config-line)#exit
Switch(config)#enable password 456
Switch(config)#