Forum Discussion

mcaballe_135435's avatar
mcaballe_135435
Icon for Nimbostratus rankNimbostratus
Jul 02, 2014

Is there a way to trigger an iRule twice?

Im attempting to clone request/response data and send it off to a pool for later analysis. I couldn't use the traditional cloning method so I used a sideband server.

 

I have two iRules:

 

The first iRule (A) sends request and response traffic to a sideband server. The second iRule (B) is associated with the sideband server and modifies the data coming in prior to sending it to the pool.

 

The flow is currently: Request comes in, triggers iRule (A), goes to sideband server, triggers iRule (B), goes to pool Response from production application comes in, triggers iRule (A), however it never goes to the sideband and i see no indication that it triggered iRule (B).

 

How can I get the production response traffic to also be sent to the sideband server and modified by the associated iRule (B)? I've tried creating a second sideband server with the same iRule (B), but to no success.

 

11 Replies