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-count <count>

Specifies the number of IGMP Query messages to be sent on startup for an interface.

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

Two IGMP Query messages are sent when the router starts up.

interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ip igmp.
count
The number of IGMP Query messages to be sent when the router starts up. The range is 2 to 10. The default is 2.

Configuration mode


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

Use this command to specify the number of IGMP Query messages to be sent when the router starts up.

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

Use the delete form of this command to restore the default value for query startup count.

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