Displays information about a statically configured or dynamically learned IGMP group. If you do not specify a VRF name or range of VRF IDs, the results show information for the Global Router. If you do specify a VRF name or range of VRF IDs, the results show information only for the VRFs you specify.
show ip igmp group
show ip igmp group group {A.B.C.D}
show ip igmp group member-subnet {A.B.C.D/X}
show ip igmp group vrf WORD<1-16>
show ip igmp group vrfids WORD<0-512>
None
Privileged EXEC
The CLI command show ip igmp group displays both static and dynamically learned IGMP groups, and the CLI command show ip igmp static command displays only the statically configured IGMP groups. In contrast, the EDM display command under IP > IGMP > Groups displays the dynamically learned groups, and the EDM command under IP > IGMP > Static displays the statically configured IGMP groups.
The show ip igmp group command displays the following information:
Output field |
Description |
---|---|
GRPADDR |
Indicates the multicast group address (Class D) that others want to join. Many incoming ports can use the same group address. |
INPORT |
Indicates the physical interface or a logical interface (VLAN), which received group reports from various sources. |
MEMBER |
Indicates the IP address of a source that sent a group report to join this group. |
EXPIRATION |
Indicates the time left before the group report expires on this port. The port updates this variable after it receives a group report. |
TYPE |
Indicates whether the entry is learned dynamically or is added statically. |
L2ISID |
Indicates the I-SID associated with the Layer 2 interface. |
The following example displays information about the IGMP group.
Switch:1#show ip igmp group ================================================================================ Igmp Group - GlobalRouter ================================================================================ GRPADDR INPORT MEMBER EXPIRATION TYPE L2ISID -------------------------------------------------------------------------------- 224.5.2.1 V701-1/4 62.0.1.1 214 Dynamic 40400 224.5.2.2 V702-1/4 62.0.2.1 221 Dynamic 40400 224.5.2.3 V703-1/4 62.0.3.1 217 Dynamic 40400 224.5.2.4 V704-1/4 62.0.4.1 223 Dynamic 40400 4 out of 4 group Receivers displayed Total number of unique groups 2
The following example displays information about the IGMP group for a specific VRF.
Switch:1# show ip igmp group vrf green ================================================================================ IGMP Group - GlobalRouter ================================================================================ GRPADDR INPORT MEMBER EXPIRATION TYPE -------------------------------------------------------------------------------- 233.252.0.1 V501-1/16 192.2.0.1 204 Dynamic 233.252.0.2 V501-1/16 192.2.0.1 206 Dynamic 233.252.0.3 V501-1/16 192.2.0.1 206 Dynamic 233.252.0.4 V501-1/16 192.2.0.1 207 Dynamic 233.252.0.5 V501-1/16 192.2.0.1 204 Dynamic 233.252.0.6 V501-1/16 192.2.0.1 209 Dynamic 233.252.0.7 V501-1/16 192.2.0.1 206 Dynamic 233.252.0.8 V501-1/16 192.2.0.1 206 Dynamic 233.252.0.9 V501-1/16 192.2.0.1 211 Dynamic 233.252.0.10 V501-1/16 192.2.0.1 207 Dynamic 10 out of 10 group Receivers displayed Total number of unique groups 10