日历存档: 2010 年 11 月 24 日

配置telnet登陆及特权模式密码

分类:网络技术日期:2010-11-24 - 21:57:56评论:0条作者:老谢

拓扑图

实验目的:配置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

pc用telnet登陆