動態路由聯通全網

  1. 須要的環境PacketTracer6(思科)java

  2. 對路由器配置動態路由實現不一樣網段之間的通訊
  3. 按要求搭建上面的網絡拓撲結構
    使用鼠標拖動將所須要的結構放入到空白處
  4. 配置好各臺pc機的ip地址以及網關地址(ip地址以及各網關地址註明在上面)
  5. 對路由器鏈接的各個端口進行配置,命令以下:

左邊路由器:
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

  1. 對各個路由器配置動態路由,命令以下:

左邊路由器:
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

  1. 查看各個路由器的路由表

爲了方便查看,插入上面的網絡拓撲結構圖:

使用show ip route查看

對於左邊的路由器,若是配置正確會顯示:

對於右邊的路由器,若是配置正確會顯示:

對於上邊的路由器,若是配置正確會顯示:

8.進入PC機的Command Prompt 終端ping各個主機查看聯通狀況:

進入ip地址爲222.1.1.1由近及遠ping本身與各個主機

(1)ping 軟件迴環地址:

(2)ping本身的網卡:

(3)ping其餘PC機

  1. 分析第一次ping的時候爲何會丟包或者延時

ping第一個是ARP廣播包,創建MAC地址和IP地址對應表

由於一開始不知道對方的MAC地址,因此包可能丟。
————————————————
版權聲明:本文爲CSDN博主「蠕動的二哈」的原創文章,遵循 CC 4.0 BY-SA 版權協議,轉載請附上原文出處連接及本聲明。
原文連接:https://blog.csdn.net/qq_39445165/java/article/details/80559561

相關文章
相關標籤/搜索