USRobotics Instant802 APSDK manual User Account Command Example, Get All User Accounts

Models: Instant802 APSDK

1 328
Download 328 pages 174 b
Page 197
Image 197

Professional Access Point

Administrator Guide

This table shows a quick view of User Management commands and provides links to detailed examples.

User Account Command

Example

Get All User Accounts

To view all usernames:

 

get radius-user all name

 

To view all user accounts:

 

get radius-user all

Add Users

add radius-user UserName username UserName

 

For example:

 

add radius-user samantha username samantha

To set the user’s real name:

set radius-user UserName realname RealName

 

For example:

 

set radius-user samantha realname "Elizabeth Montgomery"

 

(or set radius-user samantha realname Elizabeth)

To set user’s password:

set radius-user UserName password Password

 

For example:

 

set radius-user samantha password westport

Enable a user account

set radius-user UserName disabled 0

 

For example:

 

set radius-user samantha disabled 0

Disable a user account

set radius-user UserName disabled 1

 

For example:

 

set radius-user samantha disabled 1

Remove a User Account

remove radius-user UserName

Note

The user account requires a value for the disabled parameter. If a single user is missing a value for dis- abled, the user account table in the Web User Interface will not display any users.

Get All User Accounts

To view all user names:

USR5453-AP#get radius-user all name name

--------

larry

To view all user accounts:

USR5453-AP# get radius-user all

Class Structure, Commands, and Examples - 197

Page 197
Image 197
USRobotics Instant802 APSDK User Account Command Example, Get All User Accounts, USR5453-AP#get radius-user all name name