Forum Discussion
clone pool using irule
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?
- sirwinstonNimbostratusI just did some more testing and this may not be irule related. When I use a client side clone pool defined on the virtual server I see traffic on the clone pool members. If I use a server side clone pool I don't see the traffic. I don't understand why this doesn't work.
My assumption is that the irule clone command works on server side. I tried the following :
when CLIENT_ACCEPTED {
clientside {clone pool my_clone_pool}
}
but this did not change the behavior.
any ideas/suggestions?
- Michael_YatesNimbostratusClone Pooling is a two part process on a Virtual Server so you have to configure the ClientSide and the ServerSide.
when CLIENT_ACCEPTED { clientside { clone pool my_clone_pool } } when HTTP_RESPONSE { serverside { clone pool my_clone_pool } }
- sirwinstonNimbostratusThat didn't work as well. I would also expect that you would clone both request and response on the same side (client or server) but that didn't do much either.
- Michael_YatesNimbostratusHave you tried removing the Clone Pool iRule and setting it on the Virtual Server to see if it provides you with the results you are looking for?
- sirwinstonNimbostratusHave you tried removing the Clone Pool iRule and setting it on the Virtual Server to see if it provides you with the results you are looking for?
Recent Discussions
Related Content
* 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