Forum Discussion
Jahmedj
Nimbostratus
4 years agointelligent load balancing issue
I have an https client connections on F5 LB. All client traffic uses default https port 443. the VIP should forward the traffic to a different ports in same pool of two server. The idea is request fr...
VernonWells
Employee
4 years agoJahmedj, the subtlety in the link that vaibhav provided is that there are two pools. In general, a "node" on a BIG-IP corresponds to a target IP address of a forwarding target. A "pool member" is the combination of a "node" and a layer4 port. A "pool" consists of a collection of zero or more "pool members". The two pools would have members that have the same node IPs, but different ports, as in:
ltm node server01 { address 10.10.1.5 }
ltm node server02 { address 10.10.1.6 }
ltm pool target_7901 {
members { server01:7901 server02:7901 }
}
ltm pool target_7902 {
members { server01:7902 server02:7902 }
}
Your Local Traffic Policy would then target the corresponding pool based on the URI path match.
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