Forum Discussion
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
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
- Peter_Baumann
Cirrostratus
Also a possibility is to clone config objects over REST-API, see here:
K05462489: Using iControl REST to replicate BIG-IP configuration objects on another BIG-IP system
I never tried it but it seems a good way to do it too.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com