ā08-16-2019 04:43 AM
Hi, we have recently installed Cisco DCNM 11.2.1 and enabled AAA with Cisco ISE as TACACS+ server. At the Cisco ISE server I have configured the TACACS profile with the custom attribute set to Mandatory name shell:roles and value network-admin. Authentication works fine, so I can login, only not as an admin. In the tacacs log there are messages that the right tacacs profile is selected and the attribute is send in the response:
All Request Attribues | cisco-av-pair* ,shell:roles* |
All Response Attribues | shell:roles=network-admin |
and the response is also send, it does mention AVPair not cisco-av-pair, so maybe that is the problem:
Response | {Author-Reply-Status=PassRepl; AVPair=shell:roles=network-admin; } |
Solved! Go to Solution.
ā08-19-2019 01:22 AM
problem is fixed. in ISE I have created a separate tacacs profile with the name cisco-av-pair and the value shell:roles="network-admin".
ā08-19-2019 01:22 AM
problem is fixed. in ISE I have created a separate tacacs profile with the name cisco-av-pair and the value shell:roles="network-admin".
ā04-14-2021 05:46 AM - edited ā04-15-2021 05:04 AM
The same problem with DCNM 11.3.1 and TACACS+ with ISE 2.x
But ISE rejected recommended cisco-av-pair=shell:roles="network-admin" due to "Invalid Character" message.
It appears ISE don't accept quotes (both single' and double" ones), so in our case correct value proved to be:
shell:roles=network-admin (without any quotation)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide