RADIUS users are categorized into three groups: normal user, management user, and guest user. A RADIUS group not configured as management or guest is a normal user group. User access and role settings depends on the RADIUS group the user belongs.
Use the (config) instance to configure RADIUS group commands. This command creates a group within the existing RADIUS group. To navigate to the RADIUS group instance, use the following commands:
<DEVICE>(config)#radius-group <GROUP-NAME>
nx9500-6C8809(config)#radius-group test nx9500-6C8809(config-radius-group-test)#? Radius user group configuration commands: guest Make this group a Guest group no Negate a command or set its defaults policy Radius group access policy configuration rate-limit Set rate limit for group clrscr Clears the display screen commit Commit all changes made in this session do Run commands from Exec mode end End current mode and change to EXEC mode exit End current mode and down to previous mode help Description of the interactive help system revert Revert changes service Service Commands show Show running system information write Write running configuration to memory or terminal nx9500-6C8809(config-radius-group-test)#
Note
The RADIUS group name cannot exceed 32 characters, and cannot be modified as part of the group edit process.Command | Description |
---|---|
guest | Enables guest access for the newly created group |
policy | Configures RADIUS group access policy parameters |
rate-limit | Sets the default rate limit per user in Kbps, and applies it to all enabled WLANs |
no | Negates a command or reverts settings to their default |
Note
For more information on common commands (clrscr, commit, help, revert, service, show, write, and exit), see Common Commands.Note
The input parameter <HOSTNAME>, wherever used in syntaxes across this chapter, cannot include an underscore (_) character. In other words, the name of a device cannot contain an underscore.