SV-256021r882405_rule
V-256021
SRG-NET-000205-RTR-000007
ARST-RT-000400
CAT I
10
Configure protection for the IP core to be implemented at the edges by blocking any traffic with a destination address assigned to the IP core infrastructure.
Step 1: Configure an ingress ACL to drop any traffic with destination address assigned to the IP core infrastructure.
router(config)#ip access-list DROP_INBOUND
router(config-acl-DROP_INBOUND)#deny ip any 172.16.0.0/16 log
router(config-acl-DROP_INBOUND)#permit icmp any any
router(config-acl-DROP_INBOUND)#permit ip any any
router(config-acl-DROP_INBOUND)#exit
Step 2: Apply the ACL to all CE-facing interfaces inbound to drop all the traffic coming toward the CE.
router(config)#interface Ethernet 2
router(config-if-Et2)#ip access-group DROP_INBOUND in
router(config-if-Et2)#end
Review the Arista router configuration to verify an ingress ACL is applied to all CE-facing interfaces.
Verify the ingress ACL rejects and logs packets destined to the IP core address block.
Note: Internet Control Message Protocol (ICMP) echo requests and traceroutes will be allowed to the edge from external adjacent peers.
Step 1: Verify the ingress ACL is configured to drop any traffic with destination address assigned to the IP core infrastructure. Execute the command "sh ip access-list".
ip access-list DROP_INBOUND
deny ip any 172.16.0.0/16 log
permit icmp any any
permit ip any any
Step 2: To verify the ingress ACL applied to all CE facing interfaces inbound to drop all the traffic coming toward the CE, execute the command "sh run int Eth YY".
interface Ethernet 2
ip access-group DROP_INBOUND in
If the Arista PE router is not configured to block any traffic with a destination address assigned to the IP core infrastructure, this is a finding.
V-256021
False
ARST-RT-000400
Review the Arista router configuration to verify an ingress ACL is applied to all CE-facing interfaces.
Verify the ingress ACL rejects and logs packets destined to the IP core address block.
Note: Internet Control Message Protocol (ICMP) echo requests and traceroutes will be allowed to the edge from external adjacent peers.
Step 1: Verify the ingress ACL is configured to drop any traffic with destination address assigned to the IP core infrastructure. Execute the command "sh ip access-list".
ip access-list DROP_INBOUND
deny ip any 172.16.0.0/16 log
permit icmp any any
permit ip any any
Step 2: To verify the ingress ACL applied to all CE facing interfaces inbound to drop all the traffic coming toward the CE, execute the command "sh run int Eth YY".
interface Ethernet 2
ip access-group DROP_INBOUND in
If the Arista PE router is not configured to block any traffic with a destination address assigned to the IP core infrastructure, this is a finding.
M
5513