Forum Discussion

JP-814's avatar
JP-814
Icon for Nimbostratus rankNimbostratus
Dec 21, 2023
Solved

Assistance with iRule using port ranges

Hello all! I currently have a VIP that is listening over various ports, 4400-4699. The owner of the app is having the client statically set a port when connecting to the VIP and would like to load b...
  • zamroni777's avatar
    Dec 22, 2023

    it seems because you define the tcp port as ...:0 instead of 
    https://clouddocs.f5.com/api/irules/pool.html

    it will be tidier if you put .52 and and .58 in separate pools so you dont need to define pool member in the irule.
    you can use pool's priority group activation in each pool if you want both to be members.

    btw, it's better to use gui based traffic policy to avoid scripting typo