Sulabh_Srivasta
Jun 23, 2021Cirrus
iRule/policy for round robin traffic
Hi All,
I need help in setting up iRule/policy to loadbalance Round Robin traffic to two nodes listening on multiple ports.
Node - X.X.X.X listening on port 1001,1002,1003
Node - Y.Y.Y.Y listening on port 1001,1002,1003
Example : Client put in browser : https://www.abc.com/core/services, LTM should send round robin traffic to :
https://X.X.X.X:1001/core/services/instance_1
https://X.X.X.X:1002/core/services/instance_2
https://X.X.X.X:1003/core/services/instance_3
https://Y.Y.Y.Y:1001/core/services/instance_4
https://Y.Y.Y.Y:1002/core/services/instance_5
https://Y.Y.Y.Y:1003/core/services/instance_6
Please let me know if this is possible with iRule, can this be done in same pool ??
Any help will be greatly appreciated.
Thank you.