- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Content translations are temporarily unavailable due to site maintenance. We apologize for any inconvenience.
04-26-2016 11:50 AM
So, we have been handed down a new requirement that ALL traffic logs must be forwarded to a new syslog server. I've created the server profile and log forwarding profile on my firewalls. My question is:
Is there an easy way to add the log forwarding profile to ALL of my exixting policies? Or, am I going to have to do this one policy at a time? I do use Panorama to manage all of my firewalls if that makes a difference.
Thanks for your help!
04-26-2016 04:23 PM
To answer my own question:
It is NOT possible to set the profile on all existing policies at one time. You must add it to each policy individually. However, follow these instructions to set a default profile, and future policies will have the profile added automatically.
04-27-2016 02:04 AM - edited 04-27-2016 02:05 AM
Not through web interface but you can export config out.
It is one single xml file.
Device > Setup > Operations > Export configuration version
Pick latest one from droppdown and click ok.
Then open this xml in your favorite text editor.
Find area between:
<rulebase>
<security>
<rules>
and
</rules>
</security>
Everywhere you see "</entry>" and log-setting config does not precede:
Then replace this with:
<log-setting>Log-Forwarding-Policy</log-setting>
</entry>
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!