Forum Discussion
Samit_jadhav_33
Nimbostratus
Jul 12, 2018LTM query
Scenario
Configuration on LTM
Server A ip x.x.x.x
Service port --> 82801
Monitoring probe > tcp 82801
Server A ip x.x.x.x
Service port > 83801
Monitoring port > tcp 83801
Server B ip y...
Andy_McGrath
Cumulonimbus
Jul 12, 2018A pool using Priority Groups should do the job, like Surgeon said.
- Enable Priority Groups in the pool by setting the Priority Group Activation to be Less than 1 Available Member(s).
- Under the Pool Member for group A, set the Priorty Group to be 20
- Under the Pool Member for group B, set the Priorty Group to be 10
Example of what your pool should look like:
pool my_pool {
lb_mode fastest
min active members 1
member ServerA:82801 priority 20
member ServerB:82801 priority 20
member ServerA:83801 priority 10
member ServerB:83801 priority 10
}
Now if both pool members ServerA and ServerB on port 82301 as disabled or the monitors fail, all traffic will be load balanced to ServerA and ServerB on port 83801.
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