SV-273652r1111072_rule
V-273652
SRG-NET-000364-RTR-000202
RCKS-RTR-000850
CAT II
10
Configure the router to drop IPv6 packets containing a hop-by-hop header with option type values of 0x04 (Tunnel Encapsulation Limit), 0xC9 (Home Address Destination), or 0xC3 (NSAP Address).
1. Create an ACL to drop IPv6 packets with hop-by-hop or Destination Options extension headers.
ICX(config)#ipv6 access BLOCK_OPTIONS
ICX(config-ipv6acl-BLOCK_OPTIONS)#deny 0 any any log
ICX(config-ipv6acl-BLOCK_OPTIONS)#deny 60 any any log
ICX(config-ipv6acl-BLOCK_OPTIONS)#permit ipv6 any any
2. Apply the ACL to external interfaces of the perimeter router.
ICX(config)#interface ethernet x/x/x
ICX(config-if-e1000-x/x/x)#ipv6 access-group BLOCK_OPTIONS in logging enable
This requirement is not applicable for the DODIN Backbone.
Review the perimeter router configuration to determine whether an ACL is configured to drop IPv6 packets containing hop-by-hop or destination options extension headers.
1. Review the perimeter router configuration to determine whether an ACL is configured to drop IPv6 packets containing hop-by-hop or destination options extension headers.
ipv6 access-list BLOCK_OPTIONS
sequence 10 deny 0 any any log
sequence 20 deny 60 any any log
sequence 30 permit ipv6 any any
!
2. Verify the ACL has been applied to external interfaces.
interface ethernet x/x/x
ipv6 address x::x/x
ipv6 access-group BLOCK_OPTIONS in logging enable
If the perimeter router is not configured to drop IPv6 packets with hop-by-hop or destination options extension headers, this is a finding.
V-273652
False
RCKS-RTR-000850
This requirement is not applicable for the DODIN Backbone.
Review the perimeter router configuration to determine whether an ACL is configured to drop IPv6 packets containing hop-by-hop or destination options extension headers.
1. Review the perimeter router configuration to determine whether an ACL is configured to drop IPv6 packets containing hop-by-hop or destination options extension headers.
ipv6 access-list BLOCK_OPTIONS
sequence 10 deny 0 any any log
sequence 20 deny 60 any any log
sequence 30 permit ipv6 any any
!
2. Verify the ACL has been applied to external interfaces.
interface ethernet x/x/x
ipv6 address x::x/x
ipv6 access-group BLOCK_OPTIONS in logging enable
If the perimeter router is not configured to drop IPv6 packets with hop-by-hop or destination options extension headers, this is a finding.
M
5696