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 query-interval <interval>

Specifies the frequency at which IGMP host queries are sent.

set interfaces interface ip igmp query-interval interval
delete interfaces interface ip igmp query-interval
show interfaces interface ip igmp query-interval

The router sends IGMP Query messages at intervals of 125 seconds.

interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ip igmp.
interval
The interval, in seconds, at which the router sends IGMP Query messages. The range is 2 to 18000. The default is 125.

Configuration mode


interfaces interface {
    ip {
        igmp {
            query-interval interval
        }
    }
}

Use this command to set the frequency with which the router sends IGMP host Query messages.

Note: The interval for query-interval must be greater than the interval for query-max-response-time used in interfaces <interface> ip igmp query-max-response-time <interval>.

Use the set form of this command to set the query interval.

Use the delete form of this command to restore the default query interval.

Use the show form of this command to show query interval configuration.