MLD Configuration
The following example shows MLD configuration on Router1.
Configuring MLD Version
The configuration that follows shows how MLD version can be configured.
 
#configure terminal  | Enter configure mode.  | 
(config)#ipv6 multicast-routing  | Enable IPv6 multicast routing  | 
(config)#interface eth2  | Enter interface mode.  | 
(config-if)#ip address 2001::1/64  | Assign IPv6 address to an interface  | 
(config-if)#ipv6 mld version 1  | Enable MLD version as v1.  | 
(config-if)#commit  | Commit the transaction.  | 
(config)#exit  | Exit Configure mode.  | 
Validation
Enter the commands listed in this section to confirm the previous configurations.
#show  running-config
!
no service password-encryption
!
hostname rtr1
!
Ipv6 multicast-routing
!
!
interface eth2
ip address 2001::1/64
no shutdown
ipv6 mld version 1
 
Last modified date: 10/20/2023