Strange round robin v12
Hi. I use very simple load balansing method - round robin. Pool consists of three members. I expected to get sequence 1,2,3,1,2,3,1,2,3 or something similar but got 3,1,3,2,2,1,2,1,3. I use virtual edition version 12.
root@(bigip1)(cfg-sync In Sync)(Active)(/Common)(tmos) list ltm virtual ltm virtual test_ssh { destination 172.27.34.11:ssh ip-protocol tcp mask 255.255.255.255 pool ssh_pool profiles { tcp { } } source 0.0.0.0/0 source-address-translation { type automap } vs-index 3
ltm pool ssh_pool { members { 172.27.142.101:ssh { address 172.27.142.101 session monitor-enabled state up } 172.27.142.102:ssh { address 172.27.142.102 session monitor-enabled state up } 172.27.142.103:ssh { address 172.27.142.103 session monitor-enabled state up } } monitor gateway_icmp }