OSPF特殊区域-STUB区域
实验说明:
1、配置IP地址
2、按图所示划分多区域
3、在R4上有三条静态路由引入OSPF
4、为了使area 1中的路由器减少LSDB中LSA数量将area 1配置为完全 stub区域,可以得area 1的路由器LSDB中不存在4/5类LSA。(其他区域的4/5类LSA无法进入本区域,本区域也不存在ASBR引入5类LSA)
具体配置:
1、配置IP地址
R1
interface g0/0/0
ip add 10.1.12.1 24
R2
interface g0/0/0
ip add 10.1.12.2 24
interface g0/0/1
ip add 10.1.23.2 24
R3
interface g0/0/1
ip add 10.1.23.3 24
interface g0/0/0
ip add 10.1.34.3 24
R4
interface g0/0/0
ip add 10.1.34.4 24
2、按图所示划分多区域
R1
ospf 1 router-id 1.1.1.1
area 1
network 10.1.12.1 0.0.0.0
R2
ospf 1 router-id 2.2.2.2
area 1
network 10.1.12.2 0.0.0.0
area 0
network 10.1.23.2 0.0.0.0
R3
ospf 1 router-id 3.3.3.3
area 0
network 10.1.23.3 0.0.0.0
area 2
network 10.1.34.2 0.0.0.0
R4
ospf 1 router-id 4.4.4.4
area 2
network 10.1.34.4 0.0.0.0
检查现象:display ospf peer brief
3、在R4上有三条静态路由引入OSPF
(1) R4上配置静态
R4
ip route-static 172.16.0.0 16 null0
ip route-static 192.168.1.0 24 null0
ip route-static 192.168.128.0 30 null0
(2) R4将静态引入ospf
R4
ospf 1
import-route static
检查现象:display ospf lsdb
4.配置area1为stub
R1
ospf 1
area 1
stub
R2
ospf 1
area 1
stub
检查现象:R1,R2 display ospf lsdb看不到4/5类的LSA了,多了一条3类的默认路由LSA
display ospf lsdb summary 0.0.0.0
——·扫描下方微信二维码,回复“实验手册”。即可领取完整电子版手册或为你答疑解惑。·——
|