Forum Discussion

Nyam_220167's avatar
Nyam_220167
Icon for Nimbostratus rankNimbostratus
Nov 28, 2018

How to restore ltm with bigip.conf and bigip_base.conf file

Hello, I don't have UCS file and I'm trying to rebuild the ltm using bigip.conf and bigip_base.conf file. I have merged these 2 files with the backup and have tried to load the configuration but it is not loading the configuration. And I have lost the access to management IP.

 

Can anyone suggest how to restore using the ltm using this 2 files?

 

1 Reply

  • You can try to import both files with commands

    tmsh load sys config merge file /tmp/bigip_base.conf    
    tmsh load sys config merge file /tmp/bigip.conf    
    

    Merge parameter is mandatory to import the file without erasing existing configuration