ospf特殊区域
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
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被过滤。
R3的5类和7类LSA被过滤,且区域2中有一条3类默认。
(注:此时R3路由表中没有3类默认)
R4的5类和7类LSA被过滤,且区域2中有一条3类默认(来自33.33.33.33)。
(注:R4路由表中有3类默认)
加入Area 3(拓扑2),在区域3 配置stub
R6
R6(config)#interface s0/0
R6(config-if)#ip address 14.1.1.1 255.255.255.252
R6(config-if)#no shut
R6(config-if)#exit
R6(config)#interface l0
R6(config-if)#ip address 6.6.6.6 255.255.255.0
R6(config-if)#exit
R6(config)#router ospf 100
R6(config-router)#router-id 66.66.66.66
R6(config-router)#network 6.6.6.0 0.0.0.255 area 3
R6(config-router)#network 14.1.1.0 0.0.0.3 area 3
R6(config-router)#exit
R6(config)#^Z
R6# R6#wr
*Mar 1 00:08:39.131: %SYS-5-CONFIG_I: Configured from console by consolewr Building configuration...
[OK]
R6(config)#router ospf 100
R6(config-router)#area 3 stub
R6(config-router)#exit
R6(config)#^Z
R6#wr
Building configuration...
*Mar 1 00:11:43.679: %SYS-5-CONFIG_I: Configured from console by console[OK] R1
R1(config)#interface s1/0
R1(config-if)#ip address 14.1.1.2 255.255.255.252
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#router ospf 110
R1(config-router)#network 14.1.1.0 0.0.0.3 area 3
R1(config-router)#exit
R1(config)#^Z
R1#wr
Building configuration...
[OK]
R1(config)#router ospf 110
R1(config-router)#area 3 stub
R1(config-router)#exit
R1#wr
Building configuration...
*Mar 1 00:14:32.315: %SYS-5-CONFIG_I: Configured from console by console[OK] 配置virtual-link
R1
R1(config)#router ospf 110
R1(config-router)#area 1 virtual-link 22.22.22.22 (目标router ID)
R1(config-router)#exit
R1(config)#^Z
R1#wr
Building configuration...
[OK]
R2
R2(config)#router ospf 110
R2(config-router)#area 1 virtual-link 11.11.11.11(目标router ID)
R2(config-router)#^Z
R2(config-router)#exit
R2(config)#^Z
R2#wr
Building configuration...
*Mar 1 01:13:36.663: %SYS-5-CONFIG_I: Configured from console by console[OK] 检验虚链路畅通与否(ping回环口):
R6