SV-255956r991784_rule
V-255956
SRG-APP-000190-NDM-000267
ARST-ND-000490
CAT I
10
Configure the Arista network device to terminate the connections after 10 minutes of inactivity.
Step 1: Configure the settings for the console.
switch(config)#management console
switch(config-mgmt-console)#idle-timeout 10
switch(config-mgmt-console)#exit
switch(config)#
!
Step 2: Configure the settings for SSH.
switch(config)#management ssh
switch(config-mgmt-ssh)#idle-timeout 10
switch(config-mgmt-console)#exit
switch(config)#
!
Verify the Arista device is configured for 10-minute inactivity timeout for management sessions.
switch#sh run | section management
!
interface Management1
ip address 172.28.134.55/20
!
management console
idle-timeout 10
!
management ssh
idle-timeout 10
!
If the Arista network device is not configured to terminate the connection associated with a device management session at the end of the session or after 10 minutes of inactivity, this is a finding.
V-255956
False
ARST-ND-000490
Verify the Arista device is configured for 10-minute inactivity timeout for management sessions.
switch#sh run | section management
!
interface Management1
ip address 172.28.134.55/20
!
management console
idle-timeout 10
!
management ssh
idle-timeout 10
!
If the Arista network device is not configured to terminate the connection associated with a device management session at the end of the session or after 10 minutes of inactivity, this is a finding.
M
5511