Technical data
Table Of Contents
- Professional Access Point Administrator Guide
- Contents
- About This Document
- Getting Started
- Web User Interface
- Basic Settings
- Navigating to Basic Settings
- Review / Describe the Access Point
- Provide Administrator Password and Wireless Network Name
- Set Configuration Policy for New Access Points
- Update Basic Settings
- Summary of Settings
- Basic Settings for a Standalone Access Point
- Your Network at a Glance: Understanding Indicator Icons
- Cluster
- Status
- Advanced
- Basic Settings
- Command Line Interface
- Troubleshooting
- Regulatory Information
- U.S. Robotics Corporation Two (2) Year Limited Warranty
- Glossary
- Index

Professional Access Point
Administrator Guide
Class Structure, Commands, and Examples - 197
This table shows a quick view of User Management commands and provides links to detailed examples.
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
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.