To display the multicast groups that are directly connected to the router and that were learned through Multicast Listener
Discovery (MLD), use the show ipv6 mld groups command in User EXEC mode.
Syntax
show ipv6 mld groups [link-local | group-name | group-address | interface-id] [detail]
Parameters
-
link-local—(Optional) Displays the link-local groups.
-
group-name | group-address—(Optional) IPv6 address or name of the multicast group.
-
interface-id—(Optional) Interface identifier.
-
detail—(Optional) Displays detailed information about individual sources.
Command Mode
User EXEC mode
User Guidelines
Use the show ipv6 mld groups [detail] command to display all directly connected groups.
Use the show ipv6 mld groups link-local [detail] command to display all directly connected link-local groups.
Use the show ipv6 mld groups [group-name | group-address] [detail] command to display one given directly connected group.
Use the show ipv6 mld groups interface-id [detail] command to display all groups directly connected to the given interface.
Examples
Example 1. The following is sample output from the show ipv6 mld groups command. It shows all of the groups joined by VLAN 100:
switchxxxxxx# show ipv6 mld groups vlan 100
MLD Connected Group Membership
Expires: never - switch itself has joined the group
Group Address Interface Expires
FF02::2 VLAN 100 never
FF02::1:FF00:1 VLAN 00:10:27
FF02::1:FFAF:2C39 VLAN 100 00:09:11
FF06:7777::1 VLAN 100 00:00:26
Example 2. The following is sample output from the show ipv6 mld groups command using the detail keyword:
switchxxxxxx# show ipv6 mld groups detail
Expires: zero value - INCLUDE state; non-zero value - EXCLUDE state
Interface: VLAN 100
Group: FF33::1:1:1
Router mode: INCLUDE
Last reporter: 2009:5::12:1
Group Timer Expires: 00:20:11
Group source list:
Source Address Expires
2004:4::6 00:00:11
2004:4::16 00:08:11
Group: FF33::1:1:2
Router mode: EXCLUDE
Last reporter: 2008:5::2A:10
Group Timer Expires: 00:20:11
Exclude Mode Expiry (Filter) Timer: 00:10:11
Group source list:
Source Address Expires
2004:5::1 00:04:08
2004:3::1 00:04:08
2004:7::10 00:00:00
2004:50::1 00:00:00