Is there a way to copy partial configs?

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.

Is there a way to copy partial configs?

Not applicable

If I had a cisco, I could copy/paste partial configs between devices, is there away to do this with the PA?

I have some tunnels that need to get built across several firewalls, but I dont want to go to each one.

1 accepted solution

Accepted Solutions

L6 Presenter

You mean in CLI?

You can use the "set cli" command to change output format into set-commands (for export) along with turning of confirmation prompt (for import):

set cli
{
config-output-format {default | set | xml} |
confirmation-prompt {off | on} |
hide-ip |
hide-user |
pager {off | on} |
scripting-mode {off | on} |
terminal {height <value> | type <value> | width <value>} |
timeout idle {never | value>}
}

> config-output-format — Sets the output format for the configuration file to the default, XML format, or set
command format
> configuration-prompt — Enables or disables presentation of a confirmation prompt for some configuration
commands
> hide-ip — Hides the last octet of the IP address in logs
> hide-user — Hides user names in logs
> scripting-mode — Toggles scripting mode (scripting mode will modify the CLI output such that special
characters used for formatting are suppressed)
> pager — Enables or disables pagers
> terminal — Sets terminal parameters for CLI access
> height — Sets terminal height (1-500)
> type — Sets terminal type (press <tab> for list)
> width — Sets terminal width (1-500)
> timeout — Sets administrative session timeout values
+ idle — Idle timeout (never or 0-1440 minutes; default = 60 minutes)

View solution in original post

2 REPLIES 2

L6 Presenter

You mean in CLI?

You can use the "set cli" command to change output format into set-commands (for export) along with turning of confirmation prompt (for import):

set cli
{
config-output-format {default | set | xml} |
confirmation-prompt {off | on} |
hide-ip |
hide-user |
pager {off | on} |
scripting-mode {off | on} |
terminal {height <value> | type <value> | width <value>} |
timeout idle {never | value>}
}

> config-output-format — Sets the output format for the configuration file to the default, XML format, or set
command format
> configuration-prompt — Enables or disables presentation of a confirmation prompt for some configuration
commands
> hide-ip — Hides the last octet of the IP address in logs
> hide-user — Hides user names in logs
> scripting-mode — Toggles scripting mode (scripting mode will modify the CLI output such that special
characters used for formatting are suppressed)
> pager — Enables or disables pagers
> terminal — Sets terminal parameters for CLI access
> height — Sets terminal height (1-500)
> type — Sets terminal type (press <tab> for list)
> width — Sets terminal width (1-500)
> timeout — Sets administrative session timeout values
+ idle — Idle timeout (never or 0-1440 minutes; default = 60 minutes)

Very good, thanks for inte info.

  • 1 accepted solution
  • 2518 Views
  • 2 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!