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;
- }
- }