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

  • <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

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

      時間: 權威724 分享

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

        網(wǎng)件netgear長期致力于為企業(yè)用戶與SOHO用戶提供簡便易用并具有強大功能的網(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。

        拓撲

        配置

        M6100

        配置端口IP

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

        (M6100-3S) (Interface loopback 0)#ip address 10.1.1.1 255.255.255.255

        (M6100-3S) (Interface loopback 0)#interface loopback 1

        (M6100-3S) (Interface loopback 1)#ip address 10.1.2.1 255.255.255.255

        (M6100-3S) (Interface loopback 1)#interface 1/0/1

        (M6100-3S) (Interface 1/0/1)#ip address 192.168.1.1 255.255.255.0

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

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

        (M6100-3S) (Interface 2/0/1)#ip address 192.168.2.1 255.255.255.0

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

        (M6100-3S) (Config)#

        配置OSPF

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

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

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

        !配置router id,Netgear的設備啟用OSPF必須手動配置router id

        (M6100-3S) (Config-router)#network 192.168.1.0 0.0.0.255 area 0

        !在OSPF視圖下宣告網(wǎng)段到area 0

        (M6100-3S) (Config-router)#network 192.168.2.0 0.0.0.255 area 0

        (M6100-3S) (Config-router)#network 10.1.1.1 0.0.0.0 area 0

        (M6100-3S) (Config-router)#network 10.1.2.1 0.0.0.0 area 0

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

        (M6100-3S) (Config)#

        M5300-28G3

        配置端口IP

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

        (M5300-28G3) (Interface loopback 0)#ip address 172.16.1.1 255.255.255.255

        (M5300-28G3) (Interface loopback 0)#interface loopback 1

        (M5300-28G3) (Interface loopback 1)#ip address 172.16.2.1 255.255.255.255

        (M5300-28G3) (Interface loopback 1)#interface 1/0/1

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

        (M5300-28G3) (Interface 1/0/1)#ip address 192.168.1.2 255.255.255.0

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

        (M5300-28G3) (Config)#

        配置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)#network 192.168.1.0 0.0.0.255 area 0

        (M5300-28G3) (Config-router)#network 172.16.1.1 0.0.0.0 area 0

        (M5300-28G3) (Config-router)#network 172.16.2.1 0.0.0.0 area 0

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

        (M5300-28G3) (Config)#

        M5300-28GF3

        配置端口IP

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

        (M5300-28GF3) (Interface loopback 0)#ip address 172.16.3.1 255.255.255.255

        (M5300-28GF3) (Interface loopback 0)#interface loopback 1

        (M5300-28GF3) (Interface loopback 1)#ip address 172.16.4.1 255.255.255.255

        (M5300-28GF3) (Interface loopback 1)#interface 1/0/1

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

        (M5300-28GF3) (Interface 1/0/1)#ip address 192.168.2.2 255.255.255.0

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

        (M5300-28GF3) (Config)#

        配置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)#network 192.168.2.0 0.0.0.255 area 0

        (M5300-28GF3) (Config-router)#network 172.16.3.1 0.0.0.0 area 0

        (M5300-28GF3) (Config-router)#network 172.16.4.1 0.0.0.0 area 0

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

        (M5300-28GF3) (Config)#

        查看狀態(tài)

        M6100上查看OSPF鄰居和全局路由表

        (M6100-3S) #show ip ospf neighborRouter IDPriorityIP AddressNeighborStateDead

        InterfaceTime

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

        2.2.2.21192.168.1.21/0/1Full/DR34

        3.3.3.31192.168.2.22/0/1Full/DR39

        (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:01m:42s, 1/0/1

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

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

        O 172.16.4.1/32 [110/2] via 192.168.2.2, 00h:00m:21s, 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-28G3上查看OSPF鄰居和全局路由表

        (M5300-28G3) #show ip ospf neighborRouter IDPriorityIP AddressNeighborStateDead

        InterfaceTime

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

        1.1.1.11192.168.1.11/0/1Full/BACKUP-DR32

        (M5300-28G3) #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

        O 10.1.1.1/32 [110/2] via 192.168.1.1, 01h:53m:53s, 1/0/1

        O 10.1.2.1/32 [110/2] via 192.168.1.1, 01h:53m:53s, 1/0/1

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

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

        O 172.16.3.1/32 [110/3] via 192.168.1.1, 01h:52m:43s, 1/0/1

        O 172.16.4.1/32 [110/3] via 192.168.1.1, 01h:52m:43s, 1/0/1

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

        O 192.168.2.0/24 [110/2] via 192.168.1.1, 01h:53m:04s, 1/0/1

        M5300-28GF3上查看OSPF鄰居和全局路由表

        (M5300-28GF3) #show ip ospf neighborRouter IDPriorityIP AddressNeighborStateDead

        InterfaceTime

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

        1.1.1.11192.168.2.11/0/1Full/BACKUP-DR35

        (M5300-28GF3) #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

        O 10.1.1.1/32 [110/2] via 192.168.2.1, 01h:52m:44s, 1/0/1

        O 10.1.2.1/32 [110/2] via 192.168.2.1, 01h:52m:44s, 1/0/1

        O 172.16.1.1/32 [110/3] via 192.168.2.1, 01h:52m:44s, 1/0/1

        O 172.16.2.1/32 [110/3] via 192.168.2.1, 01h:52m:44s, 1/0/1

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

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

        O 192.168.1.0/24 [110/2] via 192.168.2.1, 01h:52m:44s, 1/0/1

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

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

        1.網(wǎng)件路由器WPS加密步驟之PIN

        2.網(wǎng)件JWNR2000T WPS加密步驟

        3.網(wǎng)件WAC720和WAC730如何升級固件

        4.網(wǎng)件netgear無線路由器設置方法

        5.NETGEAR美國網(wǎng)件路由器軟復位

        6.網(wǎng)件路由器設置網(wǎng)址

        7.網(wǎng)件R6220初體驗及中繼設置

        8.友訊無線路由器如何升級固件

      552272