F5 SNAT
1 TopicF5 Automatic ISP failover Configuration
Hi , We are using f5 as NAT device. We have 2 ISPs connected to F5. We are now configured with iRule for automatic failover between two ISPs. when CLIENT_ACCEPTED { if { [class match [IP::local_addr] equals "192.168.10.10"]|| [class match [IP::local_addr] equals "192.168.10.20"] } { pool "ISP_pool_Telstra" } elseif { [class match [IP::local_addr] equals "192.168.10.30"] } { pool "ISP_pool_NTT" } else { snat automap } } What I want to know is , can we configure automatic ISP failover without using iRule ? If yes can help me how to configure ? Thank youSolved1.1KViews0likes6Comments