From 8a29d740044abe0a504b8739f2b449f3f4b877da Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Sat, 1 Feb 2025 14:33:28 -0300 Subject: [PATCH] doc: IGMP/MLD commands to limit source/groups Document the newly added commands to limit the maximum amount of groups/source to learn. Signed-off-by: Rafael Zalamena --- doc/user/pim.rst | 8 ++++++++ doc/user/pimv6.rst | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/doc/user/pim.rst b/doc/user/pim.rst index c139e64880..9e4c7bb94a 100644 --- a/doc/user/pim.rst +++ b/doc/user/pim.rst @@ -437,6 +437,14 @@ is in a vrf, enter the interface command with the vrf keyword at the end. Set the IGMP version used on this interface. The default value is 3. +.. clicmd:: ip igmp max-groups (0-4294967295) + + Set the maximum number of IGMP groups that the can be joined on an interface. + +.. clicmd:: ip igmp max-sources (0-4294967295) + + Set the maximum number of IGMP sources to learn per group. + .. clicmd:: ip multicast boundary oil WORD Set a PIM multicast boundary, based upon the WORD prefix-list. If a PIM join diff --git a/doc/user/pimv6.rst b/doc/user/pimv6.rst index 555c830615..a5feb58e84 100644 --- a/doc/user/pimv6.rst +++ b/doc/user/pimv6.rst @@ -258,6 +258,14 @@ is in a vrf, enter the interface command with the vrf keyword at the end. Set the MLD version used on this interface. The default value is 2. +.. clicmd:: ipv6 mld max-groups (0-4294967295) + + Set the maximum number of MLD groups that the can be joined on an interface. + +.. clicmd:: ipv6 mld max-sources (0-4294967295) + + Set the maximum number of MLD sources to learn per group. + .. clicmd:: ipv6 multicast boundary oil WORD Set a PIMv6 multicast boundary, based upon the WORD prefix-list. If a PIMv6 -- 2.39.5