HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 4.01 User Guide

Command line 92
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
Enabled (optional)
Enables or disables RADIUS authentication. Valid values include "true" and
"false".
ServerAddress
(optional)
The IP address or the DNS name of the primary RADIUS server used for
authentication
Port (optional)
The server UDP port number. Valid values include a valid port number between 1
and 65535. The default port is 1812.
ServerKey (optional)
The plain-text string used to encrypt user details exchanged with the primary
RADIUS server. It must match the server key configured for this VC on the primary
server. RADIUS authentication will not work if the server key is blank or null.
Timeout (optional)
The time in seconds that VCM should wait before timing out the request. If the
primary server times out and a secondary server is configured, VCM attempts the
request on the secondary server. If the secondary server times out, the request
fails. The valid range of values is from 1 to 600 seconds. The default timeout is 10
seconds.
SecondaryServer
Address (optional)
The IP address or host name of the secondary RADIUS server used for
authentication
SecondaryPort
(optional)
The UDP port to use for RADIUS communication. Valid values include a valid port
number between 1 and 65535. The default UDP port number is 1812.
SecondaryServerKey
(optional)
The plain-text string used to encrypt user details exchanged with the secondary
RADIUS server. It must match the server key configured for this VC on the
secondary server. The RADIUS authentication will not work if the shared key is
blank or null.
SecondaryTimeout
(optional)
The timeout value in seconds for RADIUS communication with the secondary
server
Examples
->set radius -test Enabled=true ServerAddress=192.168.0.27
Tests the RADIUS configuration changes without applying them
->set radius Enabled=true ServerAddress=192.168.0.124
ServerKey=test123
SecondaryServerAddress=radserver.hp.com
SecondaryServerKey=test456
Enables RADIUS authentication for users
Item Description
show radius
Display the Virtual Connect RADIUS authentication settings.
Syntax
show radius
Example
->show radius
Displays RADIUS information