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 tunnel <tunx> multicast

Enables multicast over a specified tunnel.

set interfaces tunnel tunx multicast { enable | disable }
delete interfaces tunnel tunx multicast
show interfaces tunnel tunnel tunx multicast
tunx
The identifier of a tunnel interface. The identifier ranges from tun0 through tunx, where x is a nonnegative integer.
enable
Enable multicast over the tunnel.
disable
Disable multicast over the tunnel.

Configuration mode


interfaces {
    tunnel tunx {
        multicast {
            enable 
            disable 
        }
    }
}

Use the set form of this command to enable multicast .

Use the delete form of this command to disable multicast.

Use the show form of this command to display the multicast configuration for this interface.