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 - 198
name username disabled password realname
------------------------------------------------------------
larry larry 0 David White
(At the start, "larry" is the only user configured.)
Add Users
In this example, you will add four new users: (1) samantha, (2) endora, (3) darren, and (4) wally. You will
set up user names, real names, and passwords for each.
1. Add username "samantha":
USR5453-AP#
add radius-user samantha username samantha
2. Provide a real name (Elizabeth Montgomery) for this user:
USR5453-AP#
set radius-user samantha realname "Elizabeth Montgomery"
3. Set the user password for samantha to "westport":
USR5453-AP#
set radius-user samantha password westport
4. Enable user "samantha":
USR5453-AP#
set radius-user samantha disabled 0
5. Repeat this process to add some other users (endora, darren, and wally):
USR5453-AP#
add radius-user endora username endora
USR5453-AP#
set radius-user endora realname "Agnes Moorhead"
USR5453-AP#
set radius-user endora password scotch
USR5453-AP#
set radius-user endora disabled 0
USR5453-AP#
add radius-user darren username darren
USR5453-AP#
set radius-user darren realname "Dick York"
USR5453-AP#
set radius-user darren password martini
USR5453-AP#
set radius-user darren disabled 0
USR5453-AP#
add radius-user wally username wally
USR5453-AP#
set radius-user wally realname "Tony Dow"
USR5453-AP#
set radius-user wally password sodapop
USR5453-AP#
set radius-user wally disabled 0
6. After configuring these new accounts, use the "get" command to view all users. (Passwords are always
hidden.)
USR5453-AP#
get radius-user all
name username disabled password realname
------------------------------------------------------------
larry larry 0 David White
samantha samanatha 0 Elizabeth Montgomery
endora endora 0 Agnes Moorhead
darren darren 0 Dick York
wally wally 0 Tony Dow