網絡技術是從1990年代中期發展起來的新技術,它把互聯網上分散的資源融為有機整體,實現資源的全面共享和有機協作,使人們能夠透明地使用資源的整體能力并按需獲取信息。資源包括高性能計算機、存儲資源、數據資源、信息資源、知識資源、專家資源、大型數據庫、網絡、傳感器等。 當前的互聯網只限于信息共享,網絡則被認為是互聯網發展的第三階段。 當OSPF 讀到這個章節時,往往令人頭痛,所以小弟特把自己的讀書心得貼了上來: 在 F/R 的環境中 OSPF 在設定有了多種方法 小弟把它分成三大類
第一類,先分成是否為 broadcast broadcast 的網絡,adjacency 是自動建立的nobroadcast 則須手動建立. Non broadcast ---> manual config adjacency 1.NBMA --> Fully meshed 2.Point-to-multipoint nonbroadcast Broadcast ---> Automatic config adjacency 1.Broadcast --> Fully meshed 2.Point-to-multipoint 3.Point-to-point
第二類 是否要 fully meshed 的網絡 fully meshed 的網絡一定有選 DR/BDR partial meshed 則沒有 DR/BDR Fully meshed ---> DR/BDR elected 1.NBMA 2.Broadcast Partial meshed ---> NO DR/BDR 1.Point-to-multipoint 2.Point-to-multipoint nonbroadcast 3.Point-to-point --> Subnet address is different for each interface.
第三類 這也是考試?贾攸c就是分RFC 與 Cisco 的標準 RFC 1.NBMA 2.Point-to-multipoint Cisco 1.Broadcast 2.Point-to-multipoint nonbroadcast 3.Point-to-point --> using subinterface
在指令方面,先了解是否要手動建立 adjacency
例1: NBMA --> 手動建立 adjacency (屬 non-broadcast ) R1(config-if)#ip ospf network non-broadcast . R1(config)#router ospf 1 R1(config-router)#network 10.1.1.0 0.0.0.255 area 0 R1(config-router)#neighbor 10.1.1.2 --->NBMA 的 subnet 是相同的 R1(config-router)#neighbor 10.1.1.3 . 在NBMA必須手動設定 adjacency, DR/BDR 會自動選出來.
例2: Point-to-multipoint --> 自動建立 adjacency (屬 broadcast ) R1(config-if)#ip ospf network point-to-multipoint . R1(config)#router ospf 1 R1(config-router)#network 10.1.1.0 0.0.0.255 area 0
在 Point-to-multipoint ,不須設 neighbor ,也沒有 DR/BDR 選舉.
【相關文章】
網絡的神奇作用吸引著越來越多的用戶加入其中,正因如此,網絡的承受能力也面臨著越來越嚴峻的考驗―從硬件上、軟件上、所用標準上......,各項技術都需要適時應勢,對應發展,這正是網絡迅速走向進步的催化劑。
|