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.* |