- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-20-2024 07:11 AM
Hello Guys,
I have a project to replace palo alto with another two palos they are configured as HA and i want to get all the cli commands in one go and past it into the new firewalls ? will that work?
who knows what is the command that we could do that please?
02-20-2024 02:03 PM
Hi @New-Memeber
You will follow the next steps
The following example demonstrates how to view a configuration in "set" format.
> set cli config-output-format set
> configure
Entering configuration mode
[edit]
# show
set mgt-config devices localhost.localdomain ip 127.0.0.1
set mgt-config user admin phash fnRL/G5lXVMug
set mgt-config user admin permissions role-based superuser yes
set zone L3-Trust network layer3 ethernet1/3
set zone L3-Trust network layer3 ethernet1/4
set zone L3-Trust network layer3 ethernet1/5
set zone L3-Trust enable-user-identification no
set rulebase security rules rule1 from any
set rulebase security rules rule1 to any
set rulebase security rules rule1 source any
set rulebase security rules rule1 destination any
set rulebase security rules rule1 service any
set rulebase security rules rule1 application any
set rulebase security rules rule1 action allow
02-20-2024 02:31 PM
Hello Alejandro,
thank you for your reply.
I was talking about a command that would show the whole configurations after run show without keep entering the tap.
Also my second question are we able to see the passwords without been encrypted on the running config as we can see it on Cisco ASA please?
02-20-2024 02:43 PM
About the passwords
How are Passwords Stored in the Configuration Files?
The passwords in configuration files are either stored as a salted hash or in encrypted form (AES-256).
Is it possible to recover the passwords?
It is not possible to recover the plain text versions of user passwords, pre-shared keys for IPSec, or private keys associated with certificates.
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!