Forum Discussion

Satyanarayana_B's avatar
Satyanarayana_B
Icon for Nimbostratus rankNimbostratus
Jun 26, 2014

How to compare the running configuration with the stored config in f5 LTM

How to compare the running configuration with the stored config in f5 LTM

 

3 Replies

  • You can compare the next files:

     

    /config/bigip.conf - Stores all configuration objects for managing local application traffic, such as virtual servers, load balancing pools, profiles, and SNATs.

     

    /config/bigip_base.conf - Stores the BIG-IP system network components.

     

    P.S. ucs file is an archive.

     

    • jaikumar_f5's avatar
      jaikumar_f5
      Icon for Noctilucent rankNoctilucent

      @Satya,

       

      Lets assume you have config already saved, so its going to be /config/bigip.conf.

      Then on the tmos you make some changes but you dont hit save. So now if you run the above command, it will show you the comparison on the terminal itself with the running config. Like the diff command.

       

      #tmsh show sys config-diff /config/bigip.conf

       

      If you want you can compare two different files too.

       

      #tmsh show sys config-diff /config/bigip.conf /var/tmp/Pre-bigip.conf