ospf静态路由基础教程

 需要准备的设备如下(这边推荐把地址标出来防止敲的中途忘记)

  我们这边给PC1和PC2顺便配置好

 

第一步,我们需配置端口,这边我给需要配置的端口地址圈起来

我们已经清楚了每个路由器端口需要配置的地址,我们就可以开始配了 

!!!第一台路由器是需要配置4个端口不要忘了!!!

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ip ad 10.10.12.1 24
Nov  8 2024 15:27:19-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[0]:The line protocol
 IP on the interface GigabitEthernet0/0/0 has entered the UP state. 
[Huawei-GigabitEthernet0/0/0]int g0/0/2
[Huawei-GigabitEthernet0/0/2]ip ad 10.10.14.1 24
Nov  8 2024 15:28:26-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[1]:The line protocol
 IP on the interface GigabitEthernet0/0/2 has entered the UP state. 
[Huawei-GigabitEthernet0/0/2]int g0/0/1
[Huawei-GigabitEthernet0/0/1]ip ad 10.10.13.1 24
Nov  8 2024 15:28:54-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[2]:The line protocol
 IP on the interface GigabitEthernet0/0/1 has entered the UP state. 
[Huawei-GigabitEthernet0/0/1]int g4/0/0
[Huawei-GigabitEthernet4/0/0]ip ad 192.168.1.254 24
Nov  8 2024 15:30:47-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[3]:The line protocol
 IP on the interface GigabitEthernet4/0/0 has entered the UP state. 

 配置好了我们可以查看接口地址

[Huawei-GigabitEthernet4/0/0]di ip int b
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 5
The number of interface that is DOWN in Physical is 3
The number of interface that is UP in Protocol is 5
The number of interface that is DOWN in Protocol is 3

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              10.10.12.1/24        up         up        
GigabitEthernet0/0/1              10.10.13.1/24        up         up        
GigabitEthernet0/0/2              10.10.14.1/24        up         up        
GigabitEthernet4/0/0              192.168.1.254/24     up         up        
GigabitEthernet4/0/1              unassigned           down       down      
GigabitEthernet4/0/2              unassigned           down       down      
GigabitEthernet4/0/3              unassigned           down       down      
NULL0                             unassigned           up         up(s)     
[Huawei-GigabitEthernet4/0/0]

 接下来我们配置第二台

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ip ad 10.10.12.2 24
Nov  8 2024 15:32:56-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[0]:The line protocol
 IP on the interface GigabitEthernet0/0/0 has entered the UP state. 
[Huawei-GigabitEthernet0/0/0]int g0/0/2
[Huawei-GigabitEthernet0/0/2]ip ad 10.10.23.2 24
Nov  8 2024 15:33:19-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[1]:The line protocol
 IP on the interface GigabitEthernet0/0/2 has entered the UP state. 
[Huawei-GigabitEthernet0/0/2]int g0/0/1
[Huawei-GigabitEthernet0/0/1]ip ad 10.10.24.2 24
Nov  8 2024 15:33:53-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[2]:The line protocol
 IP on the interface GigabitEthernet0/0/1 has entered the UP state. 

看看配置的端口地址 

[Huawei-GigabitEthernet0/0/1]di ip int b
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 4
The number of interface that is DOWN in Physical is 4
The number of interface that is UP in Protocol is 4
The number of interface that is DOWN in Protocol is 4

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              10.10.12.2/24        up         up        
GigabitEthernet0/0/1              10.10.24.2/24        up         up        
GigabitEthernet0/0/2              10.10.23.2/24        up         up        
GigabitEthernet4/0/0              unassigned           down       down      
GigabitEthernet4/0/1              unassigned           down       down      
GigabitEthernet4/0/2              unassigned           down       down      
GigabitEthernet4/0/3              unassigned           down       down      
NULL0                             unassigned           up         up(s)     
[Huawei-GigabitEthernet0/0/1]

 接下来第三台

<Huawei>sy
Enter system view, return user view with Ctrl+Z.
[Huawei]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ip ad 10.10.13.3 24
Nov  8 2024 15:34:32-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[0]:The line protocol
 IP on the interface GigabitEthernet0/0/0 has entered the UP state. 
[Huawei-GigabitEthernet0/0/0]int g0/0/2
[Huawei-GigabitEthernet0/0/2]ip ad 10.10.23.3 24
Nov  8 2024 15:35:32-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[1]:The line protocol
 IP on the interface GigabitEthernet0/0/2 has entered the UP state. 
[Huawei-GigabitEthernet0/0/2]int g0/0/1
[Huawei-GigabitEthernet0/0/1]ip ad 10.10.34.3 24
Nov  8 2024 15:37:05-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[2]:The line protocol
 IP on the interface GigabitEthernet0/0/1 has entered the UP state. 

看看端口配置地址情况

<Huawei>di ip int b
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 4
The number of interface that is DOWN in Physical is 0
The number of interface that is UP in Protocol is 4
The number of interface that is DOWN in Protocol is 0

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              10.10.13.3/24        up         up        
GigabitEthernet0/0/1              10.10.34.3/24        up         up        
GigabitEthernet0/0/2              10.10.23.3/24        up         up        
NULL0                             unassigned           up         up(s)     
<Huawei>

 第四台我们也是需要配置4个端口不要忘了!!!

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]int g0/0/1
[Huawei-GigabitEthernet0/0/1]ip ad 10.10.34.4 24
[Huawei-GigabitEthernet0/0/1]
Nov  8 2024 15:40:37-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[0]:The line protocol
 IP on the interface GigabitEthernet0/0/1 has entered the UP state. 
[Huawei-GigabitEthernet0/0/1]
[Huawei-GigabitEthernet0/0/1]int g0/0/2
[Huawei-GigabitEthernet0/0/2]ip ad 10.10.14.4 24
Nov  8 2024 15:41:56-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[1]:The line protocol
 IP on the interface GigabitEthernet0/0/2 has entered the UP state. 
[Huawei-GigabitEthernet0/0/2]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ip ad 10.10.24.4 24
Nov  8 2024 15:42:18-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[2]:The line protocol
 IP on the interface GigabitEthernet0/0/0 has entered the UP state. 
[Huawei-GigabitEthernet0/0/0]int g4/0/0
[Huawei-GigabitEthernet4/0/0]ip ad 192.168.2.254 24
Nov  8 2024 15:42:45-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[3]:The line protocol
 IP on the interface GigabitEthernet4/0/0 has entered the UP state. 

 我们在看看端口配置地址有没有问题,每个路由器配置好记得检查一遍有没有配错

<Huawei>di ip int b
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 5
The number of interface that is DOWN in Physical is 3
The number of interface that is UP in Protocol is 5
The number of interface that is DOWN in Protocol is 3

Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              10.10.24.4/24        up         up        
GigabitEthernet0/0/1              10.10.34.4/24        up         up        
GigabitEthernet0/0/2              10.10.14.4/24        up         up        
GigabitEthernet4/0/0              192.168.2.254/24     up         up        
GigabitEthernet4/0/1              unassigned           down       down      
GigabitEthernet4/0/2              unassigned           down       down      
GigabitEthernet4/0/3              unassigned           down       down      
NULL0                             unassigned           up         up(s)     
<Huawei>

 端口地址我们配好了,接下来我们就需要让线路通畅

第一台:

[Huawei-ospf-1-area-0.0.0.0]  n 10.10.12.0   0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]  n 10.10.13.0   0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]  n 10.10.14.0   0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]  n 192.168.1.0  0.0.0.255

[Huawei]o   r 1.1.1.1
[Huawei-ospf-1]a	
[Huawei-ospf-1]area 0
[Huawei-ospf-1-area-0.0.0.0]n 10.10.12.0   0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]n 10.10.13.0   0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]n 10.10.14.0   0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]n 192.168.1.0  0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:45:43-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[0]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=2.12.10.10, Nei
ghborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)
 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:45:53-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[1]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=2.12.10.10, Nei
ghborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=ExStar
t) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:45:53-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[2]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=2.12.10.10, Nei
ghborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=
Exchange) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:45:53-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[3]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=2.12.10.10, Nei
ghborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Lo
ading) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:45:53-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[4]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=2.12.10.10, Nei
ghborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full
) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:46:53-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[5]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=3.13.10.10, Nei
ghborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)
 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:46:54-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[6]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=3.13.10.10, Nei
ghborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=ExStar
t) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:46:54-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[7]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=3.13.10.10, Nei
ghborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=
Exchange) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:46:55-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[8]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=3.13.10.10, Nei
ghborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Lo
ading) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:46:55-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[9]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=3.13.10.10, Nei
ghborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full
) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:16-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[10]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=4.14.10.10, Ne
ighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init
) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:20-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[11]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=4.14.10.10, Ne
ighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=ExSta
rt) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:20-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[12]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=4.14.10.10, Ne
ighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState
=Exchange) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:20-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[13]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=4.14.10.10, Ne
ighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=L
oading) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:20-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[14]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=4.14.10.10, Ne
ighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Ful
l) 

我们配置好第一台路由器接下来就需要让剩下的路由器的配置好 

 第二台:
[Huawei-ospf-1-area-0.0.0.0]  n  10.10.23.0   0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]  n  10.10.24.0   0.0.0.255

[Huawei-ospf-1-area-0.0.0.0]  n  10.10.12.0   0.0.0.255

第二台路由器:


[Huawei]o   r  2.2.2.2
[Huawei-ospf-1]a	
[Huawei-ospf-1]area 0
[Huawei-ospf-1-area-0.0.0.0]n  10.10.12.0   0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]n  10.10.23.0   
Nov  8 2024 15:45:52-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[0]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=1.12.10.10, Nei
ghborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)
 
[Huawei-ospf-1-area-0.0.0.0]n  10.10.23.0   
Nov  8 2024 15:45:52-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[1]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=1.12.10.10, Nei
ghborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=2Way) 

[Huawei-ospf-1-area-0.0.0.0]n  10.10.23.0   
Nov  8 2024 15:45:52-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[2]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=1.12.10.10, Nei
ghborEvent=AdjOk?, NeighborPreviousState=2Way, NeighborCurrentState=ExStart) 
[Huawei-ospf-1-area-0.0.0.0]n  10.10.23.0   0
Nov  8 2024 15:45:52-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[3]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=1.12.10.10, Nei
ghborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=
Exchange) 
[Huawei-ospf-1-area-0.0.0.0]n  10.10.23.0   0
Nov  8 2024 15:45:53-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[4]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=1.12.10.10, Nei
ghborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Lo
ading) 
[Huawei-ospf-1-area-0.0.0.0]n  10.10.23.0   0
Nov  8 2024 15:45:53-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[5]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=1.12.10.10, Nei
ghborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full
) 
[Huawei-ospf-1-area-0.0.0.0]n  10.10.23.0   0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]n  10.10.24.0   0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:05-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[6]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=4.24.10.10, Nei
ghborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)
 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[7]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=4.24.10.10, Nei
ghborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=ExStar
t) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[8]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=4.24.10.10, Nei
ghborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=
Exchange) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[9]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=4.24.10.10, Nei
ghborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Lo
ading) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:07-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[10]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=4.24.10.10, Ne
ighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Ful
l) 
[Huawei-ospf-1-area-0.0.0.0]

 第三台:

[Huawei-ospf-1-area-0.0.0.0]  n  10.10.14.0   0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]  n  10.10.34.0  0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]  n  10.10.13.0   0.0.0.255

第三台路由器:


<Huawei>sy
Enter system view, return user view with Ctrl+Z.
[Huawei]o   r  3.3.3.3
[Huawei-ospf-1]a 0
[Huawei-ospf-1-area-0.0.0.0]n  10.10.13.0   0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]n 
Nov  8 2024 15:46:54-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[0]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=1.13.10.10, Nei
ghborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)
 
[Huawei-ospf-1-area-0.0.0.0]n 
Nov  8 2024 15:46:54-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[1]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=1.13.10.10, Nei
ghborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=2Way) 

[Huawei-ospf-1-area-0.0.0.0]n  
Nov  8 2024 15:46:54-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[2]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=1.13.10.10, Nei
ghborEvent=AdjOk?, NeighborPreviousState=2Way, NeighborCurrentState=ExStart) 
[Huawei-ospf-1-area-0.0.0.0]n  
Nov  8 2024 15:46:54-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[3]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=1.13.10.10, Nei
ghborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=
Exchange) 
[Huawei-ospf-1-area-0.0.0.0]n  
Nov  8 2024 15:46:55-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[4]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=1.13.10.10, Nei
ghborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Lo
ading) 
[Huawei-ospf-1-area-0.0.0.0]n  
Nov  8 2024 15:46:55-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[5]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=1.13.10.10, Nei
ghborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full
) 
[Huawei-ospf-1-area-0.0.0.0]n  10.10.14.0   0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]n  10.10.34.0  0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:31-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[6]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=4.34.10.10, Nei
ghborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)
 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:36-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[7]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=4.34.10.10, Nei
ghborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=ExStar
t) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:36-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[8]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=4.34.10.10, Nei
ghborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=
Exchange) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:36-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[9]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=4.34.10.10, Nei
ghborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Lo
ading) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:36-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[10]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=4.34.10.10, Ne
ighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Ful
l) 
[Huawei-ospf-1-area-0.0.0.0]

第四台路由器:

 [Huawei-ospf-1-area-0.0.0.0]  n 10.10.24.0   0.0.0.255

[Huawei-ospf-1-area-0.0.0.0]  n 10.10.14.0  0.0.0.255

[Huawei-ospf-1-area-0.0.0.0]  n 10.10.34.0   0.0.0.255

[Huawei-ospf-1-area-0.0.0.0  ]n  192.168.2.0    0.0.0.255

第四台路由器:


[Huawei]o   r  4.4.4.4
[Huawei-ospf-1]a 0
[Huawei-ospf-1-area-0.0.0.0]n 10.10.24.0   0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:05-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[4]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=2.24.10.10, Nei
ghborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)
 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:05-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[5]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=2.24.10.10, Nei
ghborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=2Way) 

[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:05-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[6]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=2.24.10.10, Nei
ghborEvent=AdjOk?, NeighborPreviousState=2Way, NeighborCurrentState=ExStart) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[7]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=2.24.10.10, Nei
ghborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=
Exchange) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[8]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=2.24.10.10, Nei
ghborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Lo
ading) 
[Huawei-ospf-1-area-0.0.0.0]
Nov  8 2024 15:48:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[9]:Neighbor changes
 event: neighbor status changed. (ProcessId=256, NeighborAddress=2.24.10.10, Nei
ghborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full
) 
[Huawei-ospf-1-area-0.0.0.0]n 10.10.14.0  0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]n 
Nov  8 2024 15:48:18-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[10]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=1.14.10.10, Ne
ighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init
) 
[Huawei-ospf-1-area-0.0.0.0]n 
Nov  8 2024 15:48:18-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[11]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=1.14.10.10, Ne
ighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=2Way)
 
[Huawei-ospf-1-area-0.0.0.0]n 
Nov  8 2024 15:48:18-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[12]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=1.14.10.10, Ne
ighborEvent=AdjOk?, NeighborPreviousState=2Way, NeighborCurrentState=ExStart) 
[Huawei-ospf-1-area-0.0.0.0]n 
Nov  8 2024 15:48:19-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[13]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=1.14.10.10, Ne
ighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState
=Exchange) 
[Huawei-ospf-1-area-0.0.0.0]n 
Nov  8 2024 15:48:19-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[14]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=1.14.10.10, Ne
ighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=L
oading) 
[Huawei-ospf-1-area-0.0.0.0]n 
Nov  8 2024 15:48:19-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[15]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=1.14.10.10, Ne
ighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Ful
l) 
[Huawei-ospf-1-area-0.0.0.0]n 10.10.34.0   0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]n  192.16
Nov  8 2024 15:48:35-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[16]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=3.34.10.10, Ne
ighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init
) 
[Huawei-ospf-1-area-0.0.0.0]n  192.16
Nov  8 2024 15:48:35-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[17]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=3.34.10.10, Ne
ighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=2Way)
 
[Huawei-ospf-1-area-0.0.0.0]n  192.16
Nov  8 2024 15:48:35-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[18]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=3.34.10.10, Ne
ighborEvent=AdjOk?, NeighborPreviousState=2Way, NeighborCurrentState=ExStart) 
[Huawei-ospf-1-area-0.0.0.0]n  192.168
Nov  8 2024 15:48:35-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[19]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=3.34.10.10, Ne
ighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState
=Exchange) 
[Huawei-ospf-1-area-0.0.0.0]n  192.168
Nov  8 2024 15:48:35-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[20]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=3.34.10.10, Ne
ighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=L
oading) .
[Huawei-ospf-1-area-0.0.0.0]n  192.168
Nov  8 2024 15:48:35-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[21]:Neighbor change
s event: neighbor status changed. (ProcessId=256, NeighborAddress=3.34.10.10, Ne
ighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Ful
l) 
[Huawei-ospf-1-area-0.0.0.0]n  192.168.2.0    0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]

 配置好了让我们来看看两台PC有没有互通

 PC1

PC>ping 192.168.2.1

Ping 192.168.2.1: 32 data bytes, Press Ctrl_C to break
Request timeout!
From 192.168.2.1: bytes=32 seq=2 ttl=126 time=47 ms
From 192.168.2.1: bytes=32 seq=3 ttl=126 time=31 ms
From 192.168.2.1: bytes=32 seq=4 ttl=126 time=78 ms
From 192.168.2.1: bytes=32 seq=5 ttl=126 time=16 ms

--- 192.168.2.1 ping statistics ---
  5 packet(s) transmitted
  4 packet(s) received
  20.00% packet loss
  round-trip min/avg/max = 0/43/78 ms

PC>

PC2

PC>ping 192.168.1.1

Ping 192.168.1.1: 32 data bytes, Press Ctrl_C to break
Request timeout!
From 192.168.1.1: bytes=32 seq=2 ttl=126 time=31 ms
From 192.168.1.1: bytes=32 seq=3 ttl=126 time=78 ms
From 192.168.1.1: bytes=32 seq=4 ttl=126 time=31 ms
From 192.168.1.1: bytes=32 seq=5 ttl=126 time=31 ms

--- 192.168.1.1 ping statistics ---
  5 packet(s) transmitted
  4 packet(s) received
  20.00% packet loss
  round-trip min/avg/max = 0/42/78 ms

PC>

 这样两台PC就通了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值