标签:images 信息 华为路由器 ext stat static tab 状态 text
特殊区域分为:stub区域、tatally stub区域、nssa区域、totally nssa区域。
本文主要为大家介绍OSPF四种特殊区域配置命令及链路状态分析,实验拓扑如下:
其次,按照上图我们我们配置OSPF,其中R1为12区域,R2为0区域和12区域的区域间路由器,R3为0区域,R4为0区域和45区域间路由器,R5为45区域路由器。
配置如下:
R1
ospf 1 router-id 1.1.1.1
area 12
network 192.168.12.0 0.0.0.255
network 192.168.1.0 0.0.0.255
R2
ospf 1 router-id 2.2.2.2
area 0
network 192.168.23.0 0.0.0.255
area 12
network 192.168.12.0 0.0.0.255
R3
ospf 1 router-id 3.3.3.3
area 0
network 192.168.23.0 0.0.0.255
network 192.168.34.0 0.0.0.255
R4
ospf 1 router-id 4.4.4.4
area 0
network 192.168.34.0 0.0.0.255
area 45
network 192.168.45.0 0.0.0.255
R5
R5
ospf 1 router-id 5.5.5.5
area 45
network 192.168.45.0 0.0.0.255
ip route-static 200.1.1.0 255.255.255.0 100.1.1.6
ospf 1 router-id 5.5.5.5
import-route static
R6
ip route-static 192.168.1.0 255.255.255.0 100.1.1.5
接下来我们查看R1、R5的链路状态数据库,如下:
[R1]display ospf lsdb
OSPF Process 1 with Router ID 1.1.1.1
Link State Database
Area: 0.0.0.12
Type LinkState ID AdvRouter Age Len Sequence Metric
Router 2.2.2.2 2.2.2.2 17 36 80000005 1
Router 1.1.1.1 1.1.1.1 18 48 80000006 1
Network 192.168.12.2 2.2.2.2 17 32 80000002 0
Sum-Net 192.168.5.0 2.2.2.2 57 28 80000001 4
Sum-Net 192.168.45.0 2.2.2.2 57 28 80000001 3
Sum-Net 192.168.23.0 2.2.2.2 57 28 80000001 1
Sum-Net 192.168.34.0 2.2.2.2 57 28 80000001 2
Sum-Asbr 5.5.5.5 2.2.2.2 57 28 80000001 3
AS External Database
Type LinkState ID AdvRouter Age Len Sequence Metric
External 200.1.1.0 5.5.5.5 247 36 80000001 1
[R1]
OSPF Process 1 with Router ID 5.5.5.5
Link State Database
Area: 0.0.0.45
Type LinkState ID AdvRouter Age Len Sequence Metric
Router 4.4.4.4 4.4.4.4 719 36 80000004 1
Router 5.5.5.5 5.5.5.5 709 48 80000006 1
Network 192.168.45.5 5.5.5.5 709 32 80000002 0
Sum-Net 192.168.23.0 4.4.4.4 750 28 80000001 2
Sum-Net 192.168.34.0 4.4.4.4 786 28 80000001 1
Sum-Net 192.168.12.0 4.4.4.4 750 28 80000001 3
Sum-Net 192.168.1.0 4.4.4.4 750 28 80000001 4
[R5]display ospf lsdb
OSPF Process 1 with Router ID 5.5.5.5
Link State Database
Area: 0.0.0.45
Type LinkState ID AdvRouter Age Len Sequence Metric
Router 4.4.4.4 4.4.4.4 368 36 80000005 1
Router 5.5.5.5 5.5.5.5 316 48 80000008 1
Network 192.168.45.5 5.5.5.5 359 32 80000003 0
Sum-Net 192.168.23.0 4.4.4.4 398 28 80000002 2
Sum-Net 192.168.34.0 4.4.4.4 434 28 80000002 1
Sum-Net 192.168.12.0 4.4.4.4 398 28 80000002 3
Sum-Net 192.168.1.0 4.4.4.4 91 28 80000001 4
AS External Database
Type LinkState ID AdvRouter Age Len Sequence Metric
External 200.1.1.0 5.5.5.5 316 36 80000001 1
PC1、PC3网络互通:
我们配置四种特殊区域:
第一种:nssa区域
配置命令如下:
在区域每个路由器上配置:
ospf 1
area area-id
nssa
查看R1的链路状态数据库,如下:
[R1]display ospf lsdb
OSPF Process 1 with Router ID 1.1.1.1
Link State Database
Area: 0.0.0.12
Type LinkState ID AdvRouter Age Len Sequence Metric
Router 2.2.2.2 2.2.2.2 45 36 80000005 1
Router 1.1.1.1 1.1.1.1 46 48 80000006 1
Network 192.168.12.2 2.2.2.2 46 32 80000002 0
Sum-Net 192.168.5.0 2.2.2.2 85 28 80000001 4
Sum-Net 192.168.45.0 2.2.2.2 85 28 80000001 3
Sum-Net 192.168.23.0 2.2.2.2 85 28 80000001 1
Sum-Net 192.168.34.0 2.2.2.2 85 28 80000001 2
NSSA 0.0.0.0 2.2.2.2 85 36 80000001 1
可以得出结论:
1.nssa区域链路状态数据库只有1类、2类、3类、7类的LSA;
2.nssa区域不会出现4、5类LSA。
第二种:totally nssa
配置命令如下:
在nssa区域的ABR上配置:
ospf 1
area area-id
nssa no-summary
查看R1的链路状态数据库,如下:
[R1]display ospf lsdb
OSPF Process 1 with Router ID 1.1.1.1
Link State Database
Area: 0.0.0.12
Type LinkState ID AdvRouter Age Len Sequence Metric
Router 2.2.2.2 2.2.2.2 30 36 80000006 1
Router 1.1.1.1 1.1.1.1 28 48 8000000B 1
Network 192.168.12.1 1.1.1.1 28 32 80000002 0
Sum-Net 0.0.0.0 2.2.2.2 38 28 80000001 1
NSSA 0.0.0.0 2.2.2.2 487 36 80000001 1
总结可以得出结论:
1.totally nssa区域链路状态数据库只有1类、2类、一个特殊的3类、7类的LSA;
2.totally nssa区域不会出现4、5类LSA。
第三种:stub区域。
接下来我们12区域配置为stub区域,配置如下:
在区域每个路由器上配置:
ospf 1
area area-id
stub
我们再来查看R1的链路状态数据库,如下:
[R1]display ospf lsdb
OSPF Process 1 with Router ID 1.1.1.1
Link State Database
Area: 0.0.0.12
Type LinkState ID AdvRouter Age Len Sequence Metric
Router 2.2.2.2 2.2.2.2 941 36 80000006 1
Router 1.1.1.1 1.1.1.1 948 48 80000007 1
Network 192.168.12.2 2.2.2.2 941 32 80000003 0
Sum-Net 0.0.0.0 2.2.2.2 991 28 80000002 1
Sum-Net 192.168.5.0 2.2.2.2 991 28 80000002 4
Sum-Net 192.168.45.0 2.2.2.2 991 28 80000002 3
Sum-Net 192.168.23.0 2.2.2.2 991 28 80000002 1
Sum-Net 192.168.34.0 2.2.2.2 991 28 80000002 2
可以得出结论:
1.stub链路状态数据库只有1类、2类、3类以及一个特殊的3类LSA;
2.stub区域不会出现4、5类LSA。
第四种:totally stub
配置命令如下:
在stub区域的ABR上配置:
ospf 1
area area-id
stub no-summary
查看R1的链路状态数据库,如下:
[R1]display ospf lsdb
OSPF Process 1 with Router ID 1.1.1.1
Link State Database
Area: 0.0.0.12
Type LinkState ID AdvRouter Age Len Sequence Metric
Router 2.2.2.2 2.2.2.2 9 36 80000007 1
Router 1.1.1.1 1.1.1.1 5 48 8000000C 1
Network 192.168.12.1 1.1.1.1 5 32 80000002 0
Sum-Net 0.0.0.0 2.2.2.2 11 28 80000003 1
可以得出结论:
1.totally stub链路状态数据库只有1类、2类、以及一个特殊的3类表示默认的LSA;
2.totally stub区域不会出现5类LSA。
通过以上所有实验我总结得出:
标签:images 信息 华为路由器 ext stat static tab 状态 text
原文地址:http://blog.51cto.com/11806823/2326635