
nobody at nowhere
Apr 3, 2012, 5:07 PM
Post #2 of 2
(264 views)
Permalink
|
I use something like this for that purpose: ! router ospf6 router-id 172.22.83.250 redistribute static route-map static-filter interface dc-taifun area 0.0.0.0 ! ipv6 prefix-list static-list seq 5 permit ::/0 ipv6 prefix-list static-list seq 100 deny any ! route-map static-filter permit 10 match ipv6 address prefix-list static-list ! route-map static-filter deny 1000 ! Best Regards, Christian Franke On 04/03/2012 09:36 PM, Thomas York wrote: > I'm currently using some ancient versions of Quagga (the newest being > 0.99.20 in Debian 6) which don't seem to support distributing a default > route via OSPFv3. I'm currently heavily using default route distribution > with Quagga over OSPFv2, but I need to this with IPv6 too. I've checked the > documentation for Quagga, and it appears that this functionality is still > missing from Quagga. Was this functionality added to trunk, or is there a > timeline/interest on getting this feature added? Thanks! > > > > > > --Thomas York > > > > > > _______________________________________________ > Quagga-users mailing list > Quagga-users [at] lists > http://lists.quagga.net/mailman/listinfo/quagga-users _______________________________________________ Quagga-users mailing list Quagga-users [at] lists http://lists.quagga.net/mailman/listinfo/quagga-users
|