Advanced iRules: Sideband Connections
With the release of BIG-IP version 11 there are many, many new features and capabilities to come up to sped on. Not the least of which are the additions and changes to the already powerful iRules inf...
Updated Oct 02, 2023
Version 3.0Colin_Walker_12
Historic F5 Account
Joined May 12, 2005
Jon_Strabala_46
Sep 11, 2012Nimbostratus
Hi,
Any time I try to use a virtual server (VS) I can't get things to work.
set conn [connect -timeout 2000 -idle 30 -status conn_status vs_main_icdb
But if I use a IP:port from one of the pool members in the 'connect' everything seems to work.
set conn [connect -timeout 2000 -idle 30 -status conn_status 192.168.3.100:1798 ]
any thought on what I might be doing wrong? I drives me crazy that I have to 'write' my
own load round-robin balancer looking a all members in a poop, testing the 'up' status and
then selecting one of them.
--
BTW there is a 275 byte leak on each sideband request case C1200124 any one else
seen this.
Jon