blob: c24d14533760edba3f101e61df0483ef18d9575b [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
5Zebra fully supports IPv6 routing. As described so far, Zebra supports
6RIPng, OSPFv3 and BGP-4+. You can give IPv6 addresses to an interface
7and configure static IPv6 routing information. Zebra-IPv6 also provides
8automatic 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