锐捷网管交换机配置OSPF NSSA区域的操作方法

一、 组网需求
Device A、B、C之间通过OSPF路由协议互联。
Device B作为ABR传递OSPF区域间路由,Device C作为ASBR引入了外部静态路由。
为减少Area 1内LSA数量,节约设备性能,Area 1配置成NSSA区域。

二、组网图
NSSA 区域组网图

三、 配置要点
●所有设备配置接口IP地址(略)。
●所有设备配置OSPF基本功能(略)。
● Device C上需要将外部静态路由引入OSPF进程。
● 需要分别在Device B、C上将区域1配置成NSSA。

四、 配置步骤
(1) Device C配置静态路由。
Device C> enable
Device C# configure terminal
Device C(config)# ip route 172.10.10.0 255.255.255.0 192.168.6.2

(2) Device C上配置引入外部静态路由。
Device D(config)# router ospf 1
Device D(config-router)# redistribute static subnets

(3) Device B、C上区域1配置成NSSA。
# Device C的配置。
Device B> enable
Device B# configure terminal
Device B(config)# router ospf 1
Device B(config-router)# area 1 nssa

# Device C的配置。
Device C(config-router)# area 1 nssa

五、验证配置结果
# Device C上查看生成172.10.10.0/24的7类LSA。
Device D# show ip ospf database nssa-external
Device C上查看生成172.10.10.0/24的7类LS

# Device B上查看172.10.10.0/24同时存在5类和7类LSA。
Device B# show ip ospf database nssa-external
Device B上查看172.10.10.0/24同时存在5类和7类LSA

# Device B上查看生成了172.10.10.0/24的N2类型的路由。
Device B# show ip ospf database external
Device B上查看生成了172.10.10.0/24的N2类型的路由

六、配置文件
●Device B的配置文件。
!
router ospf 1
area 1 nssa
!
● Device D的配置文件。
!
ip route 172.10.10.0 255.255.255.0 192.168.6.2
!
router ospf 1
redistribute static subnets
area 1 nssa
!

七、常见错误
● 同一区域中的设备,区域类型配置不一致。
● 在Stub区域中配置路由重分布,将无法加入外部路由。

ICP备案号:晋ICP备18007549号-1
站长微信:15534641008