blob: cf87b97ab2b2ccd9f7456646d6d9e75b47ef55bc [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001@node IPv6 Support, Kernel Interface, Route Map, Top
2@comment node-name, next, previous, up
3@chapter IPv6 Support
4
paul7190f4e2003-08-12 12:40:20 +00005Quagga fully supports IPv6 routing. As described so far, Quagga supports
paul718e3742002-12-13 20:15:29 +00006RIPng, OSPFv3 and BGP-4+. You can give IPv6 addresses to an interface
paul7190f4e2003-08-12 12:40:20 +00007and configure static IPv6 routing information. Quagga-IPv6 also provides
paul718e3742002-12-13 20:15:29 +00008automatic address configuration via a feature called @code{address
9auto configuration}. To do it, the router must send router advertisement
10messages to the all nodes that exist on the network.
11
12@menu
13* Router Advertisement::
14@end menu
15
16@node Router Advertisement, , IPv6 Support, IPv6 Support
17@comment node-name, next, previous, up
18@section Router Advertisement
19
20@deffn {Interface Command} {ipv6 nd send-ra} {}
21@end deffn
22
23@deffn {Interface Command} {ipv6 nd prefix-advertisement @var{ipv6prefix}} {}
24@end deffn
25
26@example
27@group
28interface eth0
29 ipv6 nd send-ra
30 ipv6 nd prefix-advertisement 3ffe:506:5009::/64
31@end group
32@end example