winston_85158
May 06, 2011Nimbostratus
clone pool using irule
I have a setup where a clone pool is sending cloned HTTP traffic to a set of servers. On these servers I have a little process that captures incoming http request/responses and inserts them in a no-sql database for analysis purposes.
This works fine if I define the clone pool on the virtual server (client side clone pool). However, if I try to do the same using an irule I see no cloned traffic:
when CLIENT_ACCEPTED {
clone pool my_clone_pool
}
Questions:
- Any idea's what I am doing wrong?
- Is the clone command supposed to do client or server side cloning?