I am attempting to add a filter and need some help with the SQL statement.
I have false discards reported from interfaces connective with ASA-5585Xs. I would like to create a filter excluding the interfaces with inteface names containing "Adaptive Security Appliance". The SQL statement for the desired filter I added is "InterfaceName not like 'Adaptive Security Appliance'"
The result does not exclude the interfaces I hoped it would:
Advice is appreciated.