diff options
author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2019-12-09 23:55:14 +0100 |
---|---|---|
committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2019-12-09 23:55:14 +0100 |
commit | 6a40ad3ee1a3a601674c237d6131bc892718c860 (patch) | |
tree | f69347e762e4a91df7315ef04f0bd79a2fa2ed10 /doc | |
parent | Merge pull request #5499 from sworleys/Pbr-Detail (diff) | |
download | frr-6a40ad3ee1a3a601674c237d6131bc892718c860.tar.xz frr-6a40ad3ee1a3a601674c237d6131bc892718c860.zip |
doc: document ip mroute static route cmd
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/pim.rst | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/user/pim.rst b/doc/user/pim.rst index 4f9c573a2..1e2b697d1 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -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 @@ -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: |