精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學習啦>學習電腦>網(wǎng)絡知識>路由器>路由器設置>netgear網(wǎng)件>

      如何設置全網(wǎng)管網(wǎng)件路由交換機動態(tài)路由多區(qū)域OSPF

      時間: 權威724 分享

        netgear網(wǎng)件是全球領先的企業(yè)網(wǎng)絡解決方案,及數(shù)字家庭網(wǎng)絡應用倡導者,那么你知道怎么去設置全網(wǎng)管網(wǎng)件路由交換機動態(tài)路由多區(qū)域OSPF嗎?下面是學習啦小編整理的一些關于如何設置全網(wǎng)管網(wǎng)件路由交換機動態(tài)路由多區(qū)域OSPF的相關資料,供你參考。

        設置全網(wǎng)管網(wǎng)件路由交換機動態(tài)路由多區(qū)域OSPF的方法:

        Netgear的全網(wǎng)管交換機中M6100、M7300、M5300均支持OSPF(M7300和部分型號的M5300需要通過對應的license升級啟用OSPF功能)

        本文檔以一臺M6100和兩臺M5300(一臺M5300-28G3,一臺M530028GF3)為例說明如何配置多區(qū)域的OSPF。

        物理拓撲和端口IP地址與單區(qū)域的文檔的配置相同,這里不再重復。但對邏輯拓撲做了細微改動。把M5300-28GF3的所有端口和M6100的2/0/1端口劃分到area 1。

        修改后的拓撲如下:

        M6100的OSPF配置

        (M6100-3S) (Config)#router ospf

        (M6100-3S) (Config-router)#enable

        (M6100-3S) (Config-router)#router-id 1.1.1.1

        (M6100-3S) (Config-router)#exit

        (M6100-3S) (Config)#interface loopback 0

        (M6100-3S) (Interface loopback 0)#ip ospf area 0

        !在端口模式下把本端口宣告到OSPF的area 0

        (M6100-3S) (Interface loopback 0)#exit

        (M6100-3S) (Config)#interface loopback 1

        (M6100-3S) (Interface loopback 1)#ip ospf area 0

        (M6100-3S) (Interface loopback 1)#exit

        (M6100-3S) (Config)#interface 1/0/1

        (M6100-3S) (Interface 1/0/1)#ip ospf area 0

        (M6100-3S) (Interface 1/0/1)#exit

        (M6100-3S) (Config)#interface 2/0/1

        (M6100-3S) (Interface 2/0/1)#ip ospf area 1

        (M6100-3S) (Interface 2/0/1)#exit

        (M6100-3S) (Config)#exit

        M5300-28G3的OSPF配置

        (M5300-28G3) (Config)#router ospf

        (M5300-28G3) (Config-router)#enable

        (M5300-28G3) (Config-router)#router-id 2.2.2.2

        (M5300-28G3) (Config-router)#exit

        (M5300-28G3) (Config)#interface loopback 0

        (M5300-28G3) (Interface loopback 0)#ip ospf area 0

        (M5300-28G3) (Interface loopback 0)#exit

        (M5300-28G3) (Config)#interface loopback 1

        (M5300-28G3) (Interface loopback 1)#ip ospf area 0

        (M5300-28G3) (Interface loopback 1)#exit

        (M5300-28G3) (Config)#interface 1/0/1

        (M5300-28G3) (Interface 1/0/1)#ip ospf area 0

        (M5300-28G3) (Interface 1/0/1)#exit

        (M5300-28G3) (Config)#

        M5300-28GF3的OSPF配置

        (M5300-28GF3) (Config)#router ospf

        (M5300-28GF3) (Config-router)#enable

        (M5300-28GF3) (Config-router)#router-id 3.3.3.3

        (M5300-28GF3) (Config-router)#exit

        (M5300-28GF3) (Config)#interface loopback 0

        (M5300-28GF3) (Interface loopback 0)#ip ospf area 1

        (M5300-28GF3) (Interface loopback 0)#exit

        (M5300-28GF3) (Config)#interface loopback 1

        (M5300-28GF3) (Interface loopback 1)#ip ospf area 1

        (M5300-28GF3) (Interface loopback 1)#exit

        (M5300-28GF3) (Config)#interface 1/0/1

        (M5300-28GF3) (Interface 1/0/1)#ip ospf area 1

        (M5300-28GF3) (Interface 1/0/1)#exit

        (M5300-28GF3) (Config)#

        M6100上查看OSPF鄰居和路由表

        (M6100-3S) #show ip ospf neighbor

        Router IDPriorityIP AddressNeighborStateDead

        InterfaceTime

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

        2.2.2.21192.168.1.21/0/1Full/DR39

        3.3.3.31192.168.2.22/0/1Full/DR35

        (M6100-3S) #show ip route

        Route Codes: R - RIP Derived, O - OSPF Derived, C - Connected, S - Static

        B - BGP Derived, IA - OSPF Inter Area

        E1 - OSPF External Type 1, E2 - OSPF External Type 2

        N1 - OSPF NSSA External Type 1, N2 - OSPF NSSA External Type 2

        C 10.1.1.1/32 [0/1] directly connected, loopback 0

        C 10.1.2.1/32 [0/1] directly connected, loopback 1

        O 172.16.1.1/32 [110/2] via 192.168.1.2, 00h:27m:00s, 1/0/1

        O 172.16.2.1/32 [110/2] via 192.168.1.2, 00h:27m:00s, 1/0/1

        O 172.16.3.1/32 [110/2] via 192.168.2.2, 00h:25m:53s, 2/0/1

        O 172.16.4.1/32 [110/2] via 192.168.2.2, 00h:25m:41s, 2/0/1

        C 192.168.1.0/24 [0/1] directly connected, 1/0/1

        C 192.168.2.0/24 [0/1] directly connected, 2/0/1

        M5300查看OSPF鄰居和IP路由表的方法與M6100相同,從M6100的輸出信息可以看到,鄰居建立正常,路由表正確。

        看過文章“如何設置全網(wǎng)管網(wǎng)件路由交換機動態(tài)路由多區(qū)域OSPF”的人還看了:

        1.思科路由器的OSPF的深層理解

        2.思科OSPF功能介紹及配置

        3.詳解OSPF路由器完全鄰接關系的建立過程

        4.OSPF路由協(xié)議解析

        5.了解兩臺路由器之間的OSPF鄰居關系

        6.OSPF協(xié)議怎樣通過LSA描述網(wǎng)絡拓撲

        7.思科路由器OSPF故障

        8.路由器常識全解

        9.容易被忽略的路由器配置細節(jié)

        10.華為路由器詳細介紹

      547578