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 show commands.
To display information about Layer 2 IGMP snooping multicast Forwarding Information Base (FIB) distribution, use the show forwarding distribution ip igmp snooping command.
show forwarding distribution ip igmp snooping [ vlan vlan-id [ group group-addr [ source source-addr ]]]
(Optional) Specifies a VLAN. The range is from 1 to 3967 and 4048 to 4093. |
|
network-admin
network-operator
vdc-admin
vdc-operator
|
|
This example shows how to display information about Layer 2 IGMP snooping multicast FIB distribution:
switch(
config)#
show forwarding distribution ip igmp snooping
|
|
---|---|
Tests the forwarding distribution performance of the Forwarding Information Base (FIB). |
To display information about IGMP snooping, use the show ip igmp snooping command.
show ip igmp snooping [ vlan vlan-id ]
(Optional) Specifies a VLAN. The range is from 1 to 3967 and 4048 to 4093. The default is all VLANs. |
network-admin
network-operator
vdc-admin
vdc-operator
|
|
This example shows how to display information about IGMP snooping for a VLAN:
switch(
config)#
show ip igmp snooping vlan 20
To display information in the IGMP snooping event history buffers, use the show ip igmp snooping event-history command.
show ip igmp snooping event-history { vpc | igmp-snoop-internal | mfdm | mfdm-sum | vlan | vlan-events }
network-admin
network-operator
vdc-admin
vdc-operator
|
|
This example shows how to display information in the IGMP snooping VLAN event history buffer:
|
|
---|---|
Configures the size of the IGMP snooping event history buffers. |
|
Clears information in the IGMP snooping event history buffers. |
To display information about explicit tracking for IGMP snooping, use the show ip igmp snooping explicit-tracking command.
show ip igmp snooping explicit-tracking [ vlan vlan-id ]
(Optional) Specifies a VLAN. The range is from 1 to 3967 and 4048 to 4093. |
network-admin
network-operator
vdc-admin
vdc-operator
|
|
This command was changed to make the vlan argument optional. |
When you use this command without the optional vlan argument, the system displays information for all VLANs.
This example shows how to display information about explicit tracking for IGMP snooping for VLAN 33:
switch#
show ip igmp snooping explicit-tracking vlan 33
|
|
---|---|
Clears the IGMP snooping explicit host tracking information for VLANs. |
|
Enables tracking of IGMPv3 membership reports from individual hosts for each port on a VLAN. |
To display information about the group membership for IGMP snooping, use the show ip igmp snooping groups command.
show ip igmp snooping groups [{ source [ group ]} | { group [ source ]}] [ vlan vlan-id ] [ detail ]
(Optional) Specifies a VLAN. The range is from 1 to 3967 and 4048 to 4093. |
|
network-admin
network-operator
vdc-admin
vdc-operator
|
|
This example shows how to display information about the group membership for IGMP snooping:
switch(
config)#
show ip igmp snooping groups
To display the multicast routers detected by IGMP snooping, use the show ip igmp snooping mrouter command.
show ip igmp snooping mrouter [ vlan vlan-id ]
(Optional) Specifies a VLAN. The range is from 1 to 3967 and 4048 to 4093. |
network-admin
network-operator
vdc-admin
vdc-operator
|
|
This example shows how to display the multicast routers detected by IGMP snooping:
switch(
config)#
show ip igmp snooping mrouter
To display information about IGMP snooping queriers, use the show ip igmp snooping querier command.
show ip igmp snooping querier [ vlan vlan-id ]
(Optional) Specifies a VLAN. The range is from 1 to 3967 and 4048 to 4093. |
network-admin
network-operator
vdc-admin
vdc-operator
|
|
This example shows how to display information about IGMP snooping queriers:
switch(
config)#
show ip igmp snooping querier
To display information about IGMP snooping statistics, use the show ip igmp snooping statistics command.
show ip igmp snooping statistics [ vlan vlan-id | global ]
(Optional) Specifies a VLAN. The range is from 1 to 3967 and 4048 to 4093. |
|
network-admin
network-operator
vdc-admin
vdc-operator
|
|
Changed command to make the vlan argument optional and to introduce the optional global argument. |
When you use this command without any options, the system prints statistics for all VLANs.
This example shows how to display information about IGMP snooping statistics for VLAN 1:
switch(
config)#
show ip igmp snooping statistics vlan 1