Configure a RADIUS Authentication Servers List

  1. Access the auth-params configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# security
    ORACLE(security)# auth-params
    ORACLE(auth-params)#
  2. name—Provide a unique name for this RADIUS Authentication Servers List.
  3. servers—Compile a RADIUS Authentication Servers List.

    Provide the IP address of a previously configured RADIUS authentication server to add that server to this list.

    ORACLE(auth-params)# servers 172.30.0.1 172.30.0.15 168.27.3.3
    ORACLE(auth-params)#
  4. Type done to save your configuration.
  5. If necessary, configure additional RADIUS Authentication Servers Lists.
  6. Access the authentication configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# security
    ORACLE(security)# authentication
    ORACLE(authentication)# 
  7. ike-radius-params-name—Assign a previously configured RADIUS Authentication Servers List to the authentication configuration element.
  8. Type done to save your configuration.