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

Configuring PIM on the P Router

Configure PIM on the P router as in the PIM sparse mode example:

protocols {
pim {
dense-groups {
224.0.1.39/32;
224.0.1.40/32;
}
rp {
local {
address 10.255.71.47;
}
}
interface all {
mode sparse;
version 2;
}
interface fxp0.0 {
disable;
}
}
}

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