Merge pull request #12830 from anlancs/fix/doc-ripd-rst

doc: cosmetic changes for ripd
This commit is contained in:
Donatas Abraitis 2023-02-19 13:09:15 +02:00 committed by GitHub
commit e72983b95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 12 deletions

View File

@ -88,7 +88,7 @@ multipath routing.
RIP Configuration RIP Configuration
================= =================
.. clicmd:: router rip .. clicmd:: router rip [vrf NAME]
The `router rip` command is necessary to enable RIP. To disable RIP, use the The `router rip` command is necessary to enable RIP. To disable RIP, use the
`no router rip` command. RIP must be enabled before carrying out any of the `no router rip` command. RIP must be enabled before carrying out any of the
@ -149,13 +149,16 @@ RIP Configuration
The default is to be passive on all interfaces. The default is to be passive on all interfaces.
.. clicmd:: ip split-horizon .. clicmd:: ip split-horizon [poisoned-reverse]
Control split-horizon on the interface. Default is `ip split-horizon`. If Control split-horizon on the interface. Default is `ip split-horizon`. If
you don't perform split-horizon on the interface, please specify `no ip you don't perform split-horizon on the interface, please specify `no ip
split-horizon`. split-horizon`.
If `poisoned-reverse` is also set, the router sends the poisoned routes
with highest metric back to the sending router.
.. _rip-version-control: .. _rip-version-control:
RIP Version Control RIP Version Control
@ -174,8 +177,8 @@ discussion on the security implications of RIPv1 see :ref:`rip-authentication`.
.. clicmd:: version VERSION .. clicmd:: version VERSION
Set RIP version to accept for reads and send. ``VERSION`` can be either 1 or Set RIP version to accept for reads and send. VERSION can be either
1. ``1`` or ``2``.
Disabling RIPv1 by specifying version 2 is STRONGLY encouraged, Disabling RIPv1 by specifying version 2 is STRONGLY encouraged,
:ref:`rip-authentication`. This may become the default in a future release. :ref:`rip-authentication`. This may become the default in a future release.
@ -472,7 +475,7 @@ Show RIP Information
To display RIP routes. To display RIP routes.
.. clicmd:: show ip rip .. clicmd:: show ip rip [vrf NAME]
Show RIP routes. Show RIP routes.
@ -481,7 +484,7 @@ through RIP, this command will display the time the packet was sent and
the tag information. This command will also display this information the tag information. This command will also display this information
for routes redistributed into RIP. for routes redistributed into RIP.
.. clicmd:: show ip rip status .. clicmd:: show ip rip [vrf NAME] status
The command displays current RIP status. It includes RIP timer, The command displays current RIP status. It includes RIP timer,
filtering, version, RIP enabled interface and RIP peer information. filtering, version, RIP enabled interface and RIP peer information.

View File

@ -22,14 +22,10 @@ ripngd Configuration
Currently ripngd supports the following commands: Currently ripngd supports the following commands:
.. clicmd:: router ripng .. clicmd:: router ripng [vrf NAME]
Enable RIPng. Enable RIPng.
.. clicmd:: flush_timer TIME
Set flush timer.
.. clicmd:: network NETWORK .. clicmd:: network NETWORK
Set RIPng enabled interface by NETWORK. Set RIPng enabled interface by NETWORK.
@ -48,7 +44,7 @@ Currently ripngd supports the following commands:
ripngd Terminal Mode Commands ripngd Terminal Mode Commands
============================= =============================
.. clicmd:: show ip ripng .. clicmd:: show ipv6 ripng [vrf NAME] status
.. clicmd:: show debugging ripng .. clicmd:: show debugging ripng