Go to main content
Oracle Switch ES2-72 and Oracle Switch ES2-64 Product Notes

Exit Print View

Updated: November 2016
 
 

Configure TACACS+ Settings


Note -  The same procedure applies to TACACS+ configuration on SP and Host ILOM.

Note -  Before you configure TACACS+ settings for use with SEFOS, ensure that the User Management (u) role is enabled. Also ensure that you have collected all relevant information about your TACACS+ environment. Then configure the appropriate settings from Oracle ILOM to enable authentication using TACACS+.
  1. Log in to the Oracle ILOM CLI.
  2. Navigate to the tacacs+ directory.
    -> cd /SP/clients/tacacs+
    
  3. Use the set command to configure the TACACS+ properties.
    -> set/SP/clients/tacacs+ state=enabled address=10.12.235.32
    Set 'state' to 'enabled'
    Set 'address' to '10.12.235.32'
    
  4. Use the show command to view the TACACS+ properties.
    -> show /SP/clients/tacacs+
    /SP/clients/tacacs+
    Targets:
     
    Properties:
        address = 10.12.235.32
        defaultrole = o
        fs_privilege = 1
        port = 49
        protocol = ip
        secret = *****
        service = ppp
        state = enabled
     
    Commands:
        cd
        set
        show