User's Manual 84 Document #: LTRT-10466
Mediant 500L MSBR
9.5 Viewing Current CLI Sessions
You can view users that are currently logged in to the device's CLI. This applies to users
logged in to the CLI through RS-232 (console), Telnet, or SSH. For each logged-in user,
the following is displayed: the type of interface (console, Telnet, or SSH), user's username,
remote IP address from where the user logged in, and the duration (days and time) of the
session. Each user is displayed with a unique index (session ID).
 To view currently logged-in CLI users:
# show users
[0] console Admin local 0d00h03m15s
[1] telnet John 10.4.2.1 0d01h03m47s
[2]* ssh Alex 192.168.121.234 12d00h02m34s
The current session from which this show command was run is displayed with an asterisk
(*).
Note: The device can display management sessions of up to 24 hours. After this time,
the duration counter is reset.
9.6 Terminating a User's CLI Session
You can terminate users that are currently logged in to the device's CLI. This applies to
users logged in to the CLI through RS-232 (console), Telnet, or SSH.
 To terminate the CLI session of a specific CLI user:
# clear user <session ID>
The session ID is a unique identification of each currently logged in user. You can view the
session ID by running the show users command (see ''Viewing Current CLI Sessions'' on
page 84).
Note: The session from which the command is run cannot be terminated.