OSPF区域划分的条件
- 区域之间必须存在ABR
- 区域划分必须按照星型拓扑结构进行划分
常见的不规则区域
- 远离骨干的非骨干区域

这种情况下,AR4是获取不到其它路由的
- 不连续骨干

解决方法
一、 使用tunnel隧道
- 在AR2上:
[r2]int t 0/0/0
[r2-Tunnel0/0/0]ip add 10.0.0.1 24
[r2-Tunnel0/0/0]tunnel-protocol gre
[r2-Tunnel0/0/0]source 23.0.0.1
[r2-Tunnel0/0/0]