paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame^] | 1 | @node IPv6 Support, Kernel Interface, Route Map, Top |
| 2 | @comment node-name, next, previous, up |
| 3 | @chapter IPv6 Support |
| 4 | |
| 5 | Zebra fully supports IPv6 routing. As described so far, Zebra supports |
| 6 | RIPng, OSPFv3 and BGP-4+. You can give IPv6 addresses to an interface |
| 7 | and configure static IPv6 routing information. Zebra-IPv6 also provides |
| 8 | automatic address configuration via a feature called @code{address |
| 9 | auto configuration}. To do it, the router must send router advertisement |
| 10 | messages 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 |
| 28 | interface eth0 |
| 29 | ipv6 nd send-ra |
| 30 | ipv6 nd prefix-advertisement 3ffe:506:5009::/64 |
| 31 | @end group |
| 32 | @end example |