08-26-2020 06:57 AM
Hi,
I'd really like to know what the ISE tacacs+ command set is for all interface-specific subcommands.
" Permit interface* " gets me into the interface configuration mode, but nothing within that mode. Is there a one-line command set that will include all subcommands within the interface mode? (wildcard "*" in the argument box didn't work).
Thanks
Solved! Go to Solution.
08-26-2020 07:09 AM
Every command is treated on its own merits regardless of where you are in the configuration. ISE has no awarness of the fact that you are at the interface section. If you allow the user to go to the interface section then you need to allow the user to issue commands:
shutdown
switchport access vlan
no shutdown
etc.
08-26-2020 07:05 AM
08-26-2020 07:06 AM
what kind of user rights ?
08-26-2020 07:09 AM
Every command is treated on its own merits regardless of where you are in the configuration. ISE has no awarness of the fact that you are at the interface section. If you allow the user to go to the interface section then you need to allow the user to issue commands:
shutdown
switchport access vlan
no shutdown
etc.
09-02-2020 02:45 PM
Thank you, it appears that you were correct - all commands within a command group that you want some control over need to be individually defined.
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