1. Home
  2. Security Hardening
  3. DISA STIG Cisco NX OS Switch NDM V2R3
  4. CISC-ND-000720 – The Cisco switch must be configured to terminate all network connections associated with device management after 10 minutes of inactivity – line con

CISC-ND-000720 – The Cisco switch must be configured to terminate all network connections associated with device management after 10 minutes of inactivity – line con

Details

Terminating an idle session within a short time period reduces the window of opportunity for unauthorized personnel to take control of a management session enabled on the console or console port that has been left unattended. In addition, quickly terminating an idle session will also free up resources committed by the managed network element.

Terminating network connections associated with communications sessions includes, for example, de-allocating associated TCP/IP address/port pairs at the operating system level, or de-allocating networking assignments at the application level if multiple application sessions are using a single, operating system-level network connection. This does not mean that the device terminates all sessions or network access; it only ends the inactive session and releases the resources associated with that session.

Solution

Set the idle timeout value to 10 minutes or less on all configured login classes as shown in the example below:

SW1(config)# line console
SW1(config-console)# exec-timeout 10
SW1(config-console)# exit
SW1(config)# line vty
SW1(config-line)# exec-timeout 10

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Communications Protection.This control applies to the following type of system Cisco.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles