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

Forum Discussion

kingmuir_152188's avatar
kingmuir_152188
Icon for Nimbostratus rankNimbostratus
Apr 28, 2014

irule forwarding to gtm address based on port

Is this possible... Add the following irule to the gtm wide ip address.. when HTTP_REQUEST { if { [TCP::local_port] equals "9074" } { HTTP::redirect “test.com; } } Th...