配置telnet登陆及特权模式密码
分类:网络技术日期:2010-11-24 - 21:57:56作者:老谢
实验目的:配置pc telnet登陆交换机及特权模式的密码
配置过程如下
Switch>en Switch#conf terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#int vlan 1 Switch(config-if)#ip add 192.168.1.1 255.255.255.0 Switch(config-if)#no shutdown %LINK-5-CHANGED: Interface Vlan1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up Switch(config-if)#exit Switch(config)#enable password 123456 Switch(config)#line vty 0 4 Switch(config-line)#password xj123 Switch(config-line)#login Switch(config-line)#end |
暂时没有评论!