SV-256040r882462_rule
V-256040
SRG-NET-000364-RTR-000109
ARST-RT-000610
CAT II
10
This requirement is not applicable for the DODIN backbone.
Configure the Arista router to allow only incoming communications from authorized sources to be routed to authorized destinations, such as the example shown below.
LEAF-1A(config-acl-AUTHORIZED_SOURCES)# permit ip 10.1.12.0/24 any
LEAF-1A(config-acl-AUTHORIZED_SOURCES)# deny ip 1.2.3.0/24 any log
LEAF-1A(config-acl-AUTHORIZED_SOURCES)#exit
LEAF-1A(config)#interface ethernet 3
LEAF-1A(config-if-Et3)# ip access-group AUTHORIZED_SOURCES in
This requirement is not applicable for the DODIN backbone.
Review the Arista router configuration to determine if the router allows only incoming communications from authorized sources to be routed to authorized destinations.
Step 1: Verify the ACL is defined as in the following example.
Execute the command "sh ip access-list".
ip access-list AUTHORIZED_SOURCES
permit ip 10.1.12.0/24 any
deny ip 1.2.3.0/24 any log
Step 2: Verify the ACL is applied inbound on the external interface.
interface ethernet 3
ip access-group AUTHORIZED_SOURCES in
If the Arista router does not restrict incoming communications to allow only authorized sources and destinations, this is a finding.
V-256040
False
ARST-RT-000610
This requirement is not applicable for the DODIN backbone.
Review the Arista router configuration to determine if the router allows only incoming communications from authorized sources to be routed to authorized destinations.
Step 1: Verify the ACL is defined as in the following example.
Execute the command "sh ip access-list".
ip access-list AUTHORIZED_SOURCES
permit ip 10.1.12.0/24 any
deny ip 1.2.3.0/24 any log
Step 2: Verify the ACL is applied inbound on the external interface.
interface ethernet 3
ip access-group AUTHORIZED_SOURCES in
If the Arista router does not restrict incoming communications to allow only authorized sources and destinations, this is a finding.
M
5513