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

Sets the IGMP version in use on an interface.

set interfaces interface ip igmp version version
delete interfaces interface ip igmp version
show interfaces interface ip igmp version

IGMPv3 is used on the router.

interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ip igmp.
version
The IGMP version number. Supported values are 1, 2, and 3. The default is 3.

Configuration mode


interfaces interface {
    ip {
        igmp {
            version version
        }
    }
}

Use this command to specify which IGMP version the router should use for multicast routing.

Use the set form of this command to set the IGMP version number.

Use the delete form of this command to restore the default IGMP version number.

Use the show form of this command to show IGMP version number configuration.