Forum Discussion
Robert_47833
Altostratus
Aug 22, 2013change irule destined pool1 to pool2 while oneconnect is enabled in HTTP virtual server
Abstract from ASK F5
iRules
When a local traffic configuration object or behavior is modified by an iRule, changes to that iRule will only apply to new connections. In these situations, existing co...
Robert_47833
Altostratus
Aug 22, 2013 b virtual test list
virtual testvip {
snat automap
destination 10.130.4.118:http
ip protocol tcp
rules rule1
profiles {
http {}
oneconnect {}
serverssl {
serverside
}
tcp-lan-optimized {}
}
}
rule rule1
when HTTP_REQUEST {
switch -glob [HTTP::path] {
"/xyz/*" {
SSL::disable serverside
pool pool1
return
}
default {
HTTP::respond 404 content " Nothing found at that URL. "
return
}
}
}
~ b conn server 10.130.4.118
10.80.35.140:35448 <-> 10.130.4.118:http <-> any6 tcp 1/0
10.80.35.150:50890 <-> 10.130.4.118:http <-> any6 tcp 1/0
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