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

Configuring PIM on the PE Router

Configure PIM on the PE router. Use the mode statement at the [edit protocols pim interface] hierarchy level to specify sparse mode.

protocols {
pim {
rp {
static {
address 10.255.71.47;
}
}
interface all {
mode sparse;
version 2;
}
interface fxp0.0 {
disable;
}
}
}

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