Reference Guide

Usage Information
To enter a MOTD banner text, use the interactive mode. Enter the command with the delimiter character and
press Enter. Then enter each line and press Enter. Complete the banner conguration by entering a line that
contains only the delimiter character. Starting and ending double-quotes are not necessary.
To delete a login banner and reset it to the Dell EMC default banner, enter the no banner motd command.
To disable banner display before login, enter the banner motd disable command.
Example
OS10(config)# banner motd %
DellEMC S4148U-ON
Today's tip: Press tab or spacebar for command completion.
Have a nice day!
%
Supported releases 10.4.1.0 or later
User session management
You can manage the active user sessions using the following commands:
Congure the timeout for all the active user sessions using exec-timeout timeout-value in the CONFIGURATION mode.
Clear any user session using kill-session session-ID in the EXEC mode.
View the active user sessions using show sessions in the EXEC mode.
Congure timeout for user sessions
OS10(config)# exec-timeout 300
OS10(config)#
Clear user session
OS10# kill-session 3
View active user sessions
OS10# show sessions
Current session's operation mode: Non-transaction
Session-ID User In-rpcs In-bad-rpcs Out-rpc-err Out-notify Login-time Lock
-------------------------------------------------------------------------------------------
3 snmp_user 114 0 0 0 2017-07-10T23:58:39Z
4 snmp_user 57 0 0 0 2017-07-10T23:58:40Z
6 admin 17 0 0 4 2017-07-12T03:55:18Z
*7 admin 10 0 0 0 2017-07-12T04:42:55Z
OS10#
User session management commands
exec-timeout
Congure timeout in seconds for all the user sessions.
Syntax
exec-timeout timeout-value
Parameters timeout-value — Enter the timeout value in seconds (0 to 3600).
Default Not congured
Command Mode CONFIGURATION
System management 515