Forum Discussion
mcaballe_135435
Nimbostratus
Jun 19, 2014Create a pool of virtual servers
Is there a way to send cloned traffic to a virtual server for manipulation? I would rather not use a sideband server since I've found this has some limitations.
Matt_Breedlove_
Nimbostratus
Jun 19, 2014Are you actually wanting two identical copies of the connection to send each one to two different VS's? Or do you have a connection being processed by VIP A and you want to perform some logic on the connection on VIP A and if it meets a certain condition then have VIP A send the connection to VIP B to handle?
If the latter, then you can use a node statement in the irule of VIP A
...some logic
if { $LOGIC eq "1" } {
node IP_VIPB PORT_FOR_VIPB
} else {
return
}
If the former, then you are basically limited to connection cloning and/or sideband connections
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