Viewing IGMP group address information

Syntax:


show ip igmp groups

Displaying IGMP groups address information

switch(vlan-22)# show ip igmp groups 

 IGMP Group Address Information

  VLAN ID Group Address   Expires       UpTime        Last Reporter   | Type  
  ------- --------------- ------------- ------------- --------------- + ------
  22      226.0.6.7       0h 3m 26s     0h 14m 22s    10.255.128.1    | Filter
  22      226.0.6.8       0h 3m 19s     0h 13m 20s    10.255.128.3    | Filter
  22      239.20.255.9    0h 0m 0s      0h 0m 0s                      | Static

Sample configuration is as shown:

switch(vlan-22)# show run 

Running configuration:

; JL253A Configuration Editor; Created on release #WC.16.02.0000x
; Ver #0d:13.ef.7c.5f.fc.6b.fb.9f.fc.f3.ff.37.ef:09

hostname "switch-name"
module 1 type jl253a
snmp-server community "public" unrestricted
vlan 1
   name "DEFAULT_VLAN"
   no untagged 1-4
   untagged 5-28
   no ip address
   ip igmp
   no ip igmp querier
   exit
vlan 22
   name "VLAN22"
   untagged 1-4
   ip address 10.255.128.2 255.255.255.0
   ip igmp
   ip igmp blocked 3
   ip igmp forward 4
   ip igmp static-group 239.20.255.9
   exit
vlan 33
   name "VLAN33"
   no ip address
   exit