F5出口负载均衡之Ountbound iRules

when CLIENT_ACCEPTED {
   if { [matchclass [IP::local_addr] equals  $::telcom_class]} {
        pool telcom_pool
       }
       else if { [matchclass  [IP::local_addr] equals $::cuc_class]} {
        pool cuc_pool
       }
       else {
        pool  default_gateway_pool
       }
 }

你可能感兴趣的:(职场,休闲,出口,irules)