LUM Operational Commands

The show commands to display information about local and TACAS+ users and their sessions. You can use the command and options to view the summary of all users, information for a specific user and to view user sessions details.

LUM Show Commands

User Details

Syntax:

show user <option>

Option Description

session <session-id>

Displays information about user session ID specified.

Example: The output shows the currently logged-in users along with their roles, authentication methods, source IP addresses, login time and session details.

supervisor@rtbrick: op> show user
Flags: * - Current Session
Username            Role                Shell     SSH-Key   Authenticator  Remote Host        Login Time            Session ID
supervisor          supervisor          bash      no        Local          10.200.137.164     2026-06-05 12:54:47            4*

Example: The output shows the detailed information about a specific user session, including the login method, role, shell, service, and connection details such as host, session duration, and idle time.

supervisor@rtbrick: op> show user session 4
Session Information:
    Name            : supervisor
    Session ID      : 4
    TTY             : pts/5
    Display Name    : supervisor
    Host            : 10.200.137.164
    PID             : 659
    Public Key      : no
    Login Method    : Local
    Roles           : supervisor,debug_info,rtbrick_confd_sock_access
    Shell           : bash
    Service         : ssh
    Login Time      : Fri Jun 05 12:54:47 GMT +0000 2026
    Session Duration: 24s
    Idle Timestamp  : Fri Jun 05 12:54:47 GMT +0000 2026
    Idle Duration   : 24s