交换机的Telnet远程登陆配置
二、实验内容
1.新建 Packet Tracer 拓扑图
配置交换机管理 ip 地址
Switch(config)# int vlan 1
Switch(config-if)# ip address **IP** **submask***
2.配置用户登录密码
Switch(config)# enable password ******* 设置进入特权模式的密码
Switch(config)# line vty 0 4
Switch(config-line)# password 5ijsj
Switch(config-line)# login
三、实验过程
将Switch_2960 1 台、 PC 1 台进行设备互联
2.配置PC地址、网关
3.配置交换机管理 ip 地址、配置用户登录密码
4.命令
PC:
192.168.1.2
255.255.255.0
192.168.1.1
PC 终端:
en
conf t
inter vlan 1
ip address 192.168.1.1 255.255.255.0
no shutdown
exit
enable password 123456
line vty 0 4
password 5ijsj
login
end
show run
PC CMD:
ping 192.168.1.1
telnet 192.168.1.1
password:5ijsj
enable
password:123456
show runing
四、实验结果
原文地址:http://blog.51cto.com/13396153/2072915