Forum Discussion

Coyabi_ziger's avatar
Coyabi_ziger
Icon for Nimbostratus rankNimbostratus
Aug 28, 2024

Pointing application server based of clients

Hallo! Good afternoon! I need to create a VIP that forward traffic in basis of client ip. User requirements is if traffic coming from set of source ips it need to forward to set of servers and if fr...
  • Aswin_mk's avatar
    Aug 28, 2024

    Please try this one . clinetipgroup should ip your client ip group created in F5.

     

    when CLIENT_ACCEPTED {

    if { [class match [IP::client_addr] equals "clinetipgroup"] } {

    pool pool1
    }
    else {
    pool pool2

    }