User Guide
OmniAccess SafeGuard OS Administration Guide
260
Chapter 6: Configuring Authentication and Role Derivation
Clearing an Authenticated User
Entries are aged from the user table at configurable intervals. You can also clear them by
using the CLI. To clear authenticated users, use the clear aaa user Privileged Exec
command.
clear aaa user [all | [ip-address ipaddr]]
Displaying User Sessions
To display the status of a user session, use the show sessions Privileged Exec command:
show sessions
This command does not have any options or parameters. The following output is
representative of the show sessions command:
(SafeGuardOS) #show sessions
ID User Name Connection From Idle Time Session Time Session Type
-- --------------- --------------- ------------ ------------ ------------
00 admin EIA-232 01:55:40 90:29:43 Serial Port
01 admin 172.16.3.102 00:00:00 00:00:58 Telnet
(SafeGuardOS) #
Syntax Description all All user sessions are removed from the user
table.
ipaddr The user session matching this IP address will be
removed from the user table.
Field Description
ID Unique session ID.
User Name Username as detected by its authentication.
Connection From The IP address or connection type. Valid connection
types are:
■ EIA-232
■ IP address of the remote telnet client
Idle Time The amount of time the user in this session has been idle.
The time is displayed in hour:minute:second format.
Session Time The amount of time the user has been in this session. The
time is displayed in hour:minute:second format.










