show igmp snooping groups
Use this command to display the multicast groups learnt through snooping or statically configured.
Command Syntax
show igmp snooping groups
show igmp snooping groups details
show igmp snooping groups A.B.C.D
show igmp snooping groups A.B.C.D detail
show igmp snooping groups IFNAME
show igmp snooping groups IFNAME A.B.C.D
show igmp snooping groups IFNAME A.B.C.D detail
show igmp snooping groups IFNAME detail
Parameters
A.B.C.D
Specify multicast group address.
IFNAME
Specify the name of the interface.
detail
IGMPv3 source information.
Command Mode
Exec and Privileged Exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#show igmp snooping groups
IGMP Snooping Group Membership
Group source list: (R - Remote, S - Static)
Vlan Group/Source Address Interface Flags Uptime Expires Last Reporter Version
200 230.0.0.1 xe1 S 00:02:07 static 0.0.0.0 V3
#show igmp snooping groups detail
IGMP Snooping Group Membership Details
Flags: (R - Remote, S - Static)
Interface: xe1
Group: 230.0.0.1
Flags: S
Uptime: 00:02:08
Group mode: Exclude (Static)
Last reporter: 0.0.0.0
Source list is empty
#show igmp snooping groups 230.0.0.1
IGMP Snooping Group Membership
Group source list: (R - Remote, S - Static)
Vlan Group/Source Address Interface Flags Uptime Expires Last Reporter Version
200 230.0.0.1 xe1 S 00:02:35 static 0.0.0.0 V3
#show igmp snooping groups 230.0.0.1 detail
IGMP Snooping Group Membership Details
Flags: (R - Remote, S - Static)
Interface: xe1
Group: 230.0.0.1
Flags: S
Uptime: 00:02:37
Group mode: Exclude (Static)
Last reporter: 0.0.0.0
Source list is empty
#show igmp snooping groups vlan1.200
IGMP Snooping Group Membership
Group source list: (R - Remote, S - Static)
Vlan Group/Source Address Interface Flags Uptime Expires Last Reporter Version
200 230.0.0.1 xe1 S 00:02:47 static 0.0.0.0 V3
#show igmp snooping groups vlan1.200 detail
IGMP Snooping Group Membership Details
Flags: (R - Remote, S - Static)
Interface: xe1
Group: 230.0.0.1
Flags: S
Uptime: 00:02:50
Group mode: Exclude (Static)
Last reporter: 0.0.0.0
Source list is empty
Table 3-13: Show igmp snooping groups
Entries | Description |
---|
Interface | The interface (port) on the multicast router that is marked as taking place in the multicast. |
Group | The multicast group identified by an IPv4 address. |
Flags | S - Member is statically configured, R - Member is learned from the network. |
Uptime | How long the member has been a part of the group. |
Group mode | As stated. |
Last reporter | In IGMPv3, a host can send a membership report that includes a list of source addresses. When the host sends a membership report in INCLUDE mode, the host is interested in group multicast traffic only from those sources in the source address list. If host sends a membership report in EXCLUDE mode, the host is interested in group multicast traffic from any source except the sources in the source address list. A host can also send an EXCLUDE report in which the source-list parameter is empty, which is known as an EXCLUDE NULL report. An EXCLUDE NULL report indicates that the host wants to join the multicast group and receive packets from all sources. |
Vlan | VLAN number ID. |
Group/Source Address | Multicast group and source addresses. |
Interface | The interface (port) on the multicast router that is marked as taking place in the multicast. |
Flags | S - Member is statically configured, R - Member is learned from the network. |
Uptime | How long the member has been a part of the group. |
Expires | Either by a timeout (IGMPv1) or by checking whether the member is still a part of the multicast (IGMPv2 or v3). Can also be statically configured. |
Last Reporter | Indicates that the host wants to join a particular multicast group. |
Version | IGMP version (v1, v2, or v3). |
Last modified date: 10/20/2023