DISA STIGS Viewer

The Cisco ACI must be configured to use encryption for routing protocol authentication.

Overview

Finding ID Version Rule ID IA Controls Severity
V-272077 CACI-RT-000017 SV-272077r1114087_rule   Medium
Description
A rogue router could send a fictitious routing update to convince a site's perimeter router to send traffic to an incorrect or even a rogue destination. This diverted traffic could be analyzed to learn confidential information about the site's network or used to disrupt the network's ability to communicate with other networks. This is known as a "traffic attraction attack" and is prevented by configuring neighbor router authentication for routing updates. However, using clear-text authentication provides little benefit since an attacker can intercept traffic and view the authentication key. This would allow the attacker to use the authentication key in an attack. This requirement applies to all IPv4 and IPv6 protocols used to exchange routing or packet forwarding information; this includes all Interior Gateway Protocols (such as OSPF, EIGRP, and IS-IS) and Exterior Gateway Protocols (such as BGP), MPLS-related protocols (such as LDP), and multicast-related protocols. To configure a Cisco ACI to use encryption for routing protocol authentication, set up a "pre-shared key" (PSK) on the APIC, which will then be used to generate encryption keys for the routing protocol authentication process, essentially encrypting the authentication messages exchanged between switches within the fabric. This feature is typically referred to as "CloudSec Encryption" within the ACI platform.
STIG Date
Cisco ACI Router Security Technical Implementation Guide 2025-06-18

Details

Check Text (C-76127r1064195_chk)
Verify PSKs are configured:

apic1(config-cloudsec)# show cloudsec summary

If PSKs are not configured to use encryption for routing protocol authentication, this is a finding.
Fix Text (F-76034r1064196_fix)
Configure one or more PSKs used to generate encryption keys for the routing protocol authentication process:

apic1(config)# template cloudsec default
apic1(config-cloudsec)# sakexpirytime__<duration>__
apic1(config-cloudsec)# pskindex__<psk-index>__
apic1(config-cloudsec)# pskstring__<psk-string>__