思科Telnet远程登录

#拓扑结构

思科Telnet远程登录

三层交换机配置

Switch#enable

Switch#conf  terminal

Switch(config)#interface vlan 1

Switch(config-if)#ip ad

Switch(config-if)#ip address 192.168.1.55 255.255.255.0      vlan配置ip

Switch(config-if)#no shutdown           **端口

Switch(config-if)#exit

Switch(config)#line vty 0 4

Switch(config-line)#password 123

Switch(config-line)#exit

Switch(config)#enable password 321

PC主机配置同段IP

测试:

思科Telnet远程登录