SV-255993r882321_rule
V-255993
SRG-NET-000018-RTR-000007
ARST-RT-000070
CAT III
10
Step 1: Configure the Arista router to implement policy to filter multicast advertisements for undesirable multicast groups and sources.
router msdp
peer 10.1.12.2
sa-filter in PIM_NEIGHBOR_SA_FILTER
Step 2: Configure the source active 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
Review the Arista router configuration to determine if there is an import policy to block source-active multicast advertisements for any undesirable multicast groups, as well as any (S, G) states with undesirable source addresses.
Step 1: Verify that an inbound source-active filter is bound to each MSDP peer.
To verify the MSDP peer is configured and the source-active filter is configured inbound, execute the command "show run | sec router msdp".
router msdp
peer 10.1.12.2
sa-filter in PIM_NEIGHBOR_SA_FILTER
Step 2: Review the access lists referenced by the source-active filter to verify that undesirable multicast groups, auto-RP, single source multicast (SSM) groups, and advertisements from undesirable sources are blocked.
To verify IP access lists are configured, execute the command "show ip access-lists".
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
If the router is not configured with an import policy to block undesirable SA multicast advertisements, this is a finding.
V-255993
False
ARST-RT-000070
Review the Arista router configuration to determine if there is an import policy to block source-active multicast advertisements for any undesirable multicast groups, as well as any (S, G) states with undesirable source addresses.
Step 1: Verify that an inbound source-active filter is bound to each MSDP peer.
To verify the MSDP peer is configured and the source-active filter is configured inbound, execute the command "show run | sec router msdp".
router msdp
peer 10.1.12.2
sa-filter in PIM_NEIGHBOR_SA_FILTER
Step 2: Review the access lists referenced by the source-active filter to verify that undesirable multicast groups, auto-RP, single source multicast (SSM) groups, and advertisements from undesirable sources are blocked.
To verify IP access lists are configured, execute the command "show ip access-lists".
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
If the router is not configured with an import policy to block undesirable SA multicast advertisements, this is a finding.
M
5513