check all debugging enabled on firewall

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

check all debugging enabled on firewall

L1 Bithead

I am wondering if there is any way we can check all the enabled debugging on Palo Alto firewall. 

 

 

10 REPLIES 10

L1 Bithead

this is a a somewhat essential feature and lame that its not available. i understand what the OP wants. in cisco-land you can type "no debug all" to disable any trace of debug left by another user or to quickly kill all debugging. additionally, you can type "show debug" to see all levels of debug that are enabled. PAN firewall desperately needs this feature!

Oh, well if that is what they wanted, then they are simply needing this:

 

debug software logging-level show level service all-services

 and to bring the levels back to default

 

debug software logging-level set level default service all-services

 

Help the community: Like helpful comments and mark solutions

Thx for the tip!
If I turn on 2-3 debugs, can I turn them all off with the second command, without having to know which debugs are turned on?
Or does the turn off command:

debug software logging-level set level default service all-services
only work when every debug is turned on?

Cyber Elite
Cyber Elite

@anon4all   It was as you suggested... turn on whatever you want and the 2nd command will bring them all back to whatever the default settings are, without knowing which debugs are turned on.

Help the community: Like helpful comments and mark solutions

L1 Bithead

 For reference you can run the command below on firewalls.

>debug software logging-level show level service all-services

This will allow yo to see  "all-services" and the debug level currently turned on for them.

You can of course look at specific services by running 

>debug software logging-level show level service .....AND now hit TAB to get presented the services you can then choose.

 

To set all to default level run the following

> debug software logging-level set level default service all-services

 

This does not work on Panorama.

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!