Forum Discussion

Chris_123510's avatar
Chris_123510
Icon for Nimbostratus rankNimbostratus
Jul 03, 2015

Marking VS up with iRule

I have a vs, that only needs a redirect iRule. We are using SMS to bring the customer here, so we want to keep our count down on the message. But when I put the iRule in place, it doesn't allow the VS to be marked up. I know that the link that I have in the iRule is up, I can go directly to it. But I don't see any hits on the iRule at all.

 

when HTTP_REQUEST { HTTP::redirect "https://www.def.123.com/abc/ghi[HTTP::uri]" }

 

3 Replies

  • What color is your VS ???

     

    Green -> UP

     

    RED -> Down

     

    BLUE -> UP (but no monitor assigned)

     

    You should have BLUE color because there is no Pool on Redirect VS. So VS is UP.

     

  • It is blue, but I don't get any hits on it when I have it in this state. If I assign a pool to the default, it I get hits on the VS.

     

  • Sorry, I meant to say that it never hits the iRule, when it is blue. Even if I put a default pool in there, I don't get hits on the iRule.