Forum Discussion
matthew_b_16251
Nimbostratus
Jul 01, 2014SSl Offloading Content Switching
Hi,
I am just in the process of setting our new big IP load balancers. We will be migrating our old cisco content switches over these in the next week to this.
What we require is to be able...
Kevin_Stewart
Employee
Jul 02, 2014At some point you may want to switch to a switch (pun intended) for an easier read. As for sending traffic to a specific node, you can use the node command directly, or a variation of the pool command if the node is a member of a pool:
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/test1*" {
pool pool1
}
"/test2*" {
pool pool2
}
"/forum*" {
pool pool1 member 10.80.0.1 80
node 10.80.0.1 80
}
}
}
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