Forum Discussion
Need tmsh command to create new VIP and POOL .
Hi Team ,
I need help in creating a script for configuring below VIP and Pool in CLI mode . I have got 30+ new ports to be created for the existing VIP . So please help me for below one , so that I can follow the same script with little modification for the others .
I tried from my side but missing profile parts . Please help further ,
tmsh create ltm pool APOLLO3_APOLLO4_32266 monitor tcp_9042 members add { 10.146.22.23:32266 { } 10.146.22.24:32266 { } }
tmsh create ltm virtual AFS_STERNE_32266 pool APOLLO3_APOLLO4_32266 destination 100.100.100.11:32266 ip-protocol tcp
Regards , Chethan
2 Replies
- Shiraz
Altostratus
Try this :
create ltm virtual AFS_STERNE_32266 pool APOLLO3_APOLLO4_32266 destination 100.100.100.11:32266 ip-protocol tcp profiles add { tcp-lan-optimized { context clientside } tcp-wan-optimized { context serverside } } source-address-translation { type automap }
Regards
- Blue_whale
Cirrocumulus
Thank you :)
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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