Forum Discussion

lnease2_55281's avatar
lnease2_55281
Icon for Nimbostratus rankNimbostratus
Mar 29, 2012

Pulling off a sideband check in v10

Hi,

 

 

I need to figure out a way to do the following on version 10:

 

 

As a request comes in, check a third-party, outside webservice (not on our network but reachable) for the word "success" on their webpage. If it's there, then send them to our virtual server A, if it's not, then send them to our virtual server B (both A and B are on webservers sitting behind our LTM).

 

 

I know this could be accomplished with a "sideband" connection (https://devcentral.f5.com/Tutorials/TechTips/tabid/63/articleType/ArticleView/articleId/1086484/v11-iRules-Intro-to-Sideband-Connections.aspx), but that is only available on version 11 and we are on version 10 and without adequate time to upgrade.

 

 

Couldn't this be accomplished with a virtual server with a pool with that third-party server as its only member and a monitor looking for the word "success" and then some kind of simple iRule-based redirect to a different virtual server should that one be down?

 

 

In short, is there any way to pull this off at all in LTM v10?

 

 

Thanks!!

 

 

Lon

 

 

 

2 Replies

  • Hi Lon,

     

     

    You could use HTTP::retry if it's HTTP/S traffic:

     

     

    https://devcentral.f5.com/wiki/iRules.http__retry.ashx

     

    https://devcentral.f5.com/Default.aspx?tabid=63&articleType=ArticleView&articleId=105

     

     

    Aaron