Users Guide

Table Of Contents
... <Enter>
delimiter
Parameters
delimiter — Enter a single delimiter character or the key combination ^C to specify the start and end of
the text banner.
banner-text — Enter a maximum of 4096 characters. There is no limit on the number of lines.
Default The Dell EMC default MOTD banner is displayed after you log in.
Command Mode CONFIGURATION
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 configuration by entering a line that
contains only the delimiter character. Starting and ending double-quotation marks are not necessary.
To delete a login banner and reset it to the Dell EMC default banner, use the no banner motd command.
To disable banner display before login, use 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:
Configure the timeout for all the active user sessions using the exec-timeout timeout-value command in the
CONFIGURATION mode.
Clear any user session using the kill-session session-ID command in the EXEC mode.
View the active user sessions using the show sessions command in the EXEC mode.
Configure 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#
The asterisk (*) in the Session-ID column indicates the current OS10 session.
System management
133