The Cisco perimeter switch must be configured to suppress Router Advertisements on all external IPv6-enabled interfaces.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-237760 | CISC-RT-000391 | SV-237760r999764_rule | CCI-000366 | medium |
| Description | ||||
| Many of the known attacks in stateless autoconfiguration are defined in RFC 3756 were present in IPv4 ARP attacks. To mitigate these vulnerabilities, links that have no hosts connected such as the interface connecting to external gateways must be configured to suppress router advertisements. | ||||
| STIG | Date | |||
| Cisco NX OS Switch RTR Security Technical Implementation Guide | 2024-12-20 | |||
Related Frameworks
4 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
CM-6
1.00
- DISA · 3 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1712 mappings
3.4.1
1.00
- DISA · 3 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
3.4.2
1.00
- DISA · 3 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000366
1.00
- DISA · 3 · disa_xccdf · related
Details
Check Text (C-237760r999764_chk)
Review the switch configuration to verify that Router Advertisements are suppressed on all external IPv6-enabled interfaces as shown in the example below.
interface Ethernet1/1
no switchport
ipv6 address 2001::1:24:3/64
ipv6 nd suppress-ra
no shutdown
If the switch is not configured to suppress Router Advertisements on all external IPv6-enabled interfaces, this is a finding.
Fix Text (F-40937r999763_fix)
Configure the switch to suppress Router Advertisements on all external IPv6-enabled interfaces as shown in the example below.
SW1(config)# interface e1/1
SW1(config-if-range)# ipv6 nd suppress-ra
SW1(config-if-range)# end