- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-19-2019 05:22 AM
Hello,
One of our customers moved from Checkpoint to PA and he's complaining about advanced search in the security rulebase.
For example, he would like to search for and IP (source) with is used in an Address object or in an Address Group Object and with destination port 22 (example).
If I put, for example, 192.168.1.0 in the search bar, the system it able to search for any reference (object name, ip address) in the entire config file to match that value.
If then I add (service/member eq 'service-ssh-tcp-22'), the system returns... all the rules !
How can I performs advanced seach in the policy tabs ??
Regards,
HA
04-19-2019 08:56 AM
Hello,
Change the source IP to a filtered value:
From:
192.168.1.0 and (service/member eq 'service-ssh-tcp-22')
To:
(source/member eq '192.168.1.0') and (service/member eq 'service-ssh-tcp-22')
Hope that helps.
04-19-2019 01:28 PM
... or
(source/member contains '192.168.1.0') and (service/member eq 'service-ssh-tcp-22')
04-23-2019 03:43 AM
Hi all,
Using (source/member contains '192.168.1.0') or (source/member eq '192.168.1.0') only returns policies where the name (NOT the ip address) contains (or equal) to 192.168.1.x.
If the object name is for example 'server' then the rules associated to this oject are not displayed...
Regards,
HA
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!