This community is for technical, feature, configuration and deployment questions.
For production deployment issues, please contact the TAC!
We will not comment or assist with your TAC case in these forums.
Please see How to Ask the Community for Help for other best practices.
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.
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.
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.
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.