show ip igmp vlan group

This command is used to show IGMP group information for a VLAN.

Syntax

show ip igmp vlan <vid> group

Example output

Below is the output when version is set to 3.

Port and source ipv4 address options are introduced under group. The following output captures the details of these options.

switch(config)# show ip igmp vlan <vid> group
    IPV4-ADDR      Show IGMP VLAN group address information.
    PORT           Show a list of all the IGMP groups on the specified port.

switch(config)# show ip igmp vlan <vid> group <ip4-addr>
    source         Show IGMP VLAN source address information.


switch(config)# show ip igmp vlan <vid> group <ip4-addr> source 
    IPV4-ADDR      Specify the source IPv4 address.

switch(config)# show ipv4 igmp vlan <vid> group <ip4-addr> source <ip4-addr>

switch(vlan-60)# show ip igmp vlan 60 group 235.6.6.6

 IGMP ports and group information for group 235.6.6.6

  VLAN ID : 60   VLAN Name : VLAN60

  Group Address : 235.6.6.6                                    
  Last Reporter : 10.255.128.1                                 
  Group Type    : Filter    

                                   V1       V2       Filter   Sources   Sources 
  Port Vers Mode Uptime   Expires  Timer    Timer    Timer    Forwarded Blocked 
  ---- ---- ---- -------- -------- -------- -------- -------- --------- --------
  1    3    INC  2m 38s   3m 13s   -        0m 0s    -        1         0       
 

  Group Address   : 235.6.6.6                                    
  Source Address  : 60.0.0.100                                   
  Source Type     : Filter         

  Port Mode Uptime   Expires  Configured Mode
  ---- ---- -------- -------- ---------------
  1    INC  2m 38s   3m 13s   auto 

Usage errors

Error condition

Error message

Attempt to pass a nonexistent group

ipv4 address Group address is not found.