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