MLD Group Table after MLDv1 Membership Report is received
MLD group table is populated at router by virtue of either static join is configured on interface or dynamic report is being received on the interface.
The show ipv6 mld groups command displays the MLD group table. In this table, the following fields are defined.
 
Table 10-3: 	MLD group table after MLDv1 membership report
Group address  | Displays the Multicast Group for which report is received.  | 
Interface  | Interface name on which Membership report is received.  | 
Uptime  | Duration since the report is received.  | 
Expiry  | Time frame in which the multicast group is going to expire.  | 
Last Reporter  | Host address from where the report is generated.  | 
 
#show ipv6 mld groups
MLD Connected Group Membership
Group Address         Interface         Uptime    Expires   State    Last Reporter
ff04::1                 xe18           00:00:10   00:15:40 Active   fe80::1
ff1e::1                 xe18           00:17:22   static   Active   ::
 
#show ipv6 mld groups detail
MLD Connected Group Membership Details
 
Flags: (M - SSM Mapping, R - Remote,
        SG - Static Group, SS - Static Source)
Interface:      xe18
Group:          ff04::1
Flags:          R
Uptime:         00:00:33
Group mode:     Exclude (Expires: 00:15:17)
State:          Active
Last reporter:  fe80::1
Source list is empty
 
Flags: (M - SSM Mapping, R - Remote,
        SG - Static Group, SS - Static Source)
Interface:      xe18
Group:          ff1e::1
Flags:          SG
Uptime:         00:17:45
Group mode:     Exclude (Static)
State:          Active
Last reporter:  ::
Source list is empty
 
 
 
 
Last modified date: 10/20/2023