- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
04-19-2017 01:21 PM
Has anyone found the syntx to search in the security rule-base for any rule that has "disable server response inspection" enabled.
I attempted using
disable-server-response-inspection eq 'yes' and other modifications of that similar syntax with no luck. I know searching for log settings is possible through the similar syntax log-start eq 'yes' etc....
Any help would be great.
Thank you
04-19-2017 02:02 PM - edited 04-19-2017 02:03 PM
if there is a way in the GUI, I can't think of it. my gut response would be to use the CLI. and basically execute the following:
admin@PA-220> set cli config-output-format set admin@PA-220> configure Entering configuration mode [edit] admin@PA-220# show rulebase security | match disable-server-response-inspection set rulebase security rules test option disable-server-response-inspection yes
so in the above example, the only rule that has DSRI set is the rule cryptically named 'test'
04-19-2017 02:02 PM - edited 04-19-2017 02:03 PM
if there is a way in the GUI, I can't think of it. my gut response would be to use the CLI. and basically execute the following:
admin@PA-220> set cli config-output-format set admin@PA-220> configure Entering configuration mode [edit] admin@PA-220# show rulebase security | match disable-server-response-inspection set rulebase security rules test option disable-server-response-inspection yes
so in the above example, the only rule that has DSRI set is the rule cryptically named 'test'
04-20-2017 01:17 PM
Thank you bradk14
This is better then nothing and accomplishes the job. It would be nice if the top search bar in the GUI could parrallel search functions found in the CLI.
08-15-2018 10:51 AM
In the GUI try (option/disable-server-response-inspection eq yes )
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!