⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ripngd.texi

📁 zebra测试源代码用于 SOCKET 通信
💻 TEXI
字号:
@node RIPng, OSPFv2, RIP, Top@comment  node-name,  next,  previous,  up@chapter RIPng@command{ripngd} supports the RIPng protocol as described in RFC2080.  It's anIPv6 reincarnation of the RIP protocol.@menu* Invoking ripngd::             * ripngd Configuration::        * ripngd Terminal Mode Commands::  * ripngd Filtering Commands::   @end menu@node Invoking ripngd, ripngd Configuration, RIPng, RIPng@comment  node-name,  next,  previous,  up@section Invoking ripngdThere are no @code{ripngd} specific invocation options.  Common optionscan be specified (@pxref{Common Invocation Options}).@node ripngd Configuration, ripngd Terminal Mode Commands, Invoking ripngd, RIPng@comment  node-name,  next,  previous,  up@section ripngd ConfigurationCurrently ripngd supports the following commands:@deffn Command {router ripng} {}Enable RIPng.@end deffn@deffn {RIPng Command} {flush_timer @var{time}} {}Set flush timer.@end deffn@deffn {RIPng Command} {network @var{network}} {}Set RIPng enabled interface by @var{network}@end deffn@deffn {RIPng Command} {network @var{ifname}} {}Set RIPng enabled interface by @var{ifname}@end deffn@deffn {RIPng Command} {route @var{network}} {}Set RIPng static routing announcement of @var{network}.@end deffn@deffn Command {router zebra} {}This command is the default and does not appear in the configuration.With this statement, RIPng routes go to the @command{zebra} daemon.@end deffn@node ripngd Terminal Mode Commands, ripngd Filtering Commands, ripngd Configuration, RIPng@comment  node-name,  next,  previous,  up@section ripngd Terminal Mode Commands@deffn Command {show ip ripng} {}@end deffn@deffn Command {show debugging ripng} {}@end deffn@deffn Command {debug ripng events} {}@end deffn@deffn Command {debug ripng packet} {}@end deffn@deffn Command {debug ripng zebra} {}@end deffn@node ripngd Filtering Commands,  , ripngd Terminal Mode Commands, RIPng@comment  node-name,  next,  previous,  up@section ripngd Filtering Commands@deffn Command {distribute-list @var{access_list} (in|out) @var{ifname}} {}You can apply an access-list to the interface using the@code{distribute-list} command.  @var{access_list} is an access-listname.  @var{direct} is @samp{in} or @samp{out}.  If @var{direct} is@samp{in}, the access-list is applied only to incoming packets.@exampledistribute-list local-only out sit1@end example@end deffn

⌨️ 快捷键说明

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