Forum Discussion
Command to create pool and VIP
Hi,
I am not a regular command line user . Now have a request to 25 VIPs . Instaed fo going with GUI thought of going with command mode .
Can I get a script for the same ?
BIG-IP 11.4.1 Build 608.0 Final
2 Replies
Hi!
It totally depends on the settings of the VIp/Pools.
You probably want to check the tmsh manual:
The tmsh has autocompletion so most things is pretty straight forward. If you just press tab you get the options available to you in the context of the command.
Here's an example of two lines that creates a pool with MyIIS01/02 as members and a virtual server responding to HTTPS:
create ltm pool MyPool members add { MyIIS01:80 MyIIS02:80 } monitor http create ltm virtual MyVirtual destination 10.0.20.10:443 profiles add { clientssl http } vlans add { External } pool MyPoolGood luck!
/Patrik
Yes, by using
create ltm virtual ...Use tab to get the available options.
/Patrik
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