Rule ID
SV-216819r856456_rule
Version
V3R3
CCIs
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. router msdp peer x.14.2.1 password encrypted 094E410B1B1C remote-as nn ! peer x.15.3.5 password encrypted 04500A140A2F remote-as nn ! ! 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: RP/0/0/CPU0:R2(config)#router msdp RP/0/0/CPU0:R2(config-msdp)#peer x.14.2.1 RP/0/0/CPU0:R2(config-msdp-peer)#password clear xxxxxxxxxxxx RP/0/0/CPU0:R2(config-msdp-peer)#exit RP/0/0/CPU0:R2(config-msdp)#peer x.15.3.5 RP/0/0/CPU0:R2(config-msdp-peer)#password clear xxxxxxxxxxx RP/0/0/CPU0:R2(config-msdp-peer)#end