SV-255995r882327_rule
V-255995
SRG-NET-000018-RTR-000009
ARST-RT-000090
CAT III
10
Configure the Arista MSDP router to limit the amount of source-active messages it accepts from each peer.
!
router (config) #router msdp
router (config-router-msdp) #peer 10.1.1.5
router (config-router-msdp-peer 10.1.1.5) # sa-limit 500
router (config-router-msdp) #peer 10.1.55.78
router (config-router-msdp-peer 10.1.55.78) # sa-limit 900
router (config-router-msdp-peer 10.1.55.78) # exit
To verify the MSDP peer and the sa-limit filter is configured, execute the command "show run | sec router msdp".
router msdp
peer 10.1.12.2
sa-limit 500
peer 10.1.55.78
sa-limit 900
If the Arista router is not configured with a peer limit, this is a finding.
V-255995
False
ARST-RT-000090
To verify the MSDP peer and the sa-limit filter is configured, execute the command "show run | sec router msdp".
router msdp
peer 10.1.12.2
sa-limit 500
peer 10.1.55.78
sa-limit 900
If the Arista router is not configured with a peer limit, this is a finding.
M
5513