Advertise Default Route in OSPF Version 3 - IPv6
filed in Cisco Networking on May.20, 2009
Advertising a default route in OSPFv3 is somewhat similar to IPv4 OSPF.
Without using the “always” command. First we need to set a static default route. Here we set it to Null0.
# ipv6 route ::/0 Null0
Then we advertise the default route.
# ipv6 router ospf 1
# default-information originate
With the “always” command you do not need a default route to be present in your routing table.
# ipv6 router ospf 1
# default-information originate always
Cheers.

June 14th, 2009 on 9:02 am
Cisco OSPF and Windows RRAS OSPF « Daakeung’s Weblog