show ip igmp counters
Syntax
show ip igmp counters [vrf <VRF-NAME> | all-vrfs] [vsx-peer]
Description
Shows IGMP counter details, or shows counters by VRF.
Command context
Operator (>
) or Manager (#
)
Parameters
vrf <VRF-NAME> | all-vrfs
Optional. Used to show information by VRF. Specify the VRF by VRF name. With no
<VRF-NAME>
specified, the default VRF is implied. Or specifyall-vrfs
to show information for all VRFs.[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:
switch# show ip igmp 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 12 V3 All Hosts Queries 0 0 V2 Group Specific Queries 0 0 V3 Group Specific Queries 0 0 Group And Source Specific Queries 0 0 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 the default VRF:
switch# show ip igmp counters vrf default IGMP Counters Interface Name : vlan2 VRF Name : default Membership Timeout : 0 Rx Tx ------------- ------------- V1 All Hosts Queries 0 0 V2 All Hosts Queries 0 12 V3 All Hosts Queries 0 0 V2 Group Specific Queries 0 0 V3 Group Specific Queries 0 0 Group And Source Specific Queries 0 0 V3 Member Reports 0 N/A V2 Member Reports 0 N/A V1 Member Reports 0 N/A V2 Member Leaves 0 N/A