配置所有 PIM 任播非 RP 路由器
mode在层次结构级别使用该[edit protocols pim rp interface all]语句在所有接口上指定稀疏模式。然后在 中添加[edit protocols pim rp interface all mode]语句,version以配置 PIM 版本 2 的所有接口。配置所有接口时,请通过添加disable该接口的语句来排除 fxp0.0 管理接口。
protocols {
pim {
interface all {
mode sparse;
version 2;
}
interface fxp0.0 {
disable;
}
}
}