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

Sets the interval at which IGMP Query messages will be sent on startup for an interface.

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

At startup, Query messages are sent at 31-second intervals.

interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ip igmp.
interval
The interval, in seconds, between IGMP Query messages sent when the router starts up. The range is 1 to 18000. The default is 31.

Configuration mode


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

Use this command to specify the interval at which IGMP query messages are sent when the router starts.

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

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

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