home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces <interface> ipv6 mld version <version>

Sets the MLD version in use on an interface.

set interfaces interface ipv6 mld version version
delete interfaces interface ipv6 mld version
show interfaces interface ipv6 mld version

MLDv2 is used.

interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ipv6 mld.
version
The MLD version number. Supported values are 1 and 2. The default is 2.

Configuration mode


interfaces interface {
    ipv6 {
        mld {
            version version
        }
    }
}

Use this command to specify which MLD version the router should use for multicast routing.

This command applies to interfaces configured for MLD Layer 3 multicast protocols.

Use the set form of this command to set the MLD version number.

Use the delete form of this command to restore the default MLD version number.

Use the show form of this command to show MLD version number configuration.