LTM Policy – Matching Strategies
Introduction
LTM Policy is a highly performant-feature of the Big IP which allows administrators to inspect many aspects of the system and runtime traffic, and to take custom actions in response. ...
Updated Jun 06, 2023
Version 2.0Steve_McCarthy_
Historic F5 Account
Joined May 04, 2019
Paula_Fernandes
Jul 04, 2017Nimbostratus
What is the behaviour (what happen) when none of the rules match and I use the first-match strategy?
I have created one specific rule that verifies the content of a specific URI. It should work like this:
- I have the one backend server ABC that runs services in two differents ports: one service is in 9443 port and the other in 8080 port.
- If a URI starts with XYZ, the expected behaviour it's to redirect to a specific pool (POOLA) that execute the service in server ABC that is in port 9443.
- Else, it should redirect to a specific pool (POOLB) service in server ABC that runs in port 8080.
The VS is vinculated to poolB ( that runs service in 8080 port).