1586
Views
0
Helpful
1
Replies
Cisco ISE Command sets matching lines with specific word
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2020 04:46 AM - edited 07-13-2020 04:47 AM
Hi, i want to filter out all commands containing "MGMT" on my ASA.
But it doesn't work for me, it looks like my regex argument isn't being activated.
The command portion seems to work if i test with fixed arguments.
I use the following statement:
Grant | Command | Arguments |
DENY_ALWAYS | * | .*MGMT.* |
Labels:
1 Reply 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2020 03:39 PM
Hello
ISE uses different logic when processing the TACACS commands and the arguments.
https://communities.cisco.com/thread/86989
commands use wildcards: e.g. sh* or sh??
arguments use regex: e.g. ^Interf.*[12345]
