Question:
Expected traffic flow is as follows?
VIP:14000 --> serverIP1:14000, serverIP1:14001
VIP:15000 --> serverIP1:15000, serverIP1:15001
VIP:16000 --> serverIP1:16000, serverIP1:16001
I think that's what you're trying to accomplish. With serverIP:14000, 15000, 16000 serving the requests, respectively unless they go down (fail health check). And then it fails over to serverIP:14001, 15001, 16001?
If I'm understanding correctly, create 3 virtual servers as above. Use Priority Activation for Pool Members.