http://mouse.oit.edu.tw/Books/Network2/CCNP8/Lab%2008.ppt
作業
(LAN 部分使用 233.43.xx/24,
WAN 部分使用 143.73.xx/24,
xxx代表學號末2碼,
學號末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 s0/2
no shutdown
4.等待一段時間並觀察路由表
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 s0/0
no shutdown
7.等待一段時間並觀察路由表
PC1 tracert PC2
作業圖一 Router 1 的 RIP routing table
作業圖二 Router s0/2 復線前後 PC1 tracert PC2 (五步變成四步)
作業圖三 Router 1 的 EIGRP routing table
作業圖四 Router1 s0/1 復線前後 PC1 tracert PC2 (四步變成三步)
|