How to Revert to a Previous Configuration
217728
Created On 09/27/18 10:11 AM - Last Modified 02/23/23 04:45 AM
Environment
- Palo Alto Firewalls
- PAN-OS 7.1 or higher
- Reverting the configuration
Resolution
For the newer PAN-OS versions, Refer to Revert Firewall Configuration Changes documentation.
To revert to a previous configuration from GUI:
- GUI: Device > Setup > Operations
- Click on a command from the Load or Revert section on the page.
- Commit
To load a previously saved configuration from the CLI:
- use the "load config" command in the configuration mode and select the appropriate version.. Refer below.
> configure
# load config
+ key key
> from Filename
> last-saved Last saved configuration
> partial partial config loading
> version Version
# commit
# exit