Archive

F5

F5 – Generic SNMP health check

F5 LTM Generic SNMP monitor The following is a little generic snmp component to health monitor servers under LTM. Hope you’ll enjoy it, Comments are welcome. The following is a little script that should be used as an external monitor. It performs snmpget requests on the node and evaluate the response, based on that returns …

F5 – BigIP – URL based redirection

The following is a URL handling iRule that is kind of generic where the mapping between the URL and the nodes is done externally through the Data Group List for safe maintenance during operation. The code is also published on F5 Dev Central at: https://devcentral.f5.com/Wiki/iRules.URL_Based_redirection_iRule.ashx iRule code: when HTTP_REQUEST { # You need to set a …