cisco交换机Telnet配置
switch>enswitch#conf t
switch(config)#hostname swa
swa(config)#enable secret 456
swa(config)#enable password 789
swa(config)#line console 0
swa(config-line)#password 999
swa(config-line)#login
swa(config-line)#line vty 0 4
swa(config-line)#password 123
swa(config-line)#login
swa(config-line)#exit
swa(config)#exit
swa#sh run
swa#exit
RA#conf t
RA(config)#interface vlan 1
RA(config-if)#ip address 192.168.2.100 255.255.255.0
RA(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
RA(config-if)#exit
RA(config)#exit
RA#