cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
265
Views
2
Helpful
5
Replies

Unable to change the FTDv model using configure-model.sh

chandrasekarp
Level 1
Level 1

I am in the process of migrating FTD 4110 configuration (version 7.0.4) to FTD 3120 (version 7.2.8) that is managed by FMC 2500 (this manages multiple FTD instances). New FMC is 2700 (version 7.4.0). FTD 3120 will be soon managed by FMC 2700 once migration is complete.

This is not a normal migration process, as only one FTD instance (FTD 4110 configuration (version 7.0.4)) will be migrated to FTD 3120 (version 7.2.8) and will be managed with the new FMC 2700.

I am trying to backup the config of the FTD 4110 and upload to a temporary FTDv (version 7.0.4), and upgrade the version to 7.2.8. Now I can backup the config from the upgraded version of FTDv and move it to FTD 3120 (version 7.2.8) through FMC 2700.

While setting up the FTDv, I had to change the model using the script /var/sf/etc/model-info/configure-model.sh. Post model change, the FTDv reboots in a loop with "Switching to runlevel: 6" error after the memory check. I don't see any workaround to fix the VM part for me to upload the backup and upgrade the software.

Any help would be appreciated.

5 Replies 5

Marvin Rhoads
Hall of Fame
Hall of Fame

I'm not sure what's going on with your FMC, but 4100 series to 3100 series is not currently a supported migration path, no matter what you manage to do with the FMC. This will change in the next major release of FMC (post-7.7), but that won't be out until late this year (2025).

Is there any other means or a workaround for migration to work on the above scenario?

Like...

Run the below on the source device:

system support diagnostic-cli
enable(press enter)
show running-config
 
and copy the running-config on the destination device?

No. You cannot migrate a running-config directly.

You can use it as a guide to recreate parts of a new config manually, but it will normally have references to objects which are database entries and not plain text. That's why a migration tool / wizard is needed.

chandrasekarp
Level 1
Level 1

Is there any means or a workaround for migration to work on the above scenario?

Like...

Run the below on the source device:

system support diagnostic-cli
enable(press enter)
show running-config
 
and copy the running-config on the destination device?

If you feel comfortable with Python, you could create a script that fetches the configuration from the 4110 using API and then use the extracted information to configure the 3120, also using API.

--
Please remember to select a correct answer and rate helpful posts
Review Cisco Networking for a $25 gift card