SV-220472r622190_rule
V-220472
SRG-NET-000205-RTR-000015
CISC-RT-000350
CAT II
10
Configure the switch to drop all packets with IP options.
SW1(config)#ip access-list extended EXTERNAL_ACL
SW1(config-ext-nacl)#15 deny ip any any option any-options
Review the switch configuration to determine if it will block all packets with IP options.
ip access-list extended EXTERNAL_ACL
permit tcp any any established
deny ip any any option any-options
permit …
…
…
…
deny ip any any log-input
If the switch is not configured to drop all packets with IP options, this is a finding.
V-220472
False
CISC-RT-000350
Review the switch configuration to determine if it will block all packets with IP options.
ip access-list extended EXTERNAL_ACL
permit tcp any any established
deny ip any any option any-options
permit …
…
…
…
deny ip any any log-input
If the switch is not configured to drop all packets with IP options, this is a finding.
M
4065