- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-19-2012 06:04 AM
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.
03-19-2012 02:20 PM
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)
03-19-2012 02:20 PM
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)
04-04-2012 01:15 PM
Very good, thanks for inte info.
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!