Forum Discussion
raunak_337416
Nimbostratus
Oct 12, 2017One VIP On Port 443 Need To Send Traffic To 2 Diffrent Pool On Different Ports
Hi Experts,
Need assistance and guidance to understand the configuration to setup a VIP on port 443 which will send traffic to 2 different Pool with different ports.
Example:
VIP: 10.10.10....
P_K
Altostratus
Oct 12, 2017Thanks for clarification and diagram. if i understood properly, you need to create 2 pools
Pool_1 -> 1.1.1.1:8080 and 1.1.1.2:8080 Pool_2 -> 3.3.3.1:777 and 3.3.3.2:7777Apply below iRule to your VIP and test.
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {"/index*"
{
pool Pool_1
}
"/reports*"
{
pool Pool_2
}
}
}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