Reference Guide

show clock
Displays the current system clock settings.
Syntax
show clock
Parameters None
Default Not congured
Command Mode EXEC
Usage Information The universal time coordinated (UTC) value is the number of hours that your time zone is later than or earlier than
UTC/Greenwich mean time.
Example
OS10# show clock
2017-01-25T11:00:31.68-08:00
Supported Releases 10.2.1E 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
454 System management