一、通過Telnet訪問路由器

1. 實驗拓撲

2. 配置步驟

Router>enable

Router#conf t

Enter configuration commands, one per line.  End with CNTL/Z.

Router(config)#hostname routerA

routerA(config)#int fa0/0

routerA(config-if)#ip address 192.168.1.1 255.255.255.0

routerA(config-if)#no shutdown

routerA(config-if)#line vty 0 4

routerA(config-line)#password cisco           //telnet的密碼

routerA(config-line)#login                  

routerA(config-line)#enable secret 123456    //enable的密碼

3. 客戶端Telnet連接

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章