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
Kari_Hurtta_375
Jan 16, 2013Nimbostratus
| Any time I try to use a virtual server (VS) I can't get things to work.
I noticed same think.
When I open connection with
set lookupcon [connect -timeout 1000 -status lookupcstatus fmi-apikey-lookup-sideband]
data sent with
set send_bytes [send -timeout 300 -status send_status $lookupcon "$apikey" ]
does not have received. When i open it with
set static::fmiapikeylookup "192.168.6.14:8006"
set lookupcon [connect -timeout 1000 -status lookupcstatus $static::fmiapikeylookup]
data is received. And $lookupcstatus claims "connected" on both cases. And $send_status is "sent" on both cases.