10-17-2014 02:39 PM - edited 03-10-2019 10:07 PM
Anybody could confirm if RADIUS authorization is not supported on NX-OS?
If it's not supported, how should it be configured with ISE once ISE doesn't support TACACS?
NX-OS(config)# aaa authorization config-commands default group radius local
Radius group is not supported for command authorization
could not update aaa configuration
10-17-2014 03:54 PM
You could use roles in NX OS instead to define what commands users can issue, and assign them using ISE via radius.
10-19-2014 12:10 AM
Jan is correct, you can't configure NX-OS based device the same way you would IOS based one when it comes to AAA. NX-OS devices do not "understand" privilege level. Instead, they use RBAC (Role Based Access Control). As a result, you have to return a shell role from your Radius server:
shell:roles=user_role
For more info take a look at the latest "NX-OS Security Configuration Guide" or this link:
Hope this helps!
Thank you for rating helpful posts!
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