[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring the Master PIM Instance on the PE Router

To configure the master PIM instance that communicates with other PIM neighbors and the SP-RP within the service provider network, include the pim statement at the [edit protocols] hierarchy level. The example shown enables PIM sparse mode.

[edit protocols]
pim {
rp {
static {
address ip-address;
}
}
interface all {
mode sparse;
version 2;
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]