资源已挂
完成 OSPFv3 多区域配置。

略
R1(config)#ipv6 router ospf 1
R1(config-rtr)#router-id 1.1.1.1
R1(config-rtr)#exit
R1(config)#int f1/0
R1(config-if)#ipv6 ospf 1 area 0
R1(config-if)#exit
R1(config)#int loopback 0
R1(config-if)#ipv6 ospf 1 area 0
R1(config-if)#exit
R2(config)#ipv6 router ospf 1
R2(config-rtr)#router-id 2.2.2.2
R2(config-rtr)#exit
R2(config)#int f1/0
R2(config-if)#ipv6 ospf 1 area 0
R2(config-if)#exit
R2(config)#int f1/1
R2(config-if)#ipv6 ospf 1 area 1
R2(config-if)#exit
R3(config)#ipv6 router ospf 1
R3(config-rtr)#router-id 3.3.3.3
R3(config-rtr)#exit
R3(config)#int f1/0
R3(config-if)#ipv6 ospf 1 area 1
R3(config-if)#exit
R3(config)#int loopback 0
R3(config-if)#ipv6 ospf 1 area 1
R3(config-if)#exit
R2#show ipv6 ospf neighbor detail

R3#show ipv6 ospf database

可以观察到,LSA 0X2003 与 OSPFv2 的 LSA3 类似,主要用于通告区域间的前缀信息。在整个 AS 范围内泛洪
R3#ping 2001:ab1:0:8::1

可以观察到,由 LSA 0X2003 学习到的区域间路由信息。
R3#show ipv6 route

可以观察到,2001:ab1:0:8::/62 这条路由说明手动路由汇总已经完成。