- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-26-2022 06:17 AM
Hello,
I have two 3200 series firewalls (different models though). How can I copy a custom URL category from one firewall to the other one?
Thanks.
05-26-2022 07:02 AM
Thank you for the post @roma
probably the fastest and easiest way is to copy it from CLI.
Please ssh to the Firewall you want to copy URLs from, then issue below commands:
set cli config-output-format set
set cli pager off
configure
show profiles custom-url-category
then you will see all configured custom URL profiles, copy all of them and ssh to Firewall you want to copy them to and issue:
set cli scripting-mode on
then paste all configuration and commit. After this step unless you get an error, all configuration should be imported.
Kind Regards
Pavel
05-26-2022 07:02 AM
Thank you for the post @roma
probably the fastest and easiest way is to copy it from CLI.
Please ssh to the Firewall you want to copy URLs from, then issue below commands:
set cli config-output-format set
set cli pager off
configure
show profiles custom-url-category
then you will see all configured custom URL profiles, copy all of them and ssh to Firewall you want to copy them to and issue:
set cli scripting-mode on
then paste all configuration and commit. After this step unless you get an error, all configuration should be imported.
Kind Regards
Pavel
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!