Go to main content

Oracle® Rack Universal Power Distribution Unit User's Guide

Exit Print View

Updated: May 2019
 
 

Add a Radius Server

  1. To add a Radius server, at the config:# prompt, type authentication radius add <host> <rds_type> <auth_port> <acct_port> <timeout> <retries>, and press Enter.

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

    <rds_type> is one of the following Radius authentication types:

    Radius Authentication Type
    Description
    chap
    CHAP
    pap
    PAP
    msChapV2
    MSCHAP v2

    <auth_port> is the authentication port number.

    <acct_port> is the accounting port number.

    <timeout> is the timeout value between 1 to 10 seconds.

    <retries> is the number of retries between 0 to 5.

  2. To enter the shared secret, at the config:# prompt, type the secret, and press Enter.
  3. Re-type the same secret and press Enter.
  4. Repeat Steps 1-3 to add more Radius servers one by one.
Example 10  Enter the Shared Secret for Adding a Radius Server

At the config:# prompt, type authentication radius add 192.168.7.99 chap 1812 1813 10 3, and press Enter.