华为 OSPF 单区域配置实例

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

华为OSPF 单区域配置实例

作者:救世主220

实验日期:2015.6.27

实验拓扑如下:

AR1配置:

[AR1]dis cur

[V200R003C00]

#

sysname AR1

#

interface GigabitEthernet0/0/0

ip address 10.0.12.1 255.255.255.0

#

interface LoopBack0

ip address 10.0.1.1 255.255.255.0

#

ospf 1 router-id 1.1.1.1

area 0.0.0.0

network 10.0.0.0 0.255.255.255

AR2配置:

[AR2]dis current-configuration

[V200R003C00]

#

sysname AR2

#

interface GigabitEthernet0/0/0

ip address 10.0.12.2 255.255.255.0 ospf dr-priority 255

#

interface GigabitEthernet0/0/1

ip address 10.0.23.2 255.255.255.0 ospf dr-priority 255

#

interface LoopBack0

ip address 10.0.2.2 255.255.255.0 #

ospf 1 router-id 2.2.2.2

area 0.0.0.0

network 10.0.0.0 0.255.255.255

AR3配置:

[AR3]dis current-configuration

[V200R003C00]

#

sysname AR3

#

interface GigabitEthernet0/0/0

ip address 10.0.23.3 255.255.255.0 #

interface LoopBack0

ip address 10.0.3.3 255.255.255.0 #

ospf 1 router-id 3.3.3.3

area 0.0.0.0

network 10.0.0.0 0.255.255.255

测试结果:

相关文档
最新文档