查看ospf選舉
阿新 • • 發佈:2018-08-30
ase 一個 配置 watermark 根據 logging 以太網 表示 ket 知識補充:
路由基本配置
Router>
Router>enable
Router#
Router#configure terminal
Router(config)#
Router(config)#hostname r1
r1(config)#no ip domain lookup
r1(config)#line console 0
r1(config-line)#exec-timeout 00
r1(config-line)#logging synchronous
r1(config-line)#exit
r1(config)# r1(config-if)#exit
r1(config)#nterface loopbackup 1
r1(config-if)#ip address 1.1.1.1 255.255.255.0
r1(config-if)#exit r1(config-router)#network 1.1.1.0 0.0.0.255 area 0
4.DR沒有死亡,BDR無權繼位
路由基本配置
Router>
Router>enable
Router#
Router#configure terminal
Router(config)#
Router(config)#hostname r1
r1(config)#no ip domain lookup
r1(config)#line console 0
r1(config-line)#exec-timeout 00
r1(config-line)#logging synchronous
r1(config-line)#exit
r1(config)#
進接口配置
r1(config)#interface fa0/0
r1(config-if)#ip address 12.12.12.1 255.255.255.0
r1(config)#nterface loopbackup 1
r1(config-if)#ip address 1.1.1.1 255.255.255.0
r1(config-if)#exit
開啟診斷測試模式,測試ospf的選舉
r1#debug ip ospf events
r1#debug ip ospf hello
r1#debug ip ospf packet
r1#debug ip ospf database-timer
配置ospf
r1(config)#router ospf 111
r1(config-router)#network 12.12.12.0 0.0.0.255 area 0
拓撲圖:
關閉r1上的以太口
收到老三r3發送的4倍hello包請求,來表示關心慰問(刺探消息),老二r2說大哥r1剛剛已經斷氣了,現在就由我來當家做主了
確定賓主關系,老二順利繼承皇位(DR),老三由原先的DROTHER(王爺)轉變成為後繼備選人BDR(太子)
總結:
1.ospf路由選舉必須在同一個以太網環境下面才能產生
2.DR=4hello時間
3.DR選舉優先級是根據root id,root id越大,最容易成為DR,特殊情況下指定的root id優先級最大,例如指定ospf root id 1.1.1.1
查看ospf選舉