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 dataplane <interface-name> ip pim mode <mode>

Specifies the PIM on a data plane interface.

set interfaces dataplane interface-name ip pim mode mode
interface-name
The name of a data plane interface. For more information about the supported interface name formats, refer to Data Plane Interface.
mode
The PIM mode for an interface. The mode is as follows:

dense: Enable PIM dense mode.

dense-passive: Enable passive operation for PIM dense mode.

sparse: Enable PIM sparse mode.

sparse-passive: Enable passive operation for PIM sparse mode.

Configuration mode


interfaces {
    dataplane interface-name {
        ip {
            pim {
                mode sparse
            }
        }
    }
}

Use the set form of this command to specify the PIM mode on a data plane interface.