- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-25-2021 12:34 PM
Hello everyone,
anyone know, how this filter works (addr.dst notin 10.1.1.1) and (addr.dst notin 10.1.1.2) and (addr.dst notin 10.1.1.4), I don't understand this word "notin",
it exists any website to review filters, more advanced and detailed.
I will appreciate your comments
09-25-2021 02:21 PM
Hello
In most network filters you are able to filter for "IP address (src or destionation) is in network xyz". In your syntax this would be written as (addr.src in 10.0.0.0/8).
The network mask could be /32 (where you can omit it).
To negate the filter, you change the word "in" into "not" + "in" --> "notin"
09-25-2021 02:21 PM
Hello
In most network filters you are able to filter for "IP address (src or destionation) is in network xyz". In your syntax this would be written as (addr.src in 10.0.0.0/8).
The network mask could be /32 (where you can omit it).
To negate the filter, you change the word "in" into "not" + "in" --> "notin"
09-26-2021 06:23 AM
Hello Joerg
thanks for your comments, i appreciate your information was clear.
but you could share some link or website with more examples to understand better.
please..
09-27-2021 06:20 AM
@csolis177
https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-admin/monitoring/view-and-manage-logs/filter-log...
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!