Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Configure RADIUS Properties (Oracle ILOM CLI)

As part of configuring general RADIUS properties for the switch, you set:

  • Server address and port

  • Default roles for RADIUS users

  • Alternate RADIUS servers

  1. Enable RADIUS.

    See Enable the RADIUS Client (Oracle ILOM CLI).

  2. Set the address of the primary RADIUS server.
    -> set /SP/clients/radius address=123.45.67.89
    Set 'address' to '123.45.67.89'
    ->
    
  3. Set the port for RADIUS communication.
    -> set /SP/clients/radius port=1900
    Set 'port' to '1900'
    ->
    

    The default port for RADIUS authentication is 1812.

  4. Set the default role for users authenticated through RADIUS.
    -> set /SP/clients/radius defaultrole=s
    Set 'role' to 's' [os]
    ->
    

    By default, the LDAP user role is operator (o), but you can configure additional roles. The operator role is always configured.

  5. Set the RADIUS secret password.
    -> set /SP/clients/radius/ secret=knockknock
    Set 'secret' to 'knockknock'
    ->
    

Related Information