]> git.proxmox.com Git - mirror_frr.git/blob - doc/user/ripngd.rst
doc: @smp{foo} -> ``foo``
[mirror_frr.git] / doc / user / ripngd.rst
1 .. _RIPng:
2
3 *****
4 RIPng
5 *****
6
7 *ripngd* supports the RIPng protocol as described in RFC2080. It's an
8 IPv6 reincarnation of the RIP protocol.
9
10 .. _Invoking_ripngd:
11
12 Invoking ripngd
13 ===============
14
15 There are no `ripngd` specific invocation options. Common options
16 can be specified (:ref:`Common_Invocation_Options`).
17
18 .. _ripngd_Configuration:
19
20 ripngd Configuration
21 ====================
22
23 Currently ripngd supports the following commands:
24
25 .. index:: Command {router ripng} {}
26
27 Command {router ripng} {}
28 Enable RIPng.
29
30 .. index:: {RIPng Command} {flush_timer `time`} {}
31
32 {RIPng Command} {flush_timer `time`} {}
33 Set flush timer.
34
35 .. index:: {RIPng Command} {network `network`} {}
36
37 {RIPng Command} {network `network`} {}
38 Set RIPng enabled interface by `network`
39
40 .. index:: {RIPng Command} {network `ifname`} {}
41
42 {RIPng Command} {network `ifname`} {}
43 Set RIPng enabled interface by `ifname`
44
45 .. index:: {RIPng Command} {route `network`} {}
46
47 {RIPng Command} {route `network`} {}
48 Set RIPng static routing announcement of `network`.
49
50 .. index:: Command {router zebra} {}
51
52 Command {router zebra} {}
53 This command is the default and does not appear in the configuration.
54 With this statement, RIPng routes go to the *zebra* daemon.
55
56 .. _ripngd_Terminal_Mode_Commands:
57
58 ripngd Terminal Mode Commands
59 =============================
60
61 .. index:: Command {show ip ripng} {}
62
63 Command {show ip ripng} {}
64
65 .. index:: Command {show debugging ripng} {}
66
67 Command {show debugging ripng} {}
68 .. index:: Command {debug ripng events} {}
69
70 Command {debug ripng events} {}
71 .. index:: Command {debug ripng packet} {}
72
73 Command {debug ripng packet} {}
74 .. index:: Command {debug ripng zebra} {}
75
76 Command {debug ripng zebra} {}
77
78 ripngd Filtering Commands
79 =========================
80
81 .. index:: Command {distribute-list `access_list` (in|out) `ifname`} {}
82
83 Command {distribute-list `access_list` (in|out) `ifname`} {}
84 You can apply an access-list to the interface using the
85 `distribute-list` command. `access_list` is an access-list
86 name. `direct` is ``in`` or ``out``. If `direct` is
87 ``in``, the access-list is applied only to incoming packets.
88
89 ::
90
91 distribute-list local-only out sit1
92
93