Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

cody8411_186897's avatar
cody8411_186897
Icon for Nimbostratus rankNimbostratus
Jul 28, 2016
Solved

Active/Standby load balancing dynamically with LTM

I'm not sure if I'm using the right terminology, but some application folks want to set up identical web servers where they can test upgrades and changes to server A while maintaining production traffic to server B.

LTM is currently directing traffic for the application using an iRule and matching URIs so it looks like:

www.company.com/app1 -> App1_Pool -> Node1 & Node2

Is there something I can do to intelligently determine which node (or a different pool) this lands on without administrator intervention? Ideally something that they can trigger themselves when they are ready to upgrade their apps.

www.company.com/app1 -> App1_Pool -> Node 1 (if active) or Node 2 (if active)

I thought of them possibly disabling the site in IIS which would make the port monitor go down and stop traffic flow but they want to still access the app in a testing capacity so that likely won't work.

Any help is appreciated, thanks!

  • Priority groups. You can assign nodes in a pool to different priority groups so that some nodes will only be used if others with a better priority are down.

     

8 Replies

No RepliesBe the first to reply