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 pim

Enables PIM on an interface.

set interfaces interface ip pim
delete interfaces interface ip pim
show interfaces interface ip pim
interface
A type of interface. For detailed keywords and arguments for interfaces that support multicast routing, see to Supported Interface Types .
Note: The interface parameter throughout this document consists of <interface-type> <interface-name>

Configuration mode


interfaces interface {
    ip {
        pim {
        }
    }
}

Use this command to enable PIM on an interface.

Note: To use PIM for multicast routing, multicast routing must be enabled on the router. For information about multicast routing in general, see Ciena Vyatta Network OS Multicast Routing Configuration Guide.

Use the set form of this command to enable PIM for IPv4 on an interface.

Use the delete form of this command to remove all PIM configuration and disable PIM for IPv4 on an interface.

Use the show form of this command to display the configuration of PIM for IPv4.