Configures RADIUS user parameters
user <USERNAME> password [0 <UNECRYPTED-PASSWORD>|2 <ENCRYPTED-PASSWORD>|<PASSWORD>] {group <RAD-GROUP-NAME>} {guest}
user <USERNAME> password [0 <UNECRYPTED-PASSWORD>|2 <ENCRYPTED-PASSWORD>|<PASSWORD>] {group <RAD-GROUP-NAME>} {guest expiry-time <HH:MM> expiry-date <MM/DD/YYYY> {access-duration <0-525600>|data-limit|email-id <EMAIL-ID>|start-time <HH:MM> start-date <MM/DD/YYY>| telephone <TELEPHONE-NUMBER>}}
user <USERNAME> password [0 <UNECRYPTED-PASSWORD>|2 <ENCRYPTED-PASSWORD>| <PASSWORD>] {group <RAD-GROUP-NAME>} {guest expiry-time <HH:MM> expiry-date <MM/DD/YYYY> {access-duration <0-525600>|data-limit <1-102400> committed-downlink <100-1000000> committed-uplink <100-1000000> reduced-downlink <100-1000000> reduced-uplink <100-1000000>| email-id <EMAIL-ID>|start-time <HH:MM> start-date <MM/DD/YYY>|telephone <TELEPHONE-NUMBER>}}
user <USERNAME> password [0 <UNECRYPTED-PASSWORD>|2 <ENCRYPTED-PASSWORD>| <PASSWORD>] {group <RAD-GROUP-NAME>} {guest expiry-time <HH:MM> expiry-date <MM/DD/YYYY> {access-duration <0-525600>|data-limit <1-102400> committed-downlink <100-1000000> committed-uplink <100-1000000> reduced-downlink <100-1000000> reduced-uplink <100-1000000>| email-id <EMAIL-ID>|start-time <HH:MM> start-date <MM/DD/YYY>|telephone <TELEPHONE-NUMBER>}}
user <USERNAME> |
Adds a new RADIUS user to the RADIUS user pool
Note: The username is a unique alphanumeric string identifying this
user, and cannot be modified with the rest of the
configuration.
|
passwd [0 <UNENCRYPTED-PASSWORD>| 2 <ENCRYPTED-PASSWORD>| <PASSWORD>] | Configures the user password (provide a password
unique to this user)
|
group <RAD-GROUP-NAME> | Optional. Configures the RADIUS server group of
which this user is a member
Note: If the user is a guest, assign the user a group with temporary
access privileges.
|
guest |
Optional. Specifies that this user is a guest
user. Guest users have restricted access. After enabling a guest user
account, specify the expiry time and date for this account. A guest user can be assigned only to a guest user group. |
expiry-time <HH:MM> | Specify the user account expiry time in the HH:MM format (for example, 12:30 means 30 minutes after 12:00 the user login will expire). |
expiry-date <MM:DD:YYYY> | Specify the user account expiry date in the MM:DD:YYYY format (for example. 02:15:2014). |
start-time <HH:MM> |
Optional. Specify the user account activation time in the HH:MM format. |
{access-duration <0-525600>|data-limit <1-102400> committed-downlink <100-1000000> committed-uplink <100-1000000> reduced-downlink <100-1000000> reduced-uplink <100-1000000>| email-id <EMAIL-ID>| start-time <HH:MM> start-date <MM:DD:YYY>| telephone <TELEPHONE-NUMBER>} | After configuring the above user details,
optionally configure the following user information:
To view access details of guest users on a RADIUS server, in the PriviExecutable Configuration mode, use the following command: show
> radius >
guest-users
nx9500-6C8809#show radius guest-users time TIME (min:sec) USED REMAINING GUEST USER 0:00 500:00 user1 Current time: 09:03:07 nx9500-6C8809# |
nx9500-6C8809(config-radius-user-pool-wdws)#user guestuser1 password 0 guestuser@1
group wdws guest expiry-time 12:30 expiry-date 12/15/2014 access-duration 500
nx9500-6C8809(config-radius-user-pool-wdws)#show context radius-user-pool-policy wdws user guestuser1 password 0 guestuser@1 group wdws guest expiry-time 12:30 expiry-date 12/15/2014 access-duration 500 nx9500-6C8809(config-radius-user-pool-wdws)#
no |
Deletes a user from a RADIUS user pool |