須要的環境PacketTracer6(思科)java
左邊路由器:
enable 15
configure terminal
interface fastethernet 0/0(查看端口號使用鼠標移入有鏈接的顏色的節點)
ip address 222.1.3.2 255.255.255.0
no shutdown
exit網絡
interface serial 3/0
ip address 222.1.5.2 255.255.255.0
no shutdown
exitide
interface serial 2/0
ip address 222.1.4.2 255.255.255.0
no shutdown
exit.net
右邊路由器:
enable 15
configure terminal
interface fastethernet 0/0
ip address 222.1.2.5 255.255.255.0
no shutdown
exitrouter
interface serial 3/0
ip address 222.1.6.2 255.255.255.0
no shutdown
exitblog
interface serial 2/0
ip address 222.1.4.1 255.255.255.0
no shutdown
exitip
上邊的路由器:
enable 15
configure terminal
interface fastethernet 0/0
ip address 222.1.1.4 255.255.255.0
no shutdown
exit路由
interface serial 3/0
ip address 222.1.6.1 255.255.255.0
no shutdown
exitterminal
interface serial 2/0
ip address 222.1.5.1 255.255.255.0
no shutdown
exitget
左邊路由器:
enable 15
configure terminal
router rip
version 2
network 222.1.3.0
network 222.1.4.0
network 222.1.5.0
右邊路由器:
enable 15
configure terminal
router rip
version 2
network 222.1.2.0
network 222.1.6.0
network 222.1.4.0
上邊路由器:
enable 15
configure terminal
router rip
version 2
network 222.1.1.0
network 222.1.5.0
network 222.1.6.0
爲了方便查看,插入上面的網絡拓撲結構圖:
使用show ip route查看
對於左邊的路由器,若是配置正確會顯示:
對於右邊的路由器,若是配置正確會顯示:
對於上邊的路由器,若是配置正確會顯示:
8.進入PC機的Command Prompt 終端ping各個主機查看聯通狀況:
進入ip地址爲222.1.1.1由近及遠ping本身與各個主機
(1)ping 軟件迴環地址:
(2)ping本身的網卡:
(3)ping其餘PC機
ping第一個是ARP廣播包,創建MAC地址和IP地址對應表
由於一開始不知道對方的MAC地址,因此包可能丟。
————————————————
版權聲明:本文爲CSDN博主「蠕動的二哈」的原創文章,遵循 CC 4.0 BY-SA 版權協議,轉載請附上原文出處連接及本聲明。
原文連接:https://blog.csdn.net/qq_39445165/java/article/details/80559561