1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. OSPF的network設置

        時間:2020-08-08 20:19:36 網絡技術 我要投稿

        OSPF的network設置

          SPF是,主要是interface狀態:ip address,mask,Hello這些信息在Routers間建立adjency的過程中會通過LSAs被互換,下面是YJBYS小編整理的OSPF的network設置相關知識,歡迎閱讀參考!

          我們再看看OSPF執行時的過程:(簡單舉例)

          int s1

          ip add 10.1.1.1 255.255.255.0 (10.1.1.1/24)

          int s2

          ip add 172.2.0.1 255.255.255.0 (172.2.0.1/24)

          int s3

          ip add 172.3.0.1 255.255.0.0 (172.3.0.1/16)

          int s4

          ip add 172.4.0.1 255.255.0.0 (172.4.0.1/16)

          route ospf 10

          network 10.1.1.1 0.0.0.0 area 0

          network 172.2.0.0 0.0.255.255 area 0

          當進入OSPF 10,OSPF首先執行network 10.1.1.1 0.0.0.0,查找interface address,有匹配s0,分配至Area 0,然后再執行network 172.2.0.0.0.0.255.255 aera 0,匹配s2->Area 0,最后我們在其它Routers上看到的.信息是:

          172.16.0.0/24 is subnetted, 1 subnets

          O 172.16.0.0 [110/128] via 192.168.0.1, 00:00:00, Serialx

          10.0.0.0/24 is subnetted, 1 subnets

          O 10.1.1.0 [110/74] via 192.168.0.1, 00:00:05, Serialx

          在著里可以看到submask是24,忽略了在network中配制的inverse mask,為什么?

          我們再看當添加新的network后有什么結果?

          route ospf 10

          network 10.1.1.1 0.0.0.0 area 0

          network 172.2.0.0 0.0.255.255 area 0

          network 172.0.0.0 0.255.255.255 area 1

          network 0.0.0.0 0.0.0.0 area 2

          show ip route

          Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

          D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

          N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

          E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

          i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

          * - candidate default, U - per-user static route, o - ODR

          P - periodic downloaded static route

          Gateway of last resort is not set

          O IA 172.3.0.0/16 [110/933] via 192.168.0.1, 00:00:05, Serialx

          O IA 172.4.0.0/16 [110/933] via 192.168.0.1, 00:00:02, Serialx

          172.16.0.0/24 is subnetted, 1 subnets

          O 172.16.0.0 [110/128] via 192.168.0.1, 00:00:10, Serialx

          10.0.0.0/24 is subnetted, 1 subnets

          O 10.1.1.0 [110/74] via 192.168.0.1, 00:00:05, Serialx

          這里s3,s4都在Area 1(被標記為IA掩碼16)。

          總結:實際的網絡范圍在interface mask中已經說明了,這在所有的Routers的Link state database 被清楚標記,不會因OSPF的network配置而發生改變。而在OSPF的network配置中,inverse mask只是起到指明在本Router的OSPF process 中的網絡范圍的作用,如network 172.0.0.0 0.255.255.255指定范圍從172.0.0.0 ~ 172.255.255.255,在次范圍中的所有interface分配至Area 1,最后其他所有的地址被分配到Area 2.

          如果在Stub Area 中,沒有Loopback interface的情況下,甚至可以簡單配制為

          router ospf 20

          network 0.0.0.0 255.255.255.255 area x

          這樣就不用單獨指定網絡范圍了。

          在其它類型中,推薦配置使用interface ip address,0.0.0.0即精確匹配,以防止錯誤發生。如:

          network 10.1.1.1 0.0.0.0 area 0

        【OSPF的network設置】相關文章:

        EIGRP和OSPF的區別05-11

        OSPF路由匯總教程11-12

        OSPF與EIGRP的比較分析08-14

        淺析OSPF協議的工作原理05-11

        華為認證ospf配置命令11-10

        OSPF如何產生缺省路由05-11

        OSPF路由選擇故障排除05-11

        OSPF常用的LSA類型有哪些11-15

        OSPF鏈路狀態更新實例11-15

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>