User's Manual

568
is directly connected, L,Null0
From the command sentences above, we can see that R2 has learned route forwarding.
Setting area 1 to be the stub area:
R1
interface vlan 0
ipv6 enable
ipv6 ospf 1 area 1
!
interface vlan 1
ipv6 enable
ipv6 ospf 1 area 0
!
ipv6 route 2001::/64 6::2
!
router ospfv3 1
router-id 1.1.1.1
area 1 stub
redistribute static
!
R2
interface vlan 0
ipv6 enable
ipv6 ospf 1 area 1
!
!
router ospfv3 1
router-id 2.2.2.2
area 1 stub
!
Browsing the routing table of R2:
R2#show ipv6 route
O ::/0[1]
[110,11] via fe80:4::2e0:fff:fe26:2d98(on VLAN0)
O 6::/64[1]
[110,20] via fe80:4::2e0:fff:fe26:2d98(on VLAN0)
C fe80::/10[1]
is directly connected, L,Null0
C fe80::/64[1]
is directly connected, C, VLAN0
C fe80::2e0:fff:fe26:a8/128[1]
is directly connected, L, VLAN0
C ff00::/8[1]
is directly connected, L,Null0
It can be judged that ABR in the stub area can generate a default route normally and notify other routers in
this area without importing ASE LSA into the stub area.