中小型公司不同区域ospf实现互通

实验名称:中小型公司不同区域ospf实现互通

实验拓扑:

实验所需设备:
7台路由器
2台PC机

地址规划:

设备 IP 子网掩码
pc1 192.168.9.5 /24
PC2 192.168.10.5 /24
设备 端口 IP地址 子网掩码 所属区域
AR1 G0/0/1 192.168.1.1 /24 0区域
AR1 G0/0/0 192.168.5.1/ 24 2区域
AR2 G0/0/0 192.168.1.2 /24 0区域
AR2 G0/0/1 192.168.2.1 /24 0区域
AR2 G0/0/2 192.168.6.1 /24 0区域
AR3 G0/0/0 192.168.2.2 /24 0区域
AR3 G0/0/1 192.168.3.1 /24 1区域
AR4 G0/0/0 192.168.6.2 /24 0区域
AR4 G0/01 192.168.7.1 /24 2区域
AR5 G0/0/0 192.168.7.2 /24 2区域
AR5 G0/0/1 192.168.5.2 /24 2区域
AR5 G0/0/2 192.168.8.1 /24 3区域
AR5 G4/0/0 192.168.9.254/ 24 2区域
AR6 G0/0/0 192.168.3.2 /24 1区域
AR6 G0/0/1 192.168.4.254/ 24 1区域
AR7 G0/0/0 192.168.8.2 /24 3区域
AR7 G0/0/1 192.168.10.254/ 24 3区域

实验目的:实现不同区域之间互通

实验步骤:

 配置AR1

<Huawei>SYS

Enter system view, return user view with Ctrl+Z.

[Huawei]int g0/0/1

[Huawei-GigabitEthernet0/0/1]undo shutdown

Info: Interface GigabitEthernet0/0/1 is not shutdown.

[Huawei-GigabitEthernet0/0/1]ip add 192.168.1.1 255.255.255.0

Jan 18 2018 17:47:27-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]q

[Huawei]int g0/0/0

[Huawei-GigabitEthernet0/0/0]undo shutdown

Info: Interface GigabitEthernet0/0/0 is not shutdown.

[Huawei-GigabitEthernet0/0/0]ip add 192.168.5.1 255.255.255.0

Jan 18 2018 17:50:04-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/0 has entered the UP state.

[Huawei-GigabitEthernet0/0/0]q

[Huawei]int l

[Huawei]int LoopBack 1

[Huawei]int LoopBack 1

[Huawei-LoopBack1]

[Huawei-LoopBack1]

[Huawei-LoopBack1]

[Huawei-LoopBack1]

[Huawei-LoopBack1]

[Huawei-LoopBack1]

[Huawei-LoopBack1]

[Huawei-LoopBack1]

[Huawei-LoopBack1]

[Huawei-LoopBack1]

[Huawei-LoopBack1]

[Huawei-LoopBack1]

[Huawei-LoopBack1]ip add 10.10.1.1 255.255.255.0

[Huawei-LoopBack1]q

[Huawei]

Please check whether system data has been changed, and save data in time

Configuration console time out, please press any key to log on

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]ospf r

[Huawei]ospf router-id 1.1.1.1

[Huawei-ospf-1]area 0

[Huawei-ospf-1-area-0.0.0.0]ne

[Huawei-ospf-1-area-0.0.0.0]network 192.168.1.1 0.0.0.0

[Huawei-ospf-1-area-0.0.0.0]network

Jan 18 2018 18:01:07-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[0]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.1.168.192, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1-area-0.0.0.0]network 10

Jan 18 2018 18:01:07-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[1]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.1.168.192, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=2Way)

[Huawei-ospf-1-area-0.0.0.0]network 10

Jan 18 2018 18:01:07-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[2]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.1.168.192, NeighborEvent=AdjOk?, NeighborPreviousState=2Way, NeighborCurrentState=ExStart)

[Huawei-ospf-1-area-0.0.0.0]network 10

Jan 18 2018 18:01:07-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[3]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.1.168.192, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1-area-0.0.0.0]network 10

Jan 18 2018 18:01:07-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[4]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.1.168.192, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1-area-0.0.0.0]network 10.

Jan 18 2018 18:01:07-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[5]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.1.168.192, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

[Huawei-ospf-1-area-0.0.0.0]network 10.10.1.1 0.0.0.0

[Huawei-ospf-1-area-0.0.0.0]q

[Huawei-ospf-1]area 2

[Huawei-ospf-1-area-0.0.0.2]net

[Huawei-ospf-1-area-0.0.0.2]network 192.168.5.1 0.0.0.0

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 18:03:51-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[6]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.5.168.192, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 18:03:55-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[7]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.5.168.192, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=ExStart)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 18:03:55-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[8]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.5.168.192, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 18:03:55-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[9]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.5.168.192, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 18:03:55-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[10]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.5.168.192, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]ospf

[Huawei-ospf-1]area 2

[Huawei-ospf-1-area-0.0.0.2]v

[Huawei-ospf-1-area-0.0.0.2]vlink-peer 5.5.5.5

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 19:45:21-08:00 Huawei %%01OSPF/4/VLINK_NBR_CHG_E(l)[0]:Virtual link peer event: neighbor status changed. (ProcessId=256, VirtualLinkNeighborAddress=5.5.5.5, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 19:45:21-08:00 Huawei %%01OSPF/4/VLINK_NBR_CHG_E(l)
[1]:Virtual link peer event: neighbor status changed. (ProcessId=256, VirtualLinkNeighborAddress=5.5.5.5, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=ExStart)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 19:45:21-08:00 Huawei %%01OSPF/4/VLINK_NBR_CHG_E(l)[2]:Virtual link peer event: neighbor status changed. (ProcessId=256, VirtualLinkNeighborAddress=5.5.5.5, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 19:45:21-08:00 Huawei %%01OSPF/4/VLINK_NBR_CHG_E(l)[3]:Virtual link peer event: neighbor status changed. (ProcessId=256, VirtualLinkNeighborAddress=5.5.5.5, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 19:45:21-08:00 Huawei %%01OSPF/4/VLINK_NBR_CHG_E(l)[4]:Virtual link peer event: neighbor status changed. (ProcessId=256, VirtualLinkNeighborAddress=5.5.5.5, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

[Huawei-ospf-1-area-0.0.0.2]

  配置AR2

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]int g0/0/0

[Huawei-GigabitEthernet0/0/0]undo shutdown

Info: Interface GigabitEthernet0/0/0 is not shutdown.

[Huawei-GigabitEthernet0/0/0]ip add 192.168.1.2 255.255.255.0

Jan 18 2018 17:47:51-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]q

[Huawei]int g0/0/1

[Huawei-GigabitEthernet0/0/1]undo shutdown

Info: Interface GigabitEthernet0/0/1 is not shutdown.

[Huawei-GigabitEthernet0/0/1]ip add 192.168.2.1 255.255.255.0

Jan 18 2018 17:48:08-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the UP state.

[Huawei-GigabitEthernet0/0/1]q

[Huawei]int g0/0/2

[Huawei-GigabitEthernet0/0/2]undo shutdown

Info: Interface GigabitEthernet0/0/2 is not shutdown.

[Huawei-GigabitEthernet0/0/2]ip add 192.168.6.1 255.255.255.0

Jan 18 2018 17:50:39-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP on the interface GigabitEthernet0/0/2 has entered the UP state.

[Huawei-GigabitEthernet0/0/2]q

[Huawei]int l

[Huawei]int LoopBack 1

[Huawei-LoopBack1]ip add 10.10.2.2 255.255.255.0

[Huawei-LoopBack1]

Please check whether system data has been changed, and save data in time

Configuration console time out, please press any key to log on

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]ospf r

[Huawei]ospf router-id 2.2.2.2

[Huawei-ospf-1]area 0

[Huawei-ospf-1-area-0.0.0.0]net

[Huawei-ospf-1-area-0.0.0.0]network 192.168.2.1 0.0.0.0

[Huawei-ospf-1-area-0.0.0.0]network 192.168.1.2 00

Jan 18 2018 18:00:15-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[0]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.2.168.192, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1-area-0.0.0.0]network 192.168.1.2 00

Jan 18 2018 18:00:15-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)
[1]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.2.168.192, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=2Way)

[Huawei-ospf-1-area-0.0.0.0]network 192.168.1.2 00

Jan 18 2018 18:00:15-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[2]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.2.168.192, NeighborEvent=AdjOk?, NeighborPreviousState=2Way, NeighborCurrentState=ExStart)

[Huawei-ospf-1-area-0.0.0.0]network 192.168.1.2 00

Jan 18 2018 18:00:15-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[3]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.2.168.192, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1-area-0.0.0.0]network 192.168.1.2 00

Jan 18 2018 18:00:15-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[4]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.2.168.192, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1-area-0.0.0.0]network 192.168.1.2 00

Jan 18 2018 18:00:15-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[5]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.2.168.192, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

[Huawei-ospf-1-area-0.0.0.0]network 192.168.1.2 0.0.0.0

[Huawei-ospf-1-area-0.0.0.0]network 10.10.2.2 0.0.0.0

[Huawei-ospf-1-area-0.0.0.0]q

[Huawei-ospf-1]

Jan 18 2018 18:01:01-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[6]:Neighbor changes event: neighbor status changed. (ProcessId=256,
NeighborAddress=1.1.168.192, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1]

Jan 18 2018 18:01:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[7]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.1.168.192, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=ExStart)

[Huawei-ospf-1]

Jan 18 2018 18:01:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[8]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.1.168.192, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1]

Jan 18 2018 18:01:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[9]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.1.168.192, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1]
Jan 18 2018 18:01:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[10]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.1.168.192, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

[Huawei-ospf-1]

[Huawei-ospf-1]area 0

[Huawei-ospf-1-area-0.0.0.0]ne

[Huawei-ospf-1-area-0.0.0.0]network 192.168.6.1 0.0.0.0

[Huawei-ospf-1-area-0.0.0.0]

Jan 18 2018 18:02:37-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[11]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.6.168.192, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1-area-0.0.0.0]

Jan 18 2018 18:02:46-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[12]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.6.168.192, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=2Way)

[Huawei-ospf-1-area-0.0.0.0]

Jan 18 2018 18:03:10-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[13]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.6.168.192, NeighborEvent=AdjOk?, NeighborPreviousState=2Way, NeighborCurrentState=ExStart)

[Huawei-ospf-1-area-0.0.0.0]

Jan 18 2018 18:03:15-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[14]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.6.168.192, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1-area-0.0.0.0]

Jan 18 2018 18:03:15-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[15]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.6.168.192, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1-area-0.0.0.0]

Jan 18 2018 18:03:15-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[16]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.6.168.192, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

[Huawei-ospf-1-area-0.0.0.0]

             配置AR3

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]int g0/0/0

[Huawei-GigabitEthernet0/0/0]undo shutdown

Info: Interface GigabitEthernet0/0/0 is not shutdown.

[Huawei-GigabitEthernet0/0/0]ip add 192.168.2.2 255.255.255.0

Jan 18 2018 17:48:27-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]q

[Huawei]int g0/0/1

[Huawei-GigabitEthernet0/0/1]undo shutdown

Info: Interface GigabitEthernet0/0/1 is not shutdown.

[Huawei-GigabitEthernet0/0/1]ip add 192.168.3.1 255.255.255.0

Jan 18 2018 17:48:44-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the UP state.

[Huawei-GigabitEthernet0/0/1]

Please check whether system data has been changed, and save data in time

Configuration console time out, please press any key to log on

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]int l

[Huawei]int LoopBack 1

[Huawei-LoopBack1]ip add 10.10.3.3 255.255.255.0

[Huawei-LoopBack1]q

[Huawei]ospf r

[Huawei]ospf router-id 3.3.3.3

[Huawei-ospf-1]area 1

[Huawei-ospf-1-area-0.0.0.1]ne

[Huawei-ospf-1-area-0.0.0.1]network 192.168.3.1 0.0.0.0

[Huawei-ospf-1-area-0.0.0.1]

Jan 18 2018 17:59:11-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[0]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.3.168.192, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1-area-0.0.0.1]

Jan 18 2018 17:59:11-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[1]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.3.168.192, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=2Way)

[Huawei-ospf-1-area-0.0.0.1]

Jan 18 2018 17:59:11-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[2]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.3.168.192, NeighborEvent=AdjOk?, NeighborPreviousState=2Way, NeighborCurrentState=ExStart)

[Huawei-ospf-1-area-0.0.0.1]

Jan 18 2018 17:59:11-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[3]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.3.168.192, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1-area-0.0.0.1]

Jan 18 2018 17:59:11-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[4]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.3.168.192, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1-area-0.0.0.1]

Jan 18 2018 17:59:11-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[5]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.3.168.192, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

[Huawei-ospf-1-area-0.0.0.1]q

[Huawei-ospf-1]area 0

[Huawei-ospf-1-area-0.0.0.0]ne

[Huawei-ospf-1-area-0.0.0.0]network 192.168.2.2 0.0.0.0

[Huawei-ospf-1-area-0.0.0.0]network 10.10.3.3 0.0.0.0

[Huawei-ospf-1-area-0.0.0.0]q

[Huawei-ospf-1]

Jan 18 2018 18:00:09-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[6]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.2.168.192, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1]

Jan 18 2018 18:00:15-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[7]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.2.168.192, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=ExStart)

[Huawei-ospf-1]

Jan 18 2018 18:00:15-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[8]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.2.168.192, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1]

Jan 18 2018 18:00:15-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[9]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.2.168.192, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1]

Jan 18 2018 18:00:15-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[10]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.2.168.192, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

[Huawei-ospf-1]

  配置AR4

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]int g0/0/0

[Huawei-GigabitEthernet0/0/0]undo shutdown

Info: Interface GigabitEthernet0/0/0 is not shutdown.

[Huawei-GigabitEthernet0/0/0]ip add 192.168.6.2 255.255.255.0

Jan 18 2018 17:51:01-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]q

[Huawei]int g0/0/1

[Huawei-GigabitEthernet0/0/1]undo shutdown

Info: Interface GigabitEthernet0/0/1 is not shutdown.

[Huawei-GigabitEthernet0/0/1]ip add 192.168.7.1 255.255.255.0

Jan 18 2018 17:51:25-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the UP state.

[Huawei-GigabitEthernet0/0/1]

[Huawei-GigabitEthernet0/0/1]q

[Huawei]int l

[Huawei]int LoopBack 1

[Huawei-LoopBack1]ip add 10.10.4.4 255.255.255.0

[Huawei-LoopBack1]

Please check whether system data has been changed, and save data in time

Configuration console time out, please press any key to log on

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]ospf r

[Huawei]ospf router-id 4.4.4.4

[Huawei-ospf-1]area 0

[Huawei-ospf-1-area-0.0.0.0]ne

[Huawei-ospf-1-area-0.0.0.0]network 192.168.6.2 0.0.0.0

[Huawei-ospf-1-area-0.0.0.0]

Jan 18 2018 18:02:38-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[0]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.6.168.192, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1-area-0.0.0.0]

Jan 18 2018 18:02:38-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[1]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.6.168.192, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=2Way)

[Huawei-ospf-1-area-0.0.0.0]network 10.10.6.6 0.0.0.0

[Huawei-ospf-1-area-0.0.0.0]q

[Huawei-ospf-1]area 2

[Huawei-ospf-1-area-0.0.0.2]ne

[Huawei-ospf-1-area-0.0.0.2]network 192.168.7.1 0.0.0.0

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 18:03:14-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[2]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.6.168.192, NeighborEvent=AdjOk?, NeighborPreviousState=2Way, NeighborCurrentState=ExStart)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 18:03:14-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[3]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.6.168.192, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 18:03:14-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[4]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.6.168.192, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 18:03:14-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[5]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.6.168.192, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 18:03:59-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[6]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.7.168.192, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 18:04:05-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[7]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.7.168.192, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=ExStart)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 18:04:05-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[8]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.7.168.192, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 18:04:05-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[9]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.7.168.192, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 18:04:05-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[10]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.7.168.192, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

[Huawei-ospf-1-area-0.0.0.2]

     配置AR5

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]int g0/0/1

[Huawei-GigabitEthernet0/0/1]undo shutdown

Info: Interface GigabitEthernet0/0/1 is not shutdown.

[Huawei-GigabitEthernet0/0/1]ip add 192.168.5.2 255.255.255.0

Jan 18 2018 17:51:59-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]q

[Huawei]int g0/0/0

[Huawei-GigabitEthernet0/0/0]undo shutdown

Info: Interface GigabitEthernet0/0/0 is not shutdown.

[Huawei-GigabitEthernet0/0/0]ip add 192.168.7.2 255.255.255.0

Jan 18 2018 17:52:15-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/0 has entered the UP state.

[Huawei-GigabitEthernet0/0/0]q

[Huawei]int g0/0/2

[Huawei-GigabitEthernet0/0/2]undo shutdown

Info: Interface GigabitEthernet0/0/2 is not shutdown.

[Huawei-GigabitEthernet0/0/2]ip add 192.168.8.1 255.255.255.0

Jan 18 2018 17:52:32-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP on the interface GigabitEthernet0/0/2 has entered the UP state.

[Huawei-GigabitEthernet0/0/2]q

[Huawei]int g4/0/0

[Huawei-GigabitEthernet4/0/0]undo shutdown

Info: Interface GigabitEthernet4/0/0 is not shutdown.

[Huawei-GigabitEthernet4/0/0]ip add 192.168.9.254 255.255.255.0

Jan 18 2018 17:52:51-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]q

[Huawei]

[Huawei]int l

[Huawei]int LoopBack 1

[Huawei-LoopBack1]ip add 10.10.5.5 255.255.255.0

[Huawei-LoopBack1]

Please check whether system data has been changed, and save data in time

Configuration console time out, please press any key to log on

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]ospf r

[Huawei]ospf router-id 5.5.5.5

[Huawei-ospf-1]area 2

[Huawei-ospf-1-area-0.0.0.2]n

[Huawei-ospf-1-area-0.0.0.2]network 192.168.5.2 0.0.0.0

[Huawei-ospf-1-area-0.0.0.2]network 192.168.5

Jan 18 2018 18:03:54-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[0]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.5.168.192, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1-area-0.0.0.2]network 192.168.

Jan 18 2018 18:03:54-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[1]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.5.168.192, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=2Way)

[Huawei-ospf-1-area-0.0.0.2]network 192.168.

Jan 18 2018 18:03:54-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[2]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.5.168.192, NeighborEvent=AdjOk?, NeighborPreviousState=2Way, NeighborCurrentState=ExStart)

[Huawei-ospf-1-area-0.0.0.2]network 192.168.

Jan 18 2018 18:03:54-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[3]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.5.168.192, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1-area-0.0.0.2]network 192.168.

Jan 18 2018 18:03:54-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[4]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.5.168.192, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1-area-0.0.0.2]network 192.168.

Jan 18 2018 18:03:54-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[5]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.5.168.192, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

[Huawei-ospf-1-area-0.0.0.2]network 192.168.7.2 0.0.0.0

[Huawei-ospf-1-area-0.0.0.2]network 192.168.9.

Jan 18 2018 18:04:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[6]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.7.168.192, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1-area-0.0.0.2]network 192.168.9.

Jan 18 2018 18:04:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[7]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.7.168.192, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=2Way)

[Huawei-ospf-1-area-0.0.0.2]network 192.168.9.

Jan 18 2018 18:04:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[8]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.7.168.192, NeighborEvent=AdjOk?, NeighborPreviousState=2Way, NeighborCurrentState=ExStart)

[Huawei-ospf-1-area-0.0.0.2]network 192.168.9.

Jan 18 2018 18:04:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[9]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.7.168.192, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1-area-0.0.0.2]network 192.168.9.

Jan 18 2018 18:04:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[10]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.7.168.192, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1-area-0.0.0.2]network 192.168.9.

Jan 18 2018 18:04:06-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[11]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.7.168.192, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

[Huawei-ospf-1-area-0.0.0.2]network 192.168.9.254 0.0.0.0

[Huawei-ospf-1-area-0.0.0.2]q

[Huawei-ospf-1]area 3

[Huawei-ospf-1-area-0.0.0.3]ne

[Huawei-ospf-1-area-0.0.0.3]network 192.168.8.1 0.0.0.0

[Huawei-ospf-1-area-0.0.0.3]

Jan 18 2018 18:05:26-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[12]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.8.168.192, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1-area-0.0.0.3]

Jan 18 2018 18:05:28-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[13]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.8.168.192, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=ExStart)

[Huawei-ospf-1-area-0.0.0.3]

Jan 18 2018 18:05:28-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[14]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.8.168.192, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1-area-0.0.0.3]

Jan 18 2018 18:05:29-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[15]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.8.168.192, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1-area-0.0.0.3]

Jan 18 2018 18:05:29-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[16]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=2.8.168.192, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

[Huawei-ospf-1-area-0.0.0.3]

Please check whether system data has been changed, and save data in time

Configuration console time out, please press any key to log on

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei-ospf-1-area-0.0.0.3]q

[Huawei-ospf-1]area 2

[Huawei-ospf-1-area-0.0.0.2]v

[Huawei-ospf-1-area-0.0.0.2]vlink-peer 1.1.1.1

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 19:45:10-08:00 Huawei %%01OSPF/4/VLINK_NBR_CHG_E(l)[0]:Virtual link peer event: neighbor status changed. (ProcessId=256, VirtualLinkNeighborAddress=1.1.1.1, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 19:45:19-08:00 Huawei %%01OSPF/4/VLINK_NBR_CHG_E(l)[1]:Virtual link peer event: neighbor status changed. (ProcessId=256,
VirtualLinkNeighborAddress=1.1.1.1, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=ExStart)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 19:45:19-08:00 Huawei %%01OSPF/4/VLINK_NBR_CHG_E(l)[2]:Virtual link peer event: neighbor status changed. (ProcessId=256, VirtualLinkNeighborAddress=1.1.1.1, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 19:45:19-08:00 Huawei %%01OSPF/4/VLINK_NBR_CHG_E(l)[3]:Virtual link peer event: neighbor status changed. (ProcessId=256, VirtualLinkNeighborAddress=1.1.1.1, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1-area-0.0.0.2]

Jan 18 2018 19:45:19-08:00 Huawei %%01OSPF/4/VLINK_NBR_CHG_E(l)[4]:Virtual link peer event: neighbor status changed. (ProcessId=256, VirtualLinkNeighborAddress=1.1.1.1, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

[Huawei-ospf-1-area-0.0.0.2][Huawei-ospf-1]area 2

     配置AR6

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]int g0/0/0

[Huawei-GigabitEthernet0/0/0]undo shutdown

Info: Interface GigabitEthernet0/0/0 is not shutdown.

[Huawei-GigabitEthernet0/0/0]ip add 192.168.3.2 255.255.255.0

Jan 18 2018 17:49:09-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]q

[Huawei]int g0/0/1

[Huawei-GigabitEthernet0/0/1]undo shutdown

Info: Interface GigabitEthernet0/0/1 is not shutdown.

[Huawei-GigabitEthernet0/0/1]ip add 192.168.4.254 255.255.255.0

Jan 18 2018 17:49:24-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the UP state.

[Huawei-GigabitEthernet0/0/1]

Please check whether system data has been changed, and save data in time

Configuration console time out, please press any key to log on

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]int l

[Huawei]int LoopBack 1

[Huawei-LoopBack1]ip add 10.10.6.6 255.255.255.0

[Huawei-LoopBack1]q

[Huawei]ospf

[Huawei]ospf ro

[Huawei]ospf router-id 6.6.6.6

[Huawei-ospf-1]area 1

[Huawei-ospf-1-area-0.0.0.1]net

[Huawei-ospf-1-area-0.0.0.1]network 192.168.3.2 0.0.0.0

[Huawei-ospf-1-area-0.0.0.1]network 192.168.4.254 0.0.0.0

[Huawei-ospf-1-area-0.0.0.1]q

[Huawei-ospf-1]area 1

[Huawei-ospf-1-area-0.0.0.1]net

[Huawei-ospf-1-area-0.0.0.1]network 10.10.6.6 0.0.0.0

[Huawei-ospf-1-area-0.0.0.1]q

[Huawei-ospf-1]

Jan 18 2018 17:59:05-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[0]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.3.168.192, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1]

Jan 18 2018 17:59:11-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[1]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.3.168.192, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=ExStart)

[Huawei-ospf-1]

Jan 18 2018 17:59:11-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[2]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.3.168.192, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1]

Jan 18 2018 17:59:11-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[3]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.3.168.192, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1]

Jan 18 2018 17:59:11-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[4]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.3.168.192, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

[Huawei-ospf-1]

    配置AR7

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]int g0/0/0

[Huawei-GigabitEthernet0/0/0]undo shutdown

Info: Interface GigabitEthernet0/0/0 is not shutdown.

[Huawei-GigabitEthernet0/0/0]ip add 192.168.8.2 255.255.255.0

Jan 18 2018 17:53:16-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]q

[Huawei]int g0/0/1

[Huawei-GigabitEthernet0/0/1]undo shutdown

Info: Interface GigabitEthernet0/0/1 is not shutdown.

[Huawei-GigabitEthernet0/0/1]ip add 192.168.10.254 255.255.255.0

Jan 18 2018 17:53:43-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP on the interface GigabitEthernet0/0/1 has entered the UP state.

[Huawei-GigabitEthernet0/0/1]

[Huawei-GigabitEthernet0/0/1]q

[Huawei]int l

[Huawei]int LoopBack 1

[Huawei-LoopBack1]ip add 10.10.7.7 255.255.255.0

[Huawei-LoopBack1]q

[Huawei]

Please check whether system data has been changed, and save data in time

Configuration console time out, please press any key to log on

<Huawei>

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

[Huawei]ospf r

[Huawei]ospf router-id 7.7.7.7

[Huawei-ospf-1]area 3

[Huawei-ospf-1-area-0.0.0.3]n

[Huawei-ospf-1-area-0.0.0.3]network192.168.8.2 0.0.0.0
^
Error: Unrecognized command found at ‘^‘ position.

[Huawei-ospf-1-area-0.0.0.3]ne

[Huawei-ospf-1-area-0.0.0.3]network 192.168.8.2 0.0.0.0

[Huawei-ospf-1-area-0.0.0.3]network

Jan 18 2018 18:05:29-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[0]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.8.168.192, NeighborEvent=HelloReceived, NeighborPreviousState=Down, NeighborCurrentState=Init)

[Huawei-ospf-1-area-0.0.0.3]network

Jan 18 2018 18:05:29-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[1]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.8.168.192, NeighborEvent=2WayReceived, NeighborPreviousState=Init, NeighborCurrentState=2Way)

[Huawei-ospf-1-area-0.0.0.3]network

Jan 18 2018 18:05:29-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[2]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.8.168.192, NeighborEvent=AdjOk?, NeighborPreviousState=2Way, NeighborCurrentState=ExStart)

[Huawei-ospf-1-area-0.0.0.3]network

Jan 18 2018 18:05:29-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[3]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.8.168.192, NeighborEvent=NegotiationDone, NeighborPreviousState=ExStart, NeighborCurrentState=Exchange)

[Huawei-ospf-1-area-0.0.0.3]network

Jan 18 2018 18:05:29-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[4]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.8.168.192, NeighborEvent=ExchangeDone, NeighborPreviousState=Exchange, NeighborCurrentState=Loading)

[Huawei-ospf-1-area-0.0.0.3]network

Jan 18 2018 18:05:29-08:00 Huawei %%01OSPF/4/NBR_CHANGE_E(l)[5]:Neighbor changes event: neighbor status changed. (ProcessId=256, NeighborAddress=1.8.168.192, NeighborEvent=LoadingDone, NeighborPreviousState=Loading, NeighborCurrentState=Full)

[Huawei-ospf-1-area-0.0.0.3]network 192.168.10.254 0.0.0.0

[Huawei-ospf-1-area-0.0.0.3]network 10.10.7.7 0.0.0.0

[Huawei-ospf-1-area-0.0.0.3]

Please check whether system data has been changed, and save data in time

Configuration console time out, please press any key to log on

    验证测试:

            PC1 ping PC2  PC1 ping PC 3

            ![](http://i2.51cto.com/images/blog/201801/18/171af15c3435b88fe850ee92bd5adc47.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)

            注意:
                    通过虚链路建立的ospf邻居关系,永远属于区域0;虚链路的建立,是依靠底层的真实链路所在的区域来传输
        Ospf报文的(hello等)所以如果底层的“穿越/传输区域”不稳定的话,则会导致上层的“虚链路”不稳定,则影响整个网络的骨干区域的稳定性。

所以,一般不建议使用这种方式。
如果不得不使用,那么也仅仅是临时的解决方案。

原文地址:http://blog.51cto.com/13467772/2062594

时间: 2024-08-01 19:01:50

中小型公司不同区域ospf实现互通的相关文章

多区域OSPF的配置

配置实现,拓扑图中多区域OSPF的互通,并做测试.配置过程以R1为例: 若将区域1不直接和区域0连接,而和区域2直接连接,请问这样的图合理吗,如果在这种连接下,请问若要实现整个拓扑图的互通,该如何配置. 该拓扑结构不合理,不可以是整个拓扑全网通信,如果采用这样的网络拓扑结构需要打通一条虚电路使其可以全网通信. 配置命令如下: R3(config-router)# area 2 virtual-link 4.4.4.4 R4(config-router)# area 2 virtual-link

小型公司案例-配置OSPF实现不连续区域网络通信

在网络中如果出现了不连续区域,该如何实现通信呢?今天我就给大家简单说一下. 实验名称:小型公司案例-配置OSPF实现不连续区域网络通信 实验目的:配置OSPF实现不连续区域网络的通信功能 实验拓扑: 地址规划: 设备 IP地址及掩码 PC1 192.168.10.1/24 PC2 192.168.60.1/24 PC3 192.168.50.1/24 设备 端口 IP地址及掩码 所属区域 R1 GI 0/0/0 192.168.12.1/24 区域12 R1 GI 0/0/1 192.168.1

非骨干区域通过虚链路穿越非骨干区域连接骨干区域实现互联互通

实验对象:四台路由器,两台主机 实验环境:GNS3,CRT 实验目标;非骨干区域通过虚链路穿越非骨干区域连接骨干区域实现互联互通 实验步骤: 1.拖拽四台路由器,两台PC机,创建拓扑图 2.配置实验数据 3.配置IP地址 4.接下来启用ospf协议,宣告网段在哪个区域 5.检验,发现问题 查看路由表 全都有 没有3.0,4.0,5.0 没有1.0,2.0, 没有1.0,2.0 全部都有的是R1, 7.此时给area2 打通一条虚链路,虚链路是双向的 8.ping一波 9.成功 原文地址:http

单区域ospf以及DR和BDR选举

首先我绘制如下的拓扑图,各路由器基本配置图中已经标明.三个路由器都分别加上loopback口,并分别配上地址1.1.1.1:2.2.2.2:3.3.3.3 ,之后的配置中各路由将各自loopback口地址作为自己的router id.(为了方便ospf区域规划和问题排查,一般将某一个loopback口地址配置为路由的router id,ospf启动生效后,如果更改了router id或者接口地址,那么只有重启ospf或者重启路由器后才会生效.) 嗯简单看一下RT1的基本配置过程. 所有基本配置结

多区域OSPF

1.骨干区域:起到了让其他非骨干区域能够知道别的区域的网络情况的作用.也就是说,所有非骨干区域的路由信息都要流经骨干区域. 2.虚拟链路:是一个通过非骨干区域到骨干区域的链路. 使用目的:  连接一个非骨干区域到一个骨干区域通过一个非骨干区域 通过一个非骨干区,连接分开的两个骨干区部分 规则: 必须在两个ABR之间进行配置 虚链路通过的区域作为传输区域,必须有完整的路由信息 中间传输区不能是存根区 2操作,基本概念 1. OSPF的分层拓扑的优势: 1) 降低SPF的计算频率 2) 减小路由表

Spring Cloud在国内中小型公司能用起来吗?

今天吃完饭休息的时候瞎逛知乎,突然看到这个一个问题 Spring Cloud在国内中小型公司能用起来吗?,吸引了我的注意.仔细的看了题主的问题,发现这是一个好问题,题主经过了一番思考,并且用图形全面的将自己的疑问表达了出来,作为一个研究并使用 Spring Boot 和 Spring Cloud 近两年的程序员,看的我手痒痒不答不快呀. 好问题 好问题必须配认真的回答,仔细的看了题主的问题,发现这个问题非常具有代表性,可能是广大网友想使用 Spring Cloud 却又对 Spring Clou

CCNA实验二十三 单区域OSPF路由协议 &nbsp;

CCNA实验二十三 单区域OSPF路由协议 环境:Windows XP .GNS3.0.7.2 目的: 认识并学会OSPF的基本配置 说明: OSPF(开放式最短路径优先)是一个内部网关协议而且是链路状态路由协议.OSPF通过路由器之间通告网络接口的状态来建立链路状态数据库,生成最短路径树,每个OSPF路由器使用这些最短路径构造路由表.OSPF路由器向加入到OSPF过程的接口发送Hello数据包,Hello协议的目的: 1.用于发现邻居 2.在成为邻居之前,必须对Hello包里的一些参数进行协商

[转]Spring Cloud在国内中小型公司能用起来吗?

原文地址:http://www.cnblogs.com/ityouknow/p/7508306.html 今天吃完饭休息的时候瞎逛知乎,突然看到这个一个问题Spring Cloud在国内中小型公司能用起来吗?,吸引了我的注意.仔细的看了题主的问题,发现这是一个好问题,题主经过了一番思考,并且用图形全面的将自己的疑问表达了出来,作为一个研究并使用Spring Boot和Spring Cloud近两年的程序员,看的我手痒痒不答不快呀. 好问题 好问题必须配认真的回答,仔细的看了题主的问题,发现这个问

在中小型公司如何做好测试——论测试计划的重要性

前阵子喜欢看荒野生存类的纪录片,追过一阵子德哥的荒野求生.德哥每次面对没水没食物没衣服没住所的情况,首先第一件事是根据所处的环境来决定食物.饮水.火.住所的优先级别:赤道的海岛和温差大的高山各自的优先级别是不一样的,弄错了顺序是没办法完成赤身裸体呆10天的任务的. 在中小型公司做测试有个特点是:计划赶不上变化,就像周杰伦的龙卷风,爱情总是来得那么突然一样,任务总是来得那么突然.一人身兼数职,负责多个项目是家常便饭.自己凭实力跳的火坑,就算爬也要把坑填完.时间不够,人手不够,项目急着上线怎么办?