ipv6.texi

来自「zebra测试源代码用于 SOCKET 通信」· TEXI 代码 · 共 33 行

TEXI
33
字号
@node IPv6 Support, Kernel Interface, Route Map, Top@comment  node-name,  next,  previous,  up@chapter IPv6 SupportZebra fully supports IPv6 routing.  As described so far, Zebra supportsRIPng, OSPFv3 and BGP-4+.  You can give IPv6 addresses to an interfaceand configure static IPv6 routing information.  Zebra-IPv6 also providesautomatic address configuration via a feature called @code{addressauto configuration}.  To do it, the router must send router advertisementmessages to the all nodes that exist on the network.@menu* Router Advertisement::        @end menu@node Router Advertisement,  , IPv6 Support, IPv6 Support@comment  node-name,  next,  previous,  up@section Router Advertisement@deffn {Interface Command} {ipv6 nd send-ra} {}@end deffn@deffn {Interface Command} {ipv6 nd prefix-advertisement @var{ipv6prefix}} {}@end deffn@example@groupinterface eth0 ipv6 nd send-ra ipv6 nd prefix-advertisement 3ffe:506:5009::/64@end group@end example

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?