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

Specifies the value of the robustness variable on an interface.

set interfaces interface ip igmp robustness-variable variable
delete interfaces interface ip igmp robustness-variable
show interfaces interface ip igmp 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> ip igmp.
variable
The value for the robustness variable. The range is 2 to 7. The default is 2.

Configuration mode


interfaces interface {
    ip {
        igmp {
            robustness-variable variable
        }
    }
}

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

The robustness variable specifies how many IGMP 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.