The Juniper Multicast Source Discovery Protocol (MSDP) router must be configured to only accept MSDP packets from known MSDP peers.
An XCCDF Rule
Description
MSDP peering with customer network routers presents additional risks to the DISN Core, whether from a rogue or misconfigured MSDP-enabled router. To guard against an attack from malicious MSDP traffic, the receive path or interface filter for all MSDP-enabled RP routers must be configured to only accept MSDP packets from known MSDP peers.
- ID
- SV-254052r844189_rule
- Version
- JUEX-RT-000800
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
Ensure the receive path or interface filter for all MSDP routers only accepts MSDP packets from known MSDP peers.
set firewall family inet filter <name> term 1 from source-prefix-list msdp-peers
set firewall family inet filter <name> term 1 from protocol tcp
set firewall family inet filter <name> term 1 from destination-port msdp
set firewall family inet filter <name> term 1 then accept