Forum Discussion

Thiyagu's avatar
Thiyagu
Icon for Cirrus rankCirrus
Oct 11, 2019

Steps to copy the configuration of VIP from one to LTM to an other LTM

Hello All,

Can I copy the configuration of VIP from one to LTM to an other LTM if so could you please help me to know the command to copy the copy & past the config?

 

Regards,

Thiyagu

2 Replies

  • Hi Thiyagu,

    Pool config:

    tmsh list ltm pool <pool-name>

    VS config:

    tmsh list ltm virtual <vs-name>

    If pool have custom monitor, you should list and copy it:

    If VS have custom profiles or persistence, you should list and copy them:

    In second LTM:

    tmsh load sys config from-terminal merge
    paste config (pool, vs, profile ...) 
    CTRL-D

    To list all virtual servers:

    tmsh list ltm virtual

    To list all pools:

    tmsh list ltm pool

    To list all ltm items:

    tmsh list ltm