|  | 
 
| 實驗實作錄影 : https://drive.google.com/file/d/1R7A7MPZLrVQOTkfwafyOk8qhGmKj03z6/view?usp=sharing 
 https://mouse.ee.aeust.edu.tw/Books/Network2/CCNP8/Lab%2008.ppt
 
 作業
 (LAN 部分使用 203.33.xxx/24,
 WAN 部分使用 182.63.xxx/24,
 xxx代表學號末3碼,
 學號末3碼超過250,使用末2碼)
 
 
 模擬練習
 1.明瞭動態繞送的運作原理
 2.明瞭RIP、IGRP、EIGRP、OSPF工作原理,並建立動態(dynamic)路由表,模擬網路故障時,路由表變化情形並使用tracert驗證
 
 步驟:
 1. PC1 tracert PC2
 2. In Router 1,Router 2, Router3, Router4
 刪除所有靜態路由
 no ip route xx.xx.xx.xx xx.xx.xx.xx xx.xx.xx.xx
 conf t
 router rip
 version 2
 network 211.81.xxx.0
 network 151.61.0.0
 3. R1 s0/2復線
 conf t
 int s1/2
 no shutdown
 4.等待一段時間並觀察路由表
 PC1 tracert PC2
 
 作業圖一  Router 1 的 RIP routing table
 
 
 
 作業圖二 Router s0/2 復線前後 PC1 tracert PC2 (五步變成四步)
 
 
 
 5. In Router 1,Router 2, Router3, Router4
 刪除所有RIPv2路由
 conf t
 no router rip
 router eigrp 100
 network 231.91.xxx.0
 network 161.81.0.0
 6. R1 s0/0復線
 conf t
 int s1/0
 no  shutdown
 7.等待一段時間並觀察路由表
 PC1 tracert PC2
 
 
 作業圖三 Router 1 的 EIGRP routing table
 
 
 
 作業圖四 Router1 s0/1 復線前後 PC1 tracert PC2 (四步變成三步)
 
 
 
 
 
 | 
 
x本帖子中包含更多資源您需要 登錄 才可以下載或查看,沒有帳號?立即註冊  |