The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This chapter describes the Cisco NX-OS IGMP snooping commands that begin with H.
To configure the number of groups learned through IGMP Snooping, use the hardware multicast snooping group-limit command.
hardware multicast snooping group-limit limit
Number of groups learned through IGMP Snooping. The range is from 100 to 8000. |
network-admin
network-operator
vdc-admin
vdc-operator
|
|
Before setting a new group-limit, you must either clear the MAC address table or clear the groups already learned.
The unique OIFL (output interface list) combinations can only be 2000.
Use the vPC type-2 inconsistency to show the configuraitons on vPC peers.
A reload is not neccessary after configuring the group-limit.
This example shows how to set the maximum number of groups to 500:
switch(config)#
hardware multicast snooping group-limit 500
|
|
---|---|
Displays information about the group membership for IGMP snooping. |
This example shows how to clear the explicit tracking information for VLAN 1:
switch#
clear ip igmp snooping explicit-tracking vlan 1
switch#
|
|
---|---|