Rule ID
SV-217094r855912_rule
Version
V3R2
CCIs
CCI-001958
MSDP peering with customer network routers presents additional risks to the core, whether from a rogue or misconfigured MSDP-enabled router. MSDP password authentication is used to validate each segment sent on the TCP connection between MSDP peers, protecting the MSDP session against the threat of spoofed packets being injected into the TCP connection stream.
Review the router configuration to determine if received MSDP packets are authenticated.
protocols {
msdp {
group AS25 {
peer 5.5.5.5 {
authentication-key "$8$KspW87GUH.mTxNfz"; ## SECRET-DATA}
}
}
If the router does not require MSDP authentication, this is a finding.Configure the router to authenticate MSDP messages as shown in the following example: [edit protocols msdp group AS25 peer 5.5.5.5] set authentication-key xxxxxxxx