STIGQter STIGQter: STIG Summary: Cisco IOS XE Switch NDM Security Technical Implementation Guide Version: 3 Release: 6 Benchmark Date: 01 Apr 2026:

The Cisco switch must be configured to limit the number of concurrent management sessions to an organization-defined number.

DISA Rule

SV-220518r960735_rule

Vulnerability Number

V-220518

Group Title

SRG-APP-000001-NDM-000200

Rule Version

CISC-ND-000010

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the switch to limit the number of concurrent management sessions to an organization-defined number as shown in the example below:

SW4(config)#ip http max-connections 2
SW4(config)#line vty 0 1
SW4(config)#transport input ssh
SW4(config)#line vty 2 4
SW4(config)#transport input none

Check Contents

Note: This requirement is not applicable to file transfer actions such as FTP, SCP, and SFTP.

Review the switch configuration to determine if concurrent management sessions are limited as show in the example below:

ip http secure-server
ip http max-connections 2




For platforms that support the session-limit command:

line vty 0 4
session-limit 2
transport input ssh

For those platforms that do not support the session-limit command, the sessions can also be limited by reducing the number of active vty lines as shown in the example below.

line vty 0 1
transport input ssh
line vty 2 4
transport input none

If the switch is not configured to limit the number of concurrent management sessions, this is a finding.

Vulnerability Number

V-220518

Documentable

False

Rule Version

CISC-ND-000010

Severity Override Guidance

Note: This requirement is not applicable to file transfer actions such as FTP, SCP, and SFTP.

Review the switch configuration to determine if concurrent management sessions are limited as show in the example below:

ip http secure-server
ip http max-connections 2




For platforms that support the session-limit command:

line vty 0 4
session-limit 2
transport input ssh

For those platforms that do not support the session-limit command, the sessions can also be limited by reducing the number of active vty lines as shown in the example below.

line vty 0 1
transport input ssh
line vty 2 4
transport input none

If the switch is not configured to limit the number of concurrent management sessions, this is a finding.

Check Content Reference

M

Target Key

4067