靜態 rip eigrp與ospf路由重發布

2021-09-03 03:48:22 字數 2586 閱讀 6622

實驗名稱:靜態、rip、eigrp與ospf路由重發布綜合實驗

實驗目的:熟練運用和配置各種協議路由重發布

實驗設計:

1、 以ospf的多區互聯為實驗框架

2、 配置靜態路由的重發布,實現與ospf區域的互通

3、 配置rip的重發布,實現接入層與ospf區域的互通

4、 配置eigrp的重發布,實現與ospf區域的互通

實驗拓撲圖:

主要配置過程:

router 0:

inte***ce loopback1

ip address 192.168.0.1 255.255.255.0

inte***ce fastethernet0/0

ip address 192.168.20.1 255.255.255.0

inte***ce serial0/1/0

ip address 192.168.1.1 255.255.255.0

clock rate 64000

router ospf 100

log-adjacency-changes

redistribute rip subnets

network 192.168.1.0 0.0.0.255 area 1

!router rip

version 2

network 192.168.20.0

!ip classless

ip route 0.0.0.0 0.0.0.0 192.168.1.2

router 1:

inte***ce serial0/1/0

ip address 192.168.1.2 255.255.255.0

!inte***ce serial0/1/1

ip address 192.168.2.1 255.255.255.0

clock rate 64000

inte***ce fastethernet0/0

ip address 192.168.4.1 255.255.255.0

router ospf 200

log-adjacency-changes

redistribute static

network 192.168.1.0 0.0.0.255 area 1

network 192.168.2.0 0.0.0.255 area 0

network 192.168.4.0 0.0.0.255 area 0

!ip classless

ip route 192.168.0.0 255.255.255.0 192.168.1.1

router 2:

inte***ce serial0/1/0

ip address 192.168.2.2 255.255.255.0

!inte***ce serial0/1/1

ip address 192.168.3.1 255.255.255.0

clock rate 64000

inte***ce fastethernet0/0

ip address 192.168.5.1 255.255.255.0

router eigrp 100

redistribute ospf 300 metric 10000 100 255 1 1500

network 192.168.3.0

auto-summary

!router ospf 300

log-adjacency-changes

redistribute eigrp 100 subnets

network 192.168.2.0 0.0.0.255 area 0

network 192.168.5.0 0.0.0.255 area 0

router 3:

inte***ce fastethernet0/0

ip address 192.168.4.2 255.255.255.0

inte***ce fastethernet0/1

ip address 192.168.5.2 255.255.255.0

router ospf 400

log-adjacency-changes

network 192.168.0.0 0.0.255.255 area 0

router 4:

inte***ce loopback1

ip address 192.168.100.100 255.255.255.0

!inte***ce loopback2

ip address 192.168.200.200 255.255.255.0

inte***ce serial0/1/0

ip address 192.168.3.2 255.255.255.0

router eigrp 100

network 192.168.3.0

network 192.168.100.0

network 192.168.200.0

auto-summary

最後測試:

左側到右側的ping測試互通性

右側到左側的ping測試互通性

OSPF詳解(一) ospf與rip的區別

ospf open shortest path first,開發最短路徑優先協議,是一種基於鏈路狀態的路由協議。ospf與rip存在的本質區別是 rip是基於距離向量演算法的路由協議,而ospf是基於鏈路狀態演算法的路由協議。使用rip協議的網路容易產生路由自環而使用ospf的網路卻不會存在路由自環...

IS IS與OSPF的區別

它們有很多共同之處,都是鏈路狀態路由協議,都使用spf演算法,vslm 快速會聚。從使用的目的來說沒有什麼區別。從協議實現來說ospf其於tcp ip協議簇,執行在ip層上,協議號89 isis基於iso clns,設計初是為了實現iso clnp路由,在後來加上了對ip路由的支援。從具體細節來說 ...

ISIS與OSPF的區別

共同之處 1 都是鏈路狀態路由協議,都要求區域內的路由器交換鏈路狀態資訊,鏈路狀態資訊被收集到鏈路狀態資料庫中 2 都是用了一種實現路由選擇資訊交換相似機制 3 都在廣播網路中選擇指定路由器來控制擴散並降低這類介質中多對多鄰接的系統資源需求 4 都是基於鏈路狀態庫中的資訊,採用幾乎相同的演算法 sp...