DISA STIGS Viewer

The Cisco switch must be configured to implement cryptographic mechanisms to protect the confidentiality of remote maintenance sessions.

Overview

Finding ID Version Rule ID IA Controls Severity
V-220504 CISC-ND-001210 SV-220504r1026075_rule   High
Description
This requires the use of secure protocols instead of their unsecured counterparts, such as SSH instead of telnet, SCP instead of FTP, and HTTPS instead of HTTP. If unsecured protocols (lacking cryptographic mechanisms) are used for sessions, the contents of those sessions will be susceptible to eavesdropping, potentially putting sensitive data (including administrator passwords) at risk of compromise and potentially allowing hijacking of maintenance sessions.
STIG Date
Cisco NX OS Switch NDM Security Technical Implementation Guide 2025-05-19

Details

Check Text (C-22219r1026074_chk)
Review the Cisco router configuration to verify it is compliant with this requirement.

SSH Example

ssh ciphers aes128-ctr aes256-ctr

NOTE: Using "fips mode enable" to enable all FIPS protocols disables TACACS+ and RADIUS, which is required for authentication server requirements. It is recommended to enable FIPS-validated protocols manually and keep FIPS mode disabled.

If the router is not configured to implement cryptographic mechanisms to protect the confidentiality of remote maintenance sessions using a FIPS 140-2 approved algorithm, this is a finding.
Fix Text (F-22208r1015493_fix)
Configure the Cisco router to implement cryptographic mechanisms to protect the confidentiality of remote maintenance sessions using a FIPS 140-2 approved algorithm as shown in the examples below.

SSH Example

R1(config)#ssh ciphers aes128-ctr aes256-ctr