User's Manual
Command line 100
Item Description
set radius-group
Modify the properties of an existing RADIUS group.
Syntax
set radius-group <GroupName> [Description=<description>]
[Roles=<roles>]
Parameter
GroupName (required)
The name of an existing group to modify
Properties
Description
(optional)
A user-friendly description for the group
Roles (optional)
A set of one or more privileges for the group. Valid values are any combination
of "domain", "server", "network", and "storage". Separate multiple values with
commas.
Example
->set radius-group MyGroup Description="Test Group"
Roles=domain,server,network
Modifies a RADIUS group description and privileges
Item Description
show radius-group
Display the existing RADIUS groups.
Syntax
show radius-group [<GroupName>|*]
Parameter
GroupName (optional)
The name of an existing RADIUS group in the domain. Use "*" to display
detailed information for all RADIUS groups. If no value is specified, a summary of
all groups appears.
Examples
->show radius-group
Displays a summary of all RADIUS groups
->show radius-group MyGroup
Displays detailed information for a specific RADIUS group
->show radius-group *
Displays detailed information for all RADIUS groups
radius
Manage RADIUS authentication settings.
Supported actions: help, set, show
Item Description
set radius
Modify and test the Virtual Connect RADIUS authentication settings.
Syntax
set radius [-test] [Enabled=<true|false>]
[ServerAddress=<IP Address|DNS Name>] [Port=<portNum>]
[ServerKey=<key>] [Timeout=<timeout>]
[SecondaryServerAddress=<IP Address|DNS Name>]
[SecondaryPort=<portNum>] [SecondaryServerKey=<key>]
[SecondaryTimeout=<timeout>]
Option
Test (optional)
Tests the RADIUS configuration without applying changes
Properties