Skip to content

Commit

Permalink
Merge pull request #5511 from Jafaral/ipmroute
Browse files Browse the repository at this point in the history
doc: document ip mroute static route cmd
  • Loading branch information
riw777 committed Dec 10, 2019
2 parents 5318680 + 6a40ad3 commit 7d708d3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/user/pim.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ is in a vrf, enter the interface command with the vrf keyword at the end.

Set the pim hello and hold interval for a interface.

.. index:: ip pim sm
.. clicmd:: ip pim sm
.. index:: ip pim
.. clicmd:: ip pim

Tell pim that we would like to use this interface to form pim neighbors
over. Please note that this command does not enable the reception of IGMP
Expand Down Expand Up @@ -252,6 +252,13 @@ is in a vrf, enter the interface command with the vrf keyword at the end.
10 deciseconds. 'no' form of this command is used to to configure back to the
default value.

.. index:: ip mroute INTERFACE A.B.C.D [A.B.C.D]
.. clicmd:: ip mroute INTERFACE A.B.C.D [A.B.C.D]

Set a static multicast route for a traffic coming on the current interface to
be forwarded on the given interface if the traffic matches the group address
and optionally the source address.

.. _pim-multicast-rib-insertion:

PIM Multicast RIB insertion:
Expand Down

0 comments on commit 7d708d3

Please sign in to comment.