Hello,
I'm trying to setup TACACS+ authentication for accessing GAIA. I have Cisco ISE.
CheckPoint GAIA config:
add aaa tacacs-servers priority 1 server 1.1.1.1 key ***** timeout 5
set aaa tacacs-servers state on
set aaa tacacs-servers user-uid 0
add rba role TACP-0 domain-type System readwrite-features tacacs_enable
add rba role TACP-15 domain-type System all-features
On Cisco ISE, TACACS Profile>
Common Task Type: Shell
Default Privilege: 1
Maximum Privilege: 15:
Raw View:
priv-lvl=1
max_priv_lvl=15
I'm getting Access denied/Permission denied on both CLI and GUI.
I also tried Custom Attributes like:
CP-Gaia-SuperUser-Access = 1
CP-Gaia-User-Role =TACP-15
or
CheckPoint-SuperUser-Access=1
Checkpoint-User-Role=adminRole
None of them worked.
Based on https://support.checkpoint.com/results/sk/sk101573 "priv-lvl = 15" should enough, but it's not!!
Next example https://support.checkpoint.com/results/sk/sk98733 only mentioned this:
Go to 'Policy Elements' > 'Authorization and Permissions' > 'Device Administration' > 'Shell Profiles'.
Add a shell profile to assign to the authenticated TACACS+ users.
In 'Commands and Tasks', set the maximum privileged level as "15".
I did the same in ISE, not working.
On ISE, TACACS Live Logs, I'm getting " Passed-Authentication: Authentication succeeded ".
Is ISE sending wrong attributes?
Could someone please advise?