show ip igmp interface statistics
Syntax
show ip igmp interface {<INTF-ID> | vlan <VLAN-ID>} statistics [vsx-peer]
Description
Shows IGMP statistics for a specific interface or VLAN interface, including groups joined.
Command context
Operator (>
) or Manager (#
)
Parameters
<INTF-ID>
Specifies an interface (such as 1/1/2 or LAG1).
vlan <VLAN-ID>
Specifies a VLAN. Values: 1-4094.
[vsx-peer]
Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed.
Authority
Operators or Administrators. Users without administrator authority can execute this command from the operator context (>) only.
Examples
Showing IGMP statistics for interface 1/1/1:
switch# show ip igmp interface 1/1/1 statistics IGMP statistics Interface Name : 1/1/1 VRF Name : default Number of Include Groups : 2 Number of Exclude Groups : 0 Number of Static Groups : 0 Total Multicast Groups Joined : 2
Showing IGMP statistics for LAG1:
switch# show ip igmp interface lag1 statistics IGMP statistics Interface Name : lag1 VRF Name : default Number of Include Groups : 0 Number of Exclude Groups : 0 Number of Static Groups : 0 Total Multicast Groups Joined : 0
Showing IGMP statistics for interface VLAN 2:
switch# show ip igmp interface vlan 2 statistics IGMP statistics Interface Name : vlan2 VRF Name : default Number of Include Groups : 2 Number of Exclude Groups : 0 Number of Static Groups : 0 Total Multicast Groups Joined : 2