Forum Discussion

mike03_367540's avatar
mike03_367540
Icon for Nimbostratus rankNimbostratus
Oct 31, 2018

Irule

Can anyone guide if Irules written is good .. Irules will inspect the traffic if it going to specific ip address than F5 will act as proxy.

 

Data_group is data group of IP address

 

when HTTP_PROXY_REQUEST { if { [class match [IP::remote_addr] equals Data_group ]}{ HTTP::proxy enable } else { HTTP::proxy disable } }

 

No RepliesBe the first to reply