Go to main content

Oracle® Rack Universal Power Distribution Unit User's Guide

Exit Print View

Updated: May 2019
 
 

Modify a Radius Server

You can modify one or multiple parameters of an existing Radius server, or change the priority or sequence of existing servers in the server list.

  1. To change the IP address or host name, at the config:# prompt, type authentication radius modify <server_num> host <host>, and press Enter.
  2. To change the Radius authentication type, at the config:# prompt, type authentication radius modify <server_num> authType <rds_type>, and press Enter.
  3. To change the Radius authentication port, at the config:# prompt, type authentication radius modify <server_num> authPort <auth_port>, and press Enter.
  4. To change the Radius accounting port, at the config:# prompt, type authentication radius modify <server_num> accountPort <acct_port>, and press Enter.
  5. To change the Radius timeout value, at the config:# prompt, type authentication radius modify <server_num> timeout <timeout>, and press Enter.
  6. To change the Radius number of retries, at the config:# prompt, type authentication radius modify <server_num> retries <retries>, and press Enter.
  7. To change the Radius shared secret, at the config:# prompt, type authentication radius modify <server_num> secret, and press Enter.
  8. To change the priority of a server, at the config:# prompt, type authentication radius modify <server_num> sortPositon <position>, and press Enter.

    Note -  You can add more than one parameter to the command. For example, authentication radius modify <server_num> host <host> authType <rds_type> authPort <auth_port> accountPort <acct_port> .
    • <server_num> is the sequential number of the specified server in the Radius server list.

    • <host> is the new IP address or host name of the Radius server.

    • <rds_type> is one of the Radius authentication types: pap, chap, msChapV2

    • <auth_port> is the new authentication port number.

    • <acct_port> is the new accounting port number.

    • <timeout> is the new timeout value in seconds. It ranges between 1 to 10 seconds.

    • <retries> is the new number of retries. It ranges between 0 to 5.