Forum Discussion
mcaballe_135435
Nimbostratus
May 22, 2014iRule for cloned request and response traffic
I have a IDS that I need to send all request and response traffic to. However, to send the cloned traffic from either direction to the IDS I need to change the URI. I've created the following iRule b...
mcaballe_135435
Nimbostratus
May 27, 2014Since I'm using 11.3 on my LTM I couldn't make use of proc. I've tried the following, but am getting a timeout error on the send line. It does't seem to be reaching the IDS server at all.
when RULE_INIT { set static::sideband_server "x.x.x.x:7002" } when HTTP_REQUEST { set req [HTTP::request] set sbserver [connect -protocol TCP -timeout 10 -idle 5 -status conn_status $static::sideband_server] log local0. "Connect returns: <$sbserver> and conn status: <$conn_status> " send -status send_status -timeout 10 $sbserver $req pool FgmCtm_Test_pool }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects