Forum Discussion

FraserK_151071's avatar
FraserK_151071
Icon for Nimbostratus rankNimbostratus
Jun 02, 2015
Solved

iRule catching HTTP_REQUEST made to other Virtual Server

I'm experiencing a problem with apparently conflicting LTM iRules. I have two Virtual Servers set up (let's name one VS_TEST and the other VS_PREP ). Each has a different iRule applied to it...
  • BinaryCanary_19's avatar
    Jun 02, 2015

    set static::serveripport "192.168.10.80:80"

    The above variable is global, static, and is evaluated each time the irule is updated, or whenever tmm starts (See Rule_Init ).

    I hope that you haven't used the same name in both of your irules?