Forum Discussion
lboogie25_20449
Nimbostratus
Feb 17, 2016VIP with multiple pools and TCP ports
Hello, all. I'm hoping to configure a single VIP to serve multiple pools. I'm using data groups to separate the port objects (not sure if I did that right). Here is my config, with the data groups fi...
VernonWells
Employee
Feb 17, 2016There's no need to do this. You can simply create three different Virtual Servers pointing to different pools. A Virtual Server includes a Virtual IP, port and protocol. Something like this:
tmsh create ltm virtual vs-901 destination 1.1.1.1:901 ip-protocol tcp mask 255.255.255.255 pool pl_901 profiles add { tcp { } } source 0.0.0.0/0
tmsh create ltm virtual vs-902 destination 1.1.1.1:902 ip-protocol tcp mask 255.255.255.255 pool pl_902 profiles add { tcp { } } source 0.0.0.0/0
tmsh create ltm virtual vs-903 destination 1.1.1.1:903 ip-protocol tcp mask 255.255.255.255 pool pl_903 profiles add { tcp { } } source 0.0.0.0/0
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