Divert Unencrypted Traffic through an IPS with Local Traffic Manager
The Challenge
A customer had a request of fellow St Louisan and F5er Brent Imhoff. They wanted the BIG-IP to decrypt traffic, send it through an in-line pass through IPS, receive the traffic back...
Published Jul 12, 2012
Version 1.0JRahm
Admin
Joined January 20, 2005
JRahm
Admin
Joined January 20, 2005
Karim
Nov 18, 2015Cirrostratus
Many thanks for this tutorial. For the failsafe senario I would suggest attaching the following irule to the outside_vs :
when LB_FAILED {
if { [active_members [LB::server pool]] == 0 } {
pool pool_inside
}
}