Displays all administration accounts or information about a specific account.
Specify the active parameter to display the accounts currently logged in to the group. For users logged in through the GUI, the active parameter also shows the remote IP address of the user and the local IP address (that is, the group or member IP address to which the user is connected).
Format
account show [account_name] [active]
Variable
|
account_name |
Name of an account. |
Examples
The following command displays all the administration accounts:
> account show
_________________________ Local Accounts _________________________
Name Permission Privilege Status LastLogin
--------------- ---------- ----------- -------- -------------------
grpadmin read-write group-admin enable 2007-01-02:13:20:17
monitor read-only group-admin enable 2007-01-02:12:02:42
________________________ Radius Accounts _________________________
Name Permission Privilege Status LastLogin
--------------- ---------- ----------- -------- -------------------
The following command shows the accounts currently logged in to the group:
> account show active
Name Type StartTime Remote IP Local IP
-------- ------ --------------------- ------------ ----------
grpadmin telnet 2006-03-22:14:36:05
monitor gui-ssl 2006-03-23:17:16:25 182.12.22.12 182.1.15.2
The following command displays details for the grpadmin account:
> account show grpadmin
_______________________ Account Information _______________________
Name: grpadmin Description: Group Manager Admin
Permission: read-write Account
Status: enable Contact: kabbott@email.com
Email: group1admin Mobile: 603-888-9999
Phone: 603-555-1234 Last-Login: 2007-01-02:13:20:17
Type: local Privilege: group-admin
__________________________________________________________________