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 robustness-variable <variable>

Specifies the value of the robustness variable on an interface.

set interfaces interface ipv6 mld robustness-variable variable
delete interfaces interface ipv6 mld robustness-variable
show interfaces interface ipv6 mld robustness-variable

The robustness variable is set to 2.

interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ipv6 mld.
variable
The robustness variable. The range is 2 to 7.

Configuration mode


interfaces interface {
    ipv6 {
        mld {
            robustness-variable variable
        }
    }
}

Use this command to set the robustness variable for an interface.

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

The robustness variable specifies how many MLD refresh packets for a given state can be lost before the system times out and changes state. This helps tune the network for expected packet loss.

Use the set form of this command to set the robustness variable value.

Use the delete form of this command to restore the default robustness variable value.

Use the show form of this command to show robustness variable configuration.