show ip igmp interface counters
Syntax
show ip igmp interface {<INTF-ID> | vlan <VLAN-ID>} counters [vsx-peer]
Description
Shows IGMP counter details for a specific interface or VLAN interface.
Command context
Operator (>
) or Manager (#
)
Parameters
<INTF-ID>
Specifies an interface (such as 1/1/2).
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 counters for interface VLAN 2:
switch# show ip igmp interface vlan 2 counters IGMP Counters Interface Name : vlan2 VRF Name : default Membership Timeout : 0 Rx Tx ------------- ------------- V1 All Hosts Queries 0 0 V2 All Hosts Queries 0 0 V3 All Hosts Queries 0 29 V2 Group Specific Queries 0 0 V3 Group Specific Queries 0 2 Group And Source Specific Queries 0 2 V3 Member Reports 0 N/A V2 Member Reports 0 N/A V1 Member Reports 0 N/A V2 Member Leaves 0 N/A
Showing IGMP counters for interface 1/1/1:
switch# show ip igmp interface 1/1/1 counters IGMP Counters Interface Name : 1/1/1 VRF Name : default Membership Timeout : 0 Rx Tx ------------- ------------- V1 All Hosts Queries 0 0 V2 All Hosts Queries 0 0 V3 All Hosts Queries 0 10 V2 Group Specific Queries 0 0 V3 Group Specific Queries 0 0 Group And Source Specific Queries 0 0 V3 Member Reports 5 N/A V2 Member Reports 0 N/A V1 Member Reports 0 N/A V2 Member Leaves 0 N/A