SV-256000r882342_rule
V-256000
SRG-NET-000019-RTR-000005
ARST-RT-000140
CAT III
10
Step 1: Configure the Arista router ACL to deny packets with multicast administratively scoped destination addresses.
router(config)#ip access-list standard mbac1
router(config-std-acl-mbac1)#10 deny 239.120.10.0/24
router(config-std-acl-mbac1)#20 permit 224.0.0.0/4
router(config-std-acl-mbac1)#exit
Step 2: Apply the multicast boundary at the appropriate interfaces.
router(config)#interface vlan 200
router(config-if-Vl200)#multicast ipv4 boundary mbac1 out
router(config-if-Vl200)#exit
Review the Arista router configuration and verify that admin-scope multicast traffic is blocked at the external edge.
Step 1: Verify the Arista router ACL is configured to deny packets with multicast administratively scoped destination addresses and verify IP access lists are configured. Execute the command "show ip access-lists".
ip access-list standard mbac1
10 deny 239.120.10.0/24
20 permit 224.0.0.0/4
exit
Step 2: Verify the ACL is applied on the multicast boundary at the appropriate interfaces and verify interfaces are configured. Execute the command "show run int YY".
interface vlan 200
multicast ipv4 boundary mbac1 out
exit
If the Arista router is not configured to establish boundaries for administratively scoped multicast traffic, this is a finding.
V-256000
False
ARST-RT-000140
Review the Arista router configuration and verify that admin-scope multicast traffic is blocked at the external edge.
Step 1: Verify the Arista router ACL is configured to deny packets with multicast administratively scoped destination addresses and verify IP access lists are configured. Execute the command "show ip access-lists".
ip access-list standard mbac1
10 deny 239.120.10.0/24
20 permit 224.0.0.0/4
exit
Step 2: Verify the ACL is applied on the multicast boundary at the appropriate interfaces and verify interfaces are configured. Execute the command "show run int YY".
interface vlan 200
multicast ipv4 boundary mbac1 out
exit
If the Arista router is not configured to establish boundaries for administratively scoped multicast traffic, this is a finding.
M
5513