實驗內容app
Cisco 路由器telnet的配置ide
跨一臺路由器telnet另外一臺路由器spa
telnet到一臺路由器,再從該路由器telnet到另外一臺路由器3d
原創:轉載請註明本文連接及原文博主主頁http://LDDXFS.BLOG.51CTO.COMrouter
1組網圖blog
2設置本PC的本地鏈接的IP及默認網關,以下圖。接口
3在GNSZ中,右鍵單擊雲狀圖形,在快捷菜單中單擊配置ip
4按圖配置後,單擊 applyci
5單擊啓動圖標,啓動全部設備,以下圖路由
6右擊路由器,在快捷菜單中單擊Console,打開Console配置窗口
7配置路由器
R2#config Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z. 進入接口f/0 R2(config)#interface f0/0 啓用接口 R2(config-if)#no shut *Mar 1 00:06:02.459: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up *Mar 1 00:06:03.459: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up 配置接口IP地址 R2(config-if)#ip address 172.16.0.2 255.255.255.0 R2(config-if)#exit 配置密碼 R2(config)#enable secret 123456 進入console R2(config)#line console 0 R2(config-line)#login local R2(config-line)#exit R2(config)#line ? <0-70> First Line number aux Auxiliary line console Primary terminal line tty Terminal controller vty Virtual terminal x/y Slot/Port for Modems 進入vtp配置模式,配置telnet R2(config)#line vty 0 4 R2(config-line)#login local R2(config-line)#exit R2(config)#username cisco password cisco |
8參照以上配置 ,完成R2 其餘接口IP的配置及R1 的配置
9配置R1的路由
R1#config Configuring from terminal, memory, or network [terminal]?按回車鍵 Enter configuration commands, one per line. End with CNTL/Z. R1(config)#ip routing R1(config)#router rip R1(config-router)#network 172.16.0.0 R1(config-router)#network 172.17.0.0 R1(config-router)#end |
10參照以上配置,配置R2路由
11在R1上telnet R2的某接口IP,登陸到R2
R1#telnet 172.16.0.2 Trying 172.16.0.2 ... Open User Access Verification Username: cisco Password: R2>enable Password: R2#config Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z. R2(config)# R2(config)#end 返回到R1特權模式 R2#exit [Connection to 172.16.0.2 closed by foreign host] R1# |
12單擊開始,如圖輸入cmd按回車,打開控制檯窗口
13從本PC telnet到R2,再從R2 telnet 到R1。注意:輸入密碼時,密碼是不顯示的。
輸入telnet 命令,按回車,以下圖
14打開另外一個cmd。telnet到R1的f0/0接口。出現鏈接失敗提示。以下圖所示
15 次日一早,我打開電腦,ping 路由器的接口的IP地址,如圖。
那麼,14,15步是什麼緣由呢,有沒有辦法解決呢?
我想到的第一件事就是抓包,看有沒有從本機到達路由器R1的IP包。右擊路由器在快捷菜單中單擊「抓包」,在彈出的菜單中,選擇一個鏈路
及選擇一個源後
沒有任何抓包窗口出現。我想到是否是抓包軟件沒裝好呢,在GNS-all-in-one.exe安裝的時候,一併安裝的有WinPcap,看到在本機開始菜單中只有它卸載的快捷方式
我從WinPcap官網下載新的,從新安裝,再一次抓包,仍是沒有抓包窗口出現。
此時我想到了斷開寬帶鏈接
16 斷開寬帶鏈接後,再ping 一次,結果ping通
17輸入如下命令,按回車。telnet 到路由器R1
18 輸入用戶名及密碼。成功登錄路由器R1
19出現14,15步錯誤提示原來是受寬帶鏈接的影響,我想應該是受寬帶DNS的影響吧。要驗證這一猜測我經過抓包。
在GNS菜單中找,如圖選中「抓取」
打開了「抓取」小視圖
或者在鏈路的小圓點上,右擊,如圖
20斷開寬帶鏈接後telnet,抓到的IP包,能夠看到源和目的IP是本機和路由器R1
21鏈接寬帶後telnet,
沒有抓到包,
結論:出現14,15步的錯誤提示是受DNS的影響