OSPF Default Route - IPV6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2009 09:14 PM - edited 03-04-2019 04:57 AM
Hi, I am trying to advertise default route in OSPF IPV6. I have to do it without using "default-Information" command . I have made some configuration, but 0.0.0.0/0 is not publishing to neibhor router. Please help.
Ipv6 route ::/0 null0
ipv6 router ospf 1
redistribute static
- Labels:
-
Routing Protocols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2009 01:15 AM
Hello Rupesh,
I think you still need to use the default-information originate to achieve this.
see
http://www.cisco.com/en/US/docs/ios/ipv6/command/reference/ipv6_04.html#wp2053768
you may want to use a route-map to decide when to send a default route in the OSPF domain.
Hope to help
Giuseppe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2009 01:18 AM
thanks sir.
