Forum Discussion
cpt_ri_F5
Cirrostratus
Jul 04, 2023Duplicate traffic to 3 Pools
Hello, Has anyone duplicated VS traffic to multiple pools (syslog), please? I imagine a simple iRule like this doesn't work : when HTTP_REQUEST { .... pool pool-01 pool pool-02 poo...
whisperer
MVP
Jul 07, 2023You need to use TMSH to add clone pools:
tmsh modify /ltm virtual <virtual_name> clone-pools add { <pool_name> {context clientside | serverside } }
cpt_ri_F5
Cirrostratus
Jul 07, 2023Hello whisperer, thanks for your feedback,
But I have 2 questions:
1- is "Interface mirroring" mandatory to make the clone?
2- I do not want to colone all traffic to pool 1, 2, 3, I want to filter against the customer ip, possible to do an iRule, without impacting the original pool ?
TMSH :
...
clone-pools {
pool-01 {
context serverside
}
pool-02 {
context serverside
}
pool-03 {
context serverside
}
}
...
pool original-pool
...Thank you.
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