Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Indrajit_Basak_'s avatar
Indrajit_Basak_
Icon for Nimbostratus rankNimbostratus
Feb 21, 2014

Automatic backup of BIGIP LTM

Can Anybody suggest me how to take automatic backup in BIG IP LTM v11.2? I want to take weekly backup of system configuration automatically .

 

Pls help on this .

 

35 Replies

  • Salam, Mahmoud Eldeed, Can you please share username password of VM appliance, as i have downloaded & wanted to access (irfaan.cisco@gmail.com)
  • I realize that this is an older question, but also realize that there are those that prefer to do things a bit old school.

     

    Things to remember:

     

    1. BigIP appliances run Linux.
    2. As a Linux base OS, it does support NFS mounts and crontab.
    3. Create a mount point on your backup storage system, then you can mount the partition on the BigIP device to make it available.
    4. Create a contab job to backup the ucs and scf files to the NFS mount created.
    5. In my case, this makes managing things quite simple as I can run scripts against the scf files and search for nodes that are being decommissioned without having to search via the gui.

    While it may be looked down on by some, keep in mind that *Nix devices have been doing this for many years with tar and nfs mounts.