show ip igmp sender

Display information about the Internet Group Management Protocol (IGMP) senders.

Syntax

Command Parameters

count
Specifies the number of entries.
group {A.B.C.D}
Specifies the group address.
member-subnet default |{A.B.C.D/X}
Specifies the IP address and network mask.
vrf WORD<1-16>
Specifies a VRF by name.
vrfids <0-512>
Specifies a VRF by ID.

Default

None

Command Mode

Privileged EXEC

Command Output

The show ip igmp sender command displays the following information:

Output field

Description

GRPADDR

Indicates the IP multicast address.

IFINDEX

Indicates the interface index number.

MEMBER

Indicates the IP address of the host.

PORT/MLT

Indicates the IGMP sender ports.

STATE

Indicates if a sender exists because of an IGMP access filter. Options include filtered and nonfiltered.

L2ISID

Indicates the I-SID associated with the Layer 2 interface.

Examples

The following example displays information about IGMP senders:

Switch:1#show ip igmp sender
=============================================================================
                           Igmp Sender - GlobalRouter
=============================================================================
                                           PORT/
GRPADDR         IFINDEX    MEMBER          MLT        STATE           L2ISID
-----------------------------------------------------------------------------
233.252.0.1    Vlan 501   192.2.0.1      spb        NOTFILTERED    
233.252.0.2    Vlan 501   192.2.0.1      spb        NOTFILTERED    
233.252.0.3    Vlan 501   192.2.0.1      spb        NOTFILTERED    
233.252.0.4    Vlan 501   192.2.0.1      spb        NOTFILTERED    
233.252.0.5    Vlan 501   192.2.0.1      spb        NOTFILTERED    
233.252.0.6    Vlan 501   192.2.0.1      spb        NOTFILTERED    
233.252.0.7    Vlan 501   192.2.0.1      spb        NOTFILTERED    
233.252.0.8    Vlan 501   192.2.0.1      spb        NOTFILTERED    
233.252.0.9    Vlan 501   192.2.0.1      spb        NOTFILTERED    
233.252.0.10   Vlan 501   192.2.0.1      spb        NOTFILTERED    

10 out of 10 entries displayed

The following example displays information about IGMP senders for a specific VRF:

Switch:1# show ip igmp sender vrf green

=======================================================================  
		 IGMP Sender - GlobalRouter
=======================================================================  
                                  	  PORT/                         
GRPADDR         IFINDEX    MEMBER          MLT        STATE           
----------------------------------------------------------------------
233.252.0.1    Vlan 501   192.2.0.1      9/5        NOTFILTERED    
233.252.0.2    Vlan 501   192.2.0.1      9/5        NOTFILTERED    
233.252.0.3    Vlan 501   192.2.0.1      9/5        NOTFILTERED    
233.252.0.4    Vlan 501   192.2.0.1      9/5        NOTFILTERED    
233.252.0.5    Vlan 501   192.2.0.1      9/5        NOTFILTERED    
233.252.0.6    Vlan 501   192.2.0.1      9/5        NOTFILTERED    
233.252.0.7    Vlan 501   192.2.0.1      9/5        NOTFILTERED    
233.252.0.8    Vlan 501   192.2.0.1      9/5        NOTFILTERED    
233.252.0.9    Vlan 501   192.2.0.1      9/5        NOTFILTERED    
233.252.0.10   Vlan 501   192.2.0.1      9/5        NOTFILTERED    

10 out of 10 entries displayed