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

Configuring PIM on the CE Router

Configure PIM on the CE router. Use the dense-groups statement at the [edit protocols pim] hierarchy level to define the desired group range on the CE router. Use the mode statement at the [edit protocols pim interface] hierarchy level to specify sparse-dense mode.

protocols {
pim {
dense-groups {
229.0.0.0/8;
}
rp {
static {
address 10.255.245.91;
}
}
interface all {
mode sparse-dense;
version 2;
}
interface fxp0.0 {
disable;
}
}
}

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