Filtering for security policies with DSRI enabled

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Filtering for security policies with DSRI enabled

L4 Transporter

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

1 accepted solution

Accepted Solutions

L4 Transporter

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'

--
CCNA Security, PCNSE7

View solution in original post

3 REPLIES 3

L4 Transporter

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'

--
CCNA Security, PCNSE7

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.

L1 Bithead

In the GUI try (option/disable-server-response-inspection eq yes )

 

  • 1 accepted solution
  • 3196 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!