怎么設(shè)置網(wǎng)件全網(wǎng)管路由交換機(jī)動態(tài)路由單區(qū)域OSPF
怎么設(shè)置網(wǎng)件全網(wǎng)管路由交換機(jī)動態(tài)路由單區(qū)域OSPF
網(wǎng)件netgear長期致力于為企業(yè)用戶與SOHO用戶提供簡便易用并具有強(qiáng)大功能的網(wǎng)絡(luò)綜合解決方案,那么你知道怎么去設(shè)置網(wǎng)件全網(wǎng)管路由交換機(jī)動態(tài)路由單區(qū)域OSPF嗎?下面是學(xué)習(xí)啦小編整理的一些關(guān)于怎么設(shè)置網(wǎng)件全網(wǎng)管路由交換機(jī)動態(tài)路由單區(qū)域OSPF的的相關(guān)資料,供你參考。
設(shè)置網(wǎng)件全網(wǎng)管路由交換機(jī)動態(tài)路由單區(qū)域OSPF的方法:
Netgear的全網(wǎng)管交換機(jī)中M6100、M7300、M5300均支持OSPF(M7300和部分型號的M5300需要通過對應(yīng)的license升級啟用OSPF功能)
本文檔以一臺M6100和兩臺M5300(一臺M5300-28G3,一臺M530028GF3)為例說明如何配置單區(qū)域的OSPF。
拓?fù)?/p>
配置
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的設(shè)備啟用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
看過文章“怎么設(shè)置網(wǎng)件全網(wǎng)管路由交換機(jī)動態(tài)路由單區(qū)域OSPF"的人還看了:
4.網(wǎng)件netgear無線路由器設(shè)置方法