如下圖所示,所有的路由器都執行ospf,整個自治系統劃分為2個區域,其中r1和r2作為abr來**區域之間的路由;
配置類似,不在闡述;
配置ospf協議:
[r1]ospf 100 router-id 91.1.1.1
[r1-ospf-100]area 1
[r1-ospf-100-area-0.0.0.1]network 1.1.1.1 0.0.0.0
[r1-ospf-100-area-0.0.0.1]network 12.1.1.0 0.0.0.255
配置類似,不在闡述;
配置rip協議:
[r1]rip 100
[r1-rip-100]version 2
[r1-rip-100]network 1.0.0.0
路由引入:
[r1]ospf 100
[r1-ospf-100]import-route rip 100 type ?
integer<1-2> type value
[r1-ospf-100]import-route rip type 2
[r1-ospf-100]import-route rip 100 type 2
檢視r3 ospf外部路由資訊:
[r3]display ospf routing
ospf process 100 with router id 93.3.3.3
routing tables
routing for network
destination cost type nexthop advrouter area
3.3.3.3/32 0 stub 3.3.3.3 93.3.3.3 0.0.0.0
23.1.1.0/24 1 transit 23.1.1.2 93.3.3.3 0.0.0.0
2.2.2.2/32 1 inter-area 23.1.1.1 92.2.2.2 0.0.0.0
12.1.1.0/24 2 inter-area 23.1.1.1 92.2.2.2 0.0.0.0
routing for ases
destination cost type tag nexthop advrouter
1.1.1.1/32 1 type2 1 23.1.1.1 91.1.1.1
total nets: 5
intra area: 2 inter area: 2 ase: 1 nssa: 0
配置nssa區域:
[r1-ospf-100-area-0.0.0.1]nssa
[r2-ospf-100-area-0.0.0.1]nssa no-summary
檢視nssa區域內ospf路由資訊:
[r1]display ospf routing
ospf process 100 with router id 91.1.1.1
routing tables
routing for network
destination cost type nexthop advrouter area
12.1.1.0/24 1 stub 12.1.1.1 91.1.1.1 0.0.0.1
0.0.0.0/0 2 inter-area 12.1.1.2 92.2.2.2 0.0.0.1
2.2.2.2/32 1 stub 12.1.1.2 92.2.2.2 0.0.0.1
total nets: 3
intra area: 2 inter area: 1 ase: 0 nssa: 0
檢視nssa區域內ospf lsdb:
[r1]display ospf lsdb
ospf process 100 with router id 91.1.1.1
link state database
area: 0.0.0.1
type linkstate id advrouter age len sequence metric
router 92.2.2.2 92.2.2.2 36 60 80000003 0
router 91.1.1.1 91.1.1.1 35 48 80000003 1
sum-net 0.0.0.0 92.2.2.2 46 28 80000001 1
nssa 1.1.1.1 91.1.1.1 45 36 80000001 1
nssa 0.0.0.0 92.2.2.2 46 36 80000001 1
HuaWei 配置OSPF的Stub區域
如下圖所示,所有路由器都執行ospf,整個自治系統劃分為3個區域,其中r1和r2作為abr來 區域之間的路由,r4作為asbr引入了外部路由 要求將area 1配置 為stub區域,減少通告到此區域內的lsa數量,但是不影響路由的可達性 配置類似,不在闡述 配置ospf協議 r1 ospf 100 ...
BFD與OSPF聯動 Huawei裝置
二 實驗分析 本篇blog承接這篇,重點對bfd的配置基於實驗進行詳解 bfd技術與靜態路由聯動 huawei裝置 實驗拓撲如下 問題 r1 r2間執行ospf協議,宣告直連網段與自己的環迴 由於中間的連線時ma網路,即當r2的直連線口down掉後,r1並不能直接感受到,需要等待4倍的hello時間...
OSPF協議配置
r0路由器上的配置 router en router conf t router config intf0 0 router config if ipadd 192.168.1.1 255.255.255.0 router config if noshut router config if ints...