1. 程式人生 > >思科二層交換機遠程telnet管理

思科二層交換機遠程telnet管理

二層 tex conf mage 分享圖片 line route telnet bottom

技術分享圖片


R1配置:

Router>en

Router#conf t


R1(config)#int f0/0

R1(config-if)#ip add 192.168.10.2 255.255.255.0

R1(config-if)#no sh


R1(config-if)#int f0/1

R1(config-if)#ip add 192.168.20.254 255.255.255.0

R1(config-if)#no sh


SW1配置:

Switch>en

Switch#conf t

Switch(config)#hostname SW1


SW1(config)#lin vty 0 15

SW1(config-line)#password ccna

SW1(config-line)#login

SW1(config-line)#exit

SW1(config)#enable password 123456


SW1(config)#int vlan 1

SW1(config-if)#ip add 192.168.20.1 255.255.255.0

SW1(config-if)#no shun

SW1(config-if)#exit

SW1(config)#ip default-gateway 192.168.20.25


思科二層交換機遠程telnet管理