Go to main content

Oracle® ILOM Protocol Management Reference for SNMP and IPMI Firmware Release 3.2.x

Exit Print View

Updated: January 2017
 
 

Configure RADIUS Settings


Note -  Before completing this procedure, collect the appropriate information about your RADIUS environment. You can use the get and set commands to configure RADIUS. For a description of the MIB objects used in this procedure, see the table that follows the procedure.
  1. Log in to a host that has an SNMP tool and the Oracle ILOM MIBs installed. For example, type:

    ssh username@snmp_manager_ipaddress

    Password: password

  2. Refer to the following SNMP command examples:
    • To view whether the RADIUS server is enabled to authenticate RADIUS users, type:
      % snmpget SNMP_agent ilomCtrlRadiusEnabled.0
      
    • To set the RADIUS server state to enabled to authenticate RADIUS users, type:
      % snmpset  SNMP_agent ilomCtrlRadiusEnabled.0 i 1
      
    • To view the RADIUS server IP address, type:
      % snmpget SNMP_agent ilomCtrlRadiusServerIP.0
      
    • To set the RADIUS server IP address, type:
      % snmpset SNMP_agent ilomCtrlRadiusServerIP.0 a ipaddress
      
    • To view the RADIUS server port number, type:
      % snmpget SNMP_agent ilomCtrlRadiusPortNumber.0
      
    • To set the RADIUS server port number, type:
      % snmpset SNMP_agent ilomCtrlRadiusPortNumber.0 i portnumber
      
    • To view the RADIUS server shared secret, type:
      % snmpget SNMP_agent ilomCtrlRadiusSecret.0
      
    • To set the RADIUS server shared secret, type:
      % snmpset SNMP_agent ilomCtrlRadiusSecret.0 s secret
      
    • To view the RADIUS server default user roles, type:
      % snmpget SNMP_agent ilomCtrlRadiusDefaultRoles.0
      
    • To set the RADIUS server default user roles to console, type:
      % snmpset SNMP_agent ilomCtrlRadiusDefaultRoles.0 s c
      

      The following table describes the RADIUS SNMP MIB objects.

      MIB Object
      Description
      Allowed Values
      Type
      Default
      ilomCtrlRadiusE nabled
      Specifies whether or not the RADIUS client is enabled.
      true(1),
      false(2)
      Integer
      false
      ilomCtrlRadiusS erverIP
      The IP address of the RADIUS server used as a name service for user accounts.
      ipaddress
      String
      None
      ilomCtrlRadius
      PortNumber
      Specifies the port number for the RADIUS client.
      portnumber (range: 0 to 65535)
      Integer
      1812
      ilomCtrlRadius
      Secret
      The shared secret encryption key that is used to encypt traffic between the RADIUS client and server.
      secret (maximum length: 255 characters)
      Sting
      None
      ilomCtrlRadius
      DefaultRoles
      Specifies the role that a user authenticated through RADIUS should have. This property supports the legacy roles of Administrator or Operator, or any of the individual role ID combinations of a, u, c, r, o, and s. For example, aucros, where a=admin, u=user, c=console, r=reset, o=read-only, and s=service.
      administrator,
      operator,
      admin(a),
      user(u),
      console(c),
      reset(r),
      read-only(o),
      service(s)
      String
      None