cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
336
Views
0
Helpful
3
Replies

FDM manged firepower copy config

sheypard
Level 1
Level 1

What is the easiest/best way to copy the config from an FDM managed Firepower 1120 to another one exact same model?

3 Replies 3

I think you can not do that 
backup is only work for same device 
MHM

Ruben Cocheno
Spotlight
Spotlight

@sheypard 

I got this from my notes, it's a script to restore of FDM with existing backup as well. The script is attached here in this document and not not written by me but someone from Cisco that i don't recall (sorry).

1) Preparation:

****************************************************************************************************

Step 1: Download the script on PC

Step 2: Make sure python3 is installed on PC and have reachability to FDM on 443

Step 3: Make sure proper permission is given to script to execute (This applies specifically if you're executing script from linux machine)

****************************************************************************************************

 

2) Take Backup of FDM

****************************************************************************************************

Flamingo$ python3 fdm-backup.py
###########################################################
# FDM BACKUP AND RESTORE PROGRAM #
###########################################################
Enter the device IP address: 10.106.59.241
Enter the username of the FTD: admin
Enter the password of the FTD:
###########################################################
Auth-Status code is 200
Successfully Authenticated
1. Initiate Backup
2. Restore Backup
Enter your choice (integer value) : 1
###########################################################
Backup Job ID : 7dd983ce-c215-11ea-92a4-cfd908aa67d4
Backup Running...........
Backup Task Succeded

****************************************************************************************************

 

3) Restore Backup on FDM

****************************************************************************************************

Flamingo$ python3 fdm-backup.py
###########################################################
# FDM BACKUP AND RESTORE PROGRAM #
###########################################################
Enter the device IP address: 10.197.236.209
Enter the username of the FTD: admin
Enter the password of the FTD:
###########################################################
Auth-Status code is 200
Successfully Authenticated
1. Initiate Backup
2. Restore Backup
Enter your choice (integer value) : 2
###########################################################
# Start Date Archive Name File Size (MB)
1 2020-07-09 18:31:31Z 20200709183131.NGFW_backup.Backup 160.778752
2 2020-07-09 17:12:19Z 20200709171219.NGFW_backup.Backup 160.906752
###########################################################
Select a backup to restore : 2
Are you sure ? (yes,no) : yes
Backup job Initiated with ID 42f5fb70-c215-11ea-af10-4939e9e2e7fa
Please wait until the restore is completed

****************************************************************************************************

 

Tag me to follow up.
Please mark it as Helpful and/or Solution Accepted if that is the case. Thanks for making Engineering easy again.
Connect with me for more on Linkedin https://www.linkedin.com/in/rubencocheno/

Sorry I can't see the script attached?