Forum Discussion

boshyd_11239's avatar
boshyd_11239
Icon for Altostratus rankAltostratus
Feb 15, 2017

Export Import F5 Config 10.2.4 to 12.1.2

I would like to migrate configration (Virtual Servers, Irules, Pools, Nodes) from Physical Device running BIG-IP 10.2.4 Build 870.0 Hotfix HF13 to a Virtual Edition device running BIG-IP 12.1.2 Build 0.0.249 Final.

 

Can anyone advise of ways to accomplish this? Can I edit bigip.conf directly?

 

3 Replies

  • The UCS option doesnt seem to work. I am getting too many load errors and also worried it may copy more things than I really need.

    I am trying to merge a simple class file but I am getting an error.

    The scf file looks like below:

    class web_apps
     {
          "/app1"
       }
    }
    

    When I try to load I get error:

    root@(f5*****)(cfg-sync Standalone)(Active)(/Common)(tmos) load /sys config file /var/local/scf/f5-datagroup merge
    Loading configuration...
      /var/local/scf/f5-datagroup
    Syntax Error:(/var/local/scf/f5-datagroup at line: 1) "class" unexpected argument
    

    Do I have to edit the file somehow so it can understand the arguments?