igmp-show
To show the Internet Group Management Protocol (IGMP) group membership information for a switch, use this command.
Syntax igmp-show
| 
    group-ip ip-address  | 
  
    Specifies the multicast group IP address.  | 
 
| 
    node-ip ip-address  | 
  
    Specifies the node IP address  | 
 
| 
    vnet vnet-nam  | 
  
    Specifies the name of the VNET.  | 
 
| 
    vlan vlan-id  | 
  
    Specifies the VLAN identifier.  | 
 
| 
    port port-number  | 
  
    Specifies the port number.  | 
 
| 
    source ip-address  | 
  
    Specifies the multicast source traffic.  | 
 
| 
    node-type host|router|switch  | 
  
    Specifies if the router is a host, router, or switch.  | 
 
| 
    expires expires-number(s)  | 
  
    Specifies the ageout time on the IGMP router.  | 
 
Defaults All IGMP group membership information for the local switch is displayed unless a single switch is specified.
Access CLI
History
| 
    Version 1.2  | 
  
    Commmand introduced.  | 
 
| 
    Version 2.4  | 
  
    The parameters, node-type, and expires, added.  | 
 
| 
    Version 2.4.1  | 
  
    The parameter, host-ip, changed to node-ip. The parameter, vnet, added.  | 
 
Usage Use this command to display information about IGMP on the network.
Examples To display all IGMP group membership information for the local switch, use the following command:
CLI network-admin@switch > igmp-show
switch group-ip host-ip vlan port source
-------- --------- ------------- ---- ---- -------
pubdev03 239.4.9.3 192.168.42.20 1 128 0.0.0.0
pubdev03 239.4.9.3 192.168.42.10 1 128 0.0.0.0
pubdev03 239.4.9.3 192.168.42.30 1 0 0.0.0.0
pubdev03 239.4.9.4 192.168.42.20 3 128 0.0.0.0
pubdev03 239.4.9.4 192.168.42.10 3 128 0.0.0.0
pubdev03 239.4.9.4 192.168.42.30 3 65 0.0.0.0
pubdev03 239.4.9.7 192.168.42.20 3 128 0.0.0.0
pubdev03 239.4.9.7 192.168.42.10 3 128 0.0.0.0
pubdev03 239.4.9.7 192.168.42.30 3 65 0.0.0.0
pubdev03 239.4.9.3 192.168.42.20 3 128 0.0.0.0
pubdev03 239.4.9.3 192.168.42.10 3 128 0.0.0.0
pubdev03 239.4.9.3 192.168.42.30 3 65 0.0.0.0
