導航:首頁 > 程序命令 > ospf的命令

ospf的命令

發布時間:2024-11-10 08:33:55

A. OSPF單區域基本配置命令是什麼

配置命令:r1(config)#line con 0 r1(config-line)#logging synchronous r1(config-line)#no exec-t r1(config-line)#no exec-timeout r1(config-line)#no domain-lookup r1(config)#int f0/0 r1(config-if)#ip add 192.168.12.1 255.255.255.0 r1(config-if)#no shut r1(config-if)#int lo 0 r1(config-if)#ip add 1.1.1.1 255.255.255.255 r1(config)#router ospf 100 r1(config-router)#net 192.168.12.0 0.0.0.255 area 0 r1(config-router)#net 1.1.1.1 0.0.0.0 area 0

r2(config)#line con 0 r2(config)#line con 0 r2(config-line)#logging synchronous r2(config-line)#no exec-t r2(config-line)#no exec-timeout r2(config-line)#no domain-lookup r2(config)#int f0/0 r2(config-if)#ip add 192.168.12.2 255.255.255.0 r2(config-if)#no shut r2(config-if)#int lo 0 r2(config-if)#ip add 2.2.2.2 255.255.255.255 r2(config)#router ospf 100 r2(config-router)#net 192.168.12.0 0.0.0.255 area 0 r2(config-router)#net 192.168.23.0 0.0.0.255 area 0 r2(config-router)#net 2.2.2.2 0.0.0.0 area 0

r3(config)#line con 0 r3(config-line)#logging synchronous r3(config-line)#no exec-t r3(config-line)#no exec-timeout r3(config-line)#no domain-lookup r3(config)#int f0/0 r3(config-if)#ip add 192.168.23.3 255.255.255.0 r3(config-if)#no shut r3(config-if)#int lo 0 r3(config-if)#ip add 3.3.3.3 255.255.255.255 r3(config)#router ospf 100 r3(config-router)#net 192.168.123.0 0.0.0.255 area 0 r3(config-router)#net 3.3.3.3 0.0.0.0 area 0

查看配置:show run

show ip route

show ip protocols

B. ospf配置命令

ospf配置命令如下:

(1)bootproto=static。

(2)onboot=yes。

(3)在最後加上幾行,IP地址、子網掩碼、網關、dns伺服器。

OSPF是一種鏈路狀態協議。每個路由器負責發現和維護與鄰居的關系,描述已知的鄰居列表和鏈路代價LSU消息,通過可靠的泛洪和與自治系統as(autonomous system)中其他路由器的周期性交互來學習整個自治系統的網路拓撲。

在自治系統邊界處,將其他as的路由信息注入到路由器中,得到整個Internet的路由信息。每隔一段時間或鏈路狀態發生變化時,重新生成LSA,實現路由的實時更新。


OSPF路由協議的實現過程

1、初始化形成初始埠信息:當路由器初始化或網路結構改變(如鏈路改變、路由器增加或損壞)時,相關路由器產生鏈路狀態廣播包LSA,其中包含路由器上所有連接的鏈路,即所有埠的狀態信息。

2、路由器通過泛洪機制交換鏈路狀態信息:每一個路由器一方面將其LSA包發送給與其相鄰的所有OSPF路由器,另一方面從其相鄰的OSPF路由器接收LSA包,並根據LSA包更新自己的資料庫。

C. 怎麼樣查看OSPF的介面優先順序具體是哪條命令了

1、動態路由協議ospf支持明文驗證和加密驗證。我們這里以三台2811路由器毀滾配置。

D. 華為認證ospf配置命令

華為認證ospf配置命令

隨著華為在中國市場的發展,華為認證也成為了IT屆的寵兒,就跟著我們一起來學習華為ospf是怎麼配置的.吧.

使用的拓撲圖如下:

配置命令如下:

R1:

interface Serial0/0/0

link-protocol ppp

ip address 192.168.14.1 255.255.255.0

#

interface Serial0/0/1

link-protocol ppp

ip address 192.168.12.1 255.255.255.0

#

interface LoopBack0

ip address 1.1.1.1 255.255.255.255

#

ospf 1

area 0.0.0.0

network 192.168.12.1 0.0.0.0

network 1.1.1.1 0.0.0.0

R2:

interface Serial0/0/0

link-protocol ppp

ip address 192.168.12.2 255.255.255.0

#

interface Serial0/0/1

link-protocol ppp

ip address 192.168.23.2 255.255.255.0

#

interface LoopBack0

ip address 2.2.2.2 255.255.255.255

#

ospf 1

area 0.0.0.0

network 192.168.12.2 0.0.0.0

network 192.168.23.2 0.0.0.0

network 2.2.2.2 0.0.0.0

R3:

interface Serial0/0/0

link-protocol ppp

ip address 192.168.23.3 255.255.255.0

#

interface Serial0/0/1

link-protocol ppp

ip address 192.168.35.3 255.255.255.0

#

interface LoopBack0

ip address 3.3.3.3 255.255.255.255

#

ospf 1

area 0.0.0.0

network 192.168.23.3 0.0.0.0

network 3.3.3.3 0.0.0.0

配置命令對於學習cisco的學員可能會有一點繞,但是敲的時候也是很有意思的.

結果如下:

R1:

[Huawei]dis ip rou

Route Flags: R - relay, D - download to fib

------------------------------------------------------------------------------

Routing Tables: Public

Destinations : 12 Routes : 12

Destination/Mask Proto Pre Cost Flags NextHop Interface

1.1.1.1/32 Direct 0 0 D 127.0.0.1 LoopBack0

2.2.2.2/32 OSPF 10 1562 D 192.168.23.2 Serial0/0/1

3.3.3.3/32 OSPF 10 3124 D 192.168.23.2 Serial0/0/1

127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0

127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0

192.168.12.0/24 Direct 0 0 D 192.168.12.1 Serial0/0/1

192.168.12.1/32 Direct 0 0 D 127.0.0.1 Serial0/0/1

192.168.23.0/24 OSPF 10 3124 D 192.168.23.2 Serial0/0/1

192.168.23.2/32 Direct 0 0 D 192.168.23.2 Serial0/0/1

R1:

[Huawei]ping 3.3.3.3 ip-forwarding

PING 3.3.3.3: 56 data bytes, press CTRL_C to break

Reply from 3.3.3.3: bytes=56 Sequence=1 ttl=254 time=60 ms

Reply from 3.3.3.3: bytes=56 Sequence=2 ttl=254 time=60 ms

Reply from 3.3.3.3: bytes=56 Sequence=3 ttl=254 time=30 ms

Reply from 3.3.3.3: bytes=56 Sequence=4 ttl=254 time=30 ms

Reply from 3.3.3.3: bytes=56 Sequence=5 ttl=254 time=70 ms

--- 3.3.3.3 ping statistics ---

5 packet(s) transmitted

5 packet(s) received

0.00% packet loss

round-trip min/avg/max = 30/50/70 ms

路由學習沒有任何問題,ping通測試也是OK的,這就是所有ospf的基本配置了. ;

閱讀全文

與ospf的命令相關的資料

熱點內容
安卓手機為什麼總是出現藍屏 瀏覽:252
u盤超級加密3000加密後 瀏覽:877
sql插入數據命令 瀏覽:470
u盤根目錄文件夾是哪個 瀏覽:693
新預演算法預算編制 瀏覽:622
perl怎樣遍歷文件夾 瀏覽:636
安卓手機如何更好的保護隱私 瀏覽:316
程序員書籍知乎 瀏覽:154
王者安卓v區怎麼轉移到蘋果 瀏覽:449
加密區卸載 瀏覽:122
女程序員壓力大想辭職 瀏覽:681
演算法體現在哪裡 瀏覽:219
阿里雲個人伺服器推薦 瀏覽:363
汽車識別視頻文件夾 瀏覽:110
檔案伺服器不可用是什麼意思 瀏覽:525
有什麼app能看到老婆在哪 瀏覽:562
androidpdf源碼 瀏覽:435
方舟怎麼把單機人物上傳到伺服器 瀏覽:964
偏置命令下大小形狀保持不變 瀏覽:988
單片機各功能介面晶元 瀏覽:795