Enabling MLD on an Interface
You must start MLD on each interface that you want to use the protocol. You can configure MLD and PIM on the same interface. If you configure only MLD on an interface, the router determines that MLD owns that interface. If you configure MLD and PIM on an interface, the router determines that PIM owns the interface.
In an MLDv1 or MLDv2 network, the querier is the router with the lowest IPv6 address.
To start MLD, complete the following steps:
- Enable MLD on the interface (MLDv2 is the default version).
- (MLDv1) Specify the MLD version for the interface.
ipv6 mld
- Use to enable MLD on an interface and to set the MLD version to MLDv2. Use the ipv6 mld version command to specify a different MLD version.
- Example
host1:boston(config-if)#ipv6 mldUse the no version to disable MLD on an interface. ipv6 mld version
host1:boston(config-if)#ipv6 mld version 2Use the no version to set the version to the default, MLDv2.