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

Example: Configuring PIM BSR Filters

Configure a filter to prevent BSR messages from entering or leaving your network. Add this configuration to all routers.

protocols {
pim {
rp {
bootstrap-import no-bsr;
bootstrap-export no-bsr;
}
}
}
policy-options {
policy-statement no-bsr {
then reject;
}
}

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