OSPF(stub,totally nssa,virtual-link)
实验目的:1、配置stub,totally nssa和虚链路
2、熟悉stub,totally nssa和虚链路的作用
实验拓扑1:
实验拓扑2(加入Area 3):
实验步骤:
加入Area 3之前(拓扑1),配置如“ospf-LSA”的ospf配置+重分布(ospf和eigrp的重分布)。在区域2配置totally NSSA R3
R3(config)#router ospf 110
R3(config-router)#area 2 nssa no-redistribution no-summary
R3(config-router)#exit R3(config)#^Z R3#wr
Building configuration... [OK]
R4
R4(config)#router ospf 110 R4(config-router)#area 2 nssa R4(config-router)#exit
*Mar 1 00:56:06.683: %OSPF-5-ADJCHG: Process 110, Nbr 33.33.33.33 on Serial0/0 from LOADING to FULL, Loading Done R4(config)#^Z R4#wr
Building configuration...
*Mar 1 00:56:13.523: %SYS-5-CONFIG_I: Configured from console by console[OK]
totally NSSA配置后,LSA信息显示如下
R1的5类和7类LSA被过滤。
R2的5类和7类LSA被过滤。