Copy custom url category from one Palo to another

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.

Copy custom url category from one Palo to another

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.

1 accepted solution

Accepted Solutions

Cyber Elite
Cyber Elite

Thank you for the post @${userLoginName}

 

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

Help the community: Like helpful comments and mark solutions.

View solution in original post

1 REPLY 1

Cyber Elite
Cyber Elite

Thank you for the post @${userLoginName}

 

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

Help the community: Like helpful comments and mark solutions.
  • 1 accepted solution
  • 2074 Views
  • 1 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!