Forum Discussion

Yhum's avatar
Yhum
Icon for Altostratus rankAltostratus
Oct 21, 2021
Solved

Duplicate the configuration of virtual servers on Big-IP LTM

Hello everyone,   I have approx. 50 existing virtual servers on Big-IP LTM. I need to create an exact copy of each virtual server but with different virtual-server's IP. creating 50 copies from G...
  • KeesvandenBos's avatar
    Oct 21, 2021

    Hi,

    You can use an scf backup and load it via the cli.

    save /sys config file my-scf no-passphrase

    Look for it in /var/local/scf

    Loading it back after the modifiations:

    load sys config from-terminal merge verify
    or
    load /sys config merge file <filename> verify 
    if it runs without errors
    load sys config from-terminal merge
    or
    load /sys config merge file <filename> 
    save sys config

    https://support.f5.com/csp/article/K13408

    https://support.f5.com/csp/article/K81271448

    Cheers,

    Kees