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 offlink

Allows multicast transmissions to be forwarded off-link.

set interfaces interface ip igmp offlink
delete interfaces interface ip igmp offlink
show interfaces interface ip igmp offlink
interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ip igmp.

Configuration mode


interfaces interface {
    ip {
        igmp {
            offlink
        }
    }
}

Use this command to enable IGMP off-link on the system.

Use the set form of this command to set IGMP off-link.

Use the delete form of this command to delete IGMP off-link.

Use the show form of this command to show IGMP interface configuration.