User's Manual
Command line 99
Item Description
->show qos CustomWithFCoE
Displays detailed information for the specified QoS configuration
->show qos -active
Displays detailed information for the active QoS configuration
->show qos *
Displays detailed information for all QoS configurations
radius-group
Manage Virtual Connect RADIUS groups.
Supported actions: add, help, remove, set, show
Item Description
add radius-group
Add a RADIUS group.
Syntax
add radius-group <GroupName> [Description=<string>]
[Roles=<roles>]
Parameters
GroupName (required)
The name of the RADIUS group being added. The name can consist of
alphanumeric characters, hyphens (-), underscores (_) and periods (.). The
maximum length of the name is 255 characters.
Properties
Description
(optional)
An informational description for the new group being added. The description
can consist of 0 to 20 alphanumeric characters, dash (–), underscore (_), or
period (.), backslash (\) and single-quote (').
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. If privileges are not specified, then the group has no privileges and can
only view information. If "*" is specified, it indicates all privileges.
Example
->add radius-group MyNewGroup Description="Test Group"
Roles=domain,server
Adds a new RADIUS group
Item Description
remove radius-group
Remove an existing RADIUS group.
Syntax
remove radius-group <GroupName|*>
Parameter
GroupName (required)
The name of an existing RADIUS group to be removed. Use "*" to remove all
RADIUS groups.
Examples
->remove radius-group MyGroup
Removes a specified RADIUS group
->remove radius-group *
Removes all RADIUS groups