赞
踩
1.要求:
1.)配置交换机的远程管理ip地址为 192.168.1.1/24
2.)配置VTY用户的密码为000
3.)配置特权密码为456
4.)进行远程登录测试
2,具体配置
交换机:
Switch(config)#enable password 123
Switch(config)#enable secret 456
Switch(config)#int vlan 1
Switch(config-if)#ip add 192.168.1.1 255.255.255.0
Switch(config-if)#no shutdown
Switch(config-if)#exit
Switch(config)#line vty 0 5
Switch(config-line)#password 000
Switch(config-line)#login
Switch(config-line)#exit
PC机:
配完ip,进入命令行模式
输入 telnet 192.168.1.1
输入密码 000 即可连接
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。