SV-256033r882441_rule
V-256033
SRG-NET-000362-RTR-000114
ARST-RT-000540
CAT II
10
Step 1: Disable ICMP mask replies on all external interfaces.
ip access-group DENY_ICMP_MASK_REPLY
deny icmp any any mask-reply
permit ip any any
Step 2: Apply the ACL outbound on interfaces.
interface Ethernet 2
ip access-group DENY_ICMP_MASK_REPLY out
Review the Arista device configuration to determine if controls have been defined to ensure the router does not send ICMP Mask Reply messages out to any external interfaces.
EOS by default does not respond to ICMP Type 17 or 18.
Step 1: To verify the ACL is configured to determine the router does not send ICMP Mask Reply messages out to any external interfaces, execute the command "sh ip access-list".
ip access-group DENY_ICMP_MASK_REPLY
deny icmp any any mask-reply
permit ip any any
Step 2: To verify the ACL is applied outbound on interfaces, execute the command "sh run int Eth YY".
interface Ethernet 2
ip access-group DENY_ICMP_MASK_REPLY out
If ICMP Mask Reply messages are enabled on any external interfaces, this is a finding.
V-256033
False
ARST-RT-000540
Review the Arista device configuration to determine if controls have been defined to ensure the router does not send ICMP Mask Reply messages out to any external interfaces.
EOS by default does not respond to ICMP Type 17 or 18.
Step 1: To verify the ACL is configured to determine the router does not send ICMP Mask Reply messages out to any external interfaces, execute the command "sh ip access-list".
ip access-group DENY_ICMP_MASK_REPLY
deny icmp any any mask-reply
permit ip any any
Step 2: To verify the ACL is applied outbound on interfaces, execute the command "sh run int Eth YY".
interface Ethernet 2
ip access-group DENY_ICMP_MASK_REPLY out
If ICMP Mask Reply messages are enabled on any external interfaces, this is a finding.
M
5513