diff options
author | Sarita Patra <saritap@vmware.com> | 2019-05-20 19:40:12 +0200 |
---|---|---|
committer | Sarita Patra <saritap@vmware.com> | 2019-05-30 05:36:16 +0200 |
commit | 59115451a8fd0f11ac076cd4d832241ef4b3784a (patch) | |
tree | 6ce08c1a31055584a0a2f650570c3789fcb0d44e /doc | |
parent | Merge pull request #4385 from manuhalo/fix_deprecate_retain (diff) | |
download | frr-59115451a8fd0f11ac076cd4d832241ef4b3784a.tar.xz frr-59115451a8fd0f11ac076cd4d832241ef4b3784a.zip |
pimd: new cli to configure last-member-query-count & last-member-query-interval
Introduce new cli commands ip igmp last-member-query-count <1-7>
ip igmp last-member-query-interval <1-255> deciseconds.
Display the config in show running config and show ip igmp interface
Signed-off-by: Sarita Patra <saritap@vmware.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/pim.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/user/pim.rst b/doc/user/pim.rst index 5148d3baf..a89730f7a 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -218,6 +218,19 @@ is in a vrf, enter the interface command with the vrf keyword at the end. or IGMP report is received on this interface and the Group is denied by the prefix-list, PIM will ignore the join or report. +.. index:: ip igmp last-member-query-count (1-7) +.. clicmd:: ip igmp last-member-query-count (1-7) + + Set the IGMP last member query count. The default value is 2. 'no' form of + this command is used to to configure back to the default value. + +.. index:: ip igmp last-member-query-interval (1-255) +.. clicmd:: ip igmp last-member-query-interval (1-255) + + Set the IGMP last member query interval in deciseconds. The default value is + 10 deciseconds. 'no' form of this command is used to to configure back to the + default value. + .. _pim-multicast-rib-insertion: PIM Multicast RIB insertion: |