How to access Cisco switch via Telnet
switch(config)# int vlan 10
switch(config-vlan-if)# ip address 74.59.26.56 255.255.255.248
<It can be both real(fix) ip or LAN ip address>
switch(config-vlan-if)# no shutdown
switch(config)# line vty 0 4
switch(config-line)# password abcdef
switch(config-line)# login
switch(config)# enable secret abcdefg
No comments:
Post a Comment