HP StorageWorks Fabric OS 5.X Command Reference Guide (AA-RVHVB-TE, September 2005)

Table Of Contents
24 Fabric OS commands
Examples
To display the current RADIUS configuration:
To change the configuration for server 192.168.233.48:
See also
none
--add server [-p port] [-s secret] [-t timeout] [-a chap | pap]
Add the specified server to the end of the RADIUS
configuration list, with the specified port number, shared
secret, timeout, and if PAP or CHAP is to be used as
authentication protocol. server must be different from the
servers in the existing configuration.
--remove server Remove the specified server from the RADIUS configuration
list.server must match a server in the existing configuration.
To remove the last server, you must disable the RADIUS
configuration first.
--change server [-p port] [-s secret] [-t timeout] [-a chap | pap]
Change parameters for the specified server in the existing
RADIUS configuration list. server must match one in the
existing configuration.
--move server to_position Move the specified server in the existing RADIUS configuration
list from the current position to the specified new position. This
rearranges the order in which the specified RADIUS server is
used.
--radius [on | off] Enable or disable the current RADIUS configuration for AAA
services. This is used to switch the primary AAA services
between RADIUS and the switch local database. To enable the
RADIUS configuration, there must be at least one server
existing in the configuration.
--switchdb [on | off] Enable or disable the switch local database as the secondary
AAA services. When enabled, if RADIUS requests a timeout for
all RADIUS servers, the switch local database is used for
authentication; otherwise, requests are denied.
switch:admin> aaaconfig --show
Position Server Port Secret Timeout(s) Auth-Protocol
1 192.168.233.48 1812 sharedsecret 3 CHAP
2 192.168.233.44 1812 sharedsecret 3 CHAP
3 radserver 1812 private 5 CHAP
Primary AAA Service: Switch database
Secondary AAA Service: None
switch:admin> aaaconfig --change 192.168.233.48 -p 3002 -s newsecret -t 1