SV-256037r882453_rule
V-256037
SRG-NET-000362-RTR-000120
ARST-RT-000580
CAT III
10
Configure the Arista MSDP-enabled RP routers to limit the multicast forwarding cache for source-active entries.
Step 1: Configure the ACL.
ip access-list PIM_NEIGHBOR_SA_FILTER
10 deny ip any 224.1.1.0/24
20 deny ip any 224.1.2.0/24
30 deny ip any 224.1.3.0/24
40 deny ip any 224.1.4.0/24
100 permit ip any any
Step 2: Apply the ACL in MSDP peer and define the multicast forwarding cache for source-active entries.
router msdp
peer 10.1.12.2
sa-filter in PIM_NEIGHBOR_SA_FILTER
sa-limit 500
Review the Arista router configuration to determine if forwarding cache thresholds are defined.
Step 1: To verify the ACL is configured to match the prefixes, execute the command "sh ip access-list".
ip access-list PIM_NEIGHBOR_SA_FILTER
10 deny ip any 224.1.1.0/24
20 deny ip any 224.1.2.0/24
30 deny ip any 224.1.3.0/24
40 deny ip any 224.1.4.0/24
100 permit ip any any
Step 2: To verify the thresholds are defined for multicast forwarding cache for source-active entries, execute the command "sh run sec router msdp".
router msdp
peer 10.1.12.2
sa-filter in PIM_NEIGHBOR_SA_FILTER
sa-limit 500
If the Arista RP router is not configured to limit the multicast forwarding cache to ensure its resources are not saturated, this is a finding.
V-256037
False
ARST-RT-000580
Review the Arista router configuration to determine if forwarding cache thresholds are defined.
Step 1: To verify the ACL is configured to match the prefixes, execute the command "sh ip access-list".
ip access-list PIM_NEIGHBOR_SA_FILTER
10 deny ip any 224.1.1.0/24
20 deny ip any 224.1.2.0/24
30 deny ip any 224.1.3.0/24
40 deny ip any 224.1.4.0/24
100 permit ip any any
Step 2: To verify the thresholds are defined for multicast forwarding cache for source-active entries, execute the command "sh run sec router msdp".
router msdp
peer 10.1.12.2
sa-filter in PIM_NEIGHBOR_SA_FILTER
sa-limit 500
If the Arista RP router is not configured to limit the multicast forwarding cache to ensure its resources are not saturated, this is a finding.
M
5513