10-16-2013 11:14 AM
I have one question to engineers Paloalto, why from CLI can't find security rules which include example IP address. What is to difficult create that function?
Why such an advanced device does not have such a simple search. Another thing lack this function in CLI is big problem because i must used GUI.
What for is CLI?
10-18-2013 01:04 AM
it is working in my lab
test security-policy-match source-user dc\student1 source 192.168.10.17 destination 0.0.0.0 protocol 1
testrule {
from any;
source 192.168.10.17;
source-region none;
to any;
destination any;
destination-region none;
user dc\student1;
category any;
application/service [ youtube-base/any/any/any youtube-safety-m/any/any/
any youtube-uploadin/any/any/any youtube-posting/any/any/any ];
action deny;
terminal no;
}
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!