SV-256061r945860_rule
V-256061
SRG-NET-000205-RTR-000016
ARST-RT-000840
CAT II
10
Configure the PE router to block packets with IP options with the following commands:
router#config
router(config)# ip access-list IP_Option_ACL
10 deny ip any any ip-length gt 5
!
router(config)#interface Ethernet25
ip access-group IP_Option_ACL in
!
Verify the PE router is configured to block all packets with any IP options with the following command:
router#show run | section IP_Option_ACL
IP Access List IP_Option_ACL
10 deny ip any any ip-length gt 5
20 deny any log
!
interface Ethernet25
description STIG_IP_Option_ACL
ip access-group IP_Option_ACL in
!
If the perimeter router is not configured to block packets with IP options, this is a finding.
V-256061
False
ARST-RT-000840
Verify the PE router is configured to block all packets with any IP options with the following command:
router#show run | section IP_Option_ACL
IP Access List IP_Option_ACL
10 deny ip any any ip-length gt 5
20 deny any log
!
interface Ethernet25
description STIG_IP_Option_ACL
ip access-group IP_Option_ACL in
!
If the perimeter router is not configured to block packets with IP options, this is a finding.
M
5513