SV-253913r1082962_rule
V-253913
SRG-APP-000190-NDM-000267
JUEX-NM-000360
CAT I
10
Configure the network device to terminate the connection associated with a device management session at the end of the session or after five minutes of inactivity.
There is no configuration required to support explicit logout ("quit" at the end of the session).
1. Enter configuration mode.
2. Configure inactivity timeout for root.
3. Configure inactivity timeout for all login classes.
4. Commit the configuration.
user@host> configure
user@host# set system login idle-timeout 5
user@host# set system login class <class name> idle-timeout 5
user@host# commit
Determine if the network device terminates the connection associated with a device management session at the end of the session or after five minutes of inactivity. This requirement may be verified by demonstration or configuration review.
Junos permits the administrator to log out at the end of the session, which terminates the session and the network connection. Junos forcibly terminates the session and network connection upon exceeding the inactivity timeout threshold. Inactivity timeouts are assigned to login classes and apply to every administrative access method; there is no provision to set inactivity timeout differently for local (console) and network (remote) device management sessions. Verify the idle-timeout for the root user, and each login class, has an appropriate idle-timeout value.
user@host> show configuration system login
...
idle-timeout 5;
class <name> {
idle-timeout 5;
...
}
Note: Inactivity timeout (idle-timeout) must be assigned to every login class.
If the network device does not terminate the connection associated with a device management session at the end of the session or after five minutes of inactivity, this is a finding.
V-253913
False
JUEX-NM-000360
Determine if the network device terminates the connection associated with a device management session at the end of the session or after five minutes of inactivity. This requirement may be verified by demonstration or configuration review.
Junos permits the administrator to log out at the end of the session, which terminates the session and the network connection. Junos forcibly terminates the session and network connection upon exceeding the inactivity timeout threshold. Inactivity timeouts are assigned to login classes and apply to every administrative access method; there is no provision to set inactivity timeout differently for local (console) and network (remote) device management sessions. Verify the idle-timeout for the root user, and each login class, has an appropriate idle-timeout value.
user@host> show configuration system login
...
idle-timeout 5;
class <name> {
idle-timeout 5;
...
}
Note: Inactivity timeout (idle-timeout) must be assigned to every login class.
If the network device does not terminate the connection associated with a device management session at the end of the session or after five minutes of inactivity, this is a finding.
M
5477