Forum Discussion
ijdod
Nimbostratus
May 09, 2014TMSH config for a specific server
Is there a way to get the TMSH configuration for a specific virtual server in one command? So all the node, pool, monitor statements included as well. The idea is to be able to quickly 'clone' a vs c...
kunjan
Nimbostratus
May 09, 2014I think there is no single cmd, but I guess you can build a sequence a tmsh cmds which can be executed sequentially and repeatedly. Not sure if it's better than your current option of loading the full config
for eg: build pools, then VS
tmsh create ltm pool test_pool { members add { 10.10.10.10:443 { address 10.10.10.10 } } }
tmsh create ltm virtual test_vs { destination 20.20.20.20:https ip-protocol tcp mask 255.255.255.255 profiles add { http {} } pool test_pool }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects