SV-273632r1110938_rule
V-273632
SRG-NET-000362-RTR-000114
RCKS-RTR-000650
CAT II
10
Configure ACL to block ICMP mask replies.
ICX(config)#enable egress-acl-on-cpu-traffic
ICX(config)#ip access ext BLOCK_ICMP_OUT
ICX(config-ext-ipacl-BLOCK_ICMP_OUT)#deny icmp any any unreachable
ICX(config-ext-ipacl-BLOCK_ICMP_OUT)#deny icmp any any mask-reply
ICX(config-ext-ipacl-BLOCK_ICMP_OUT)#permit ip any any
Apply ACL to external interface.
ICX(config)#interface ethernet 1/1/1
ICX(config-if-e1000-1/1/1)#ip access-group BLOCK_ICMP_OUT out
Review configuration to determine whether outgoing ICMP mask replies are blocked on external interfaces.
enable egress-acl-on-cpu-traffic
ip access-list extended BLOCK_ICMP_OUT
sequence 10 deny icmp any any unreachable
sequence 20 deny icmp any any mask-reply
sequence 30 permit ip any any
interface ethernet 1/1/1
ip address x.0.1.2 255.255.255.252
ip access-group BLOCK_ICMP_OUT out
!
If outgoing ICMP mask replies are not blocked on external interfaces, this is a finding.
V-273632
False
RCKS-RTR-000650
Review configuration to determine whether outgoing ICMP mask replies are blocked on external interfaces.
enable egress-acl-on-cpu-traffic
ip access-list extended BLOCK_ICMP_OUT
sequence 10 deny icmp any any unreachable
sequence 20 deny icmp any any mask-reply
sequence 30 permit ip any any
interface ethernet 1/1/1
ip address x.0.1.2 255.255.255.252
ip access-group BLOCK_ICMP_OUT out
!
If outgoing ICMP mask replies are not blocked on external interfaces, this is a finding.
M
5696