Forum Discussion

Angelo's avatar
Angelo
Icon for Nimbostratus rankNimbostratus
Feb 27, 2013

Rate Shaping

Hi

 

I'm cutting over a VS from ZXTM (zeus traffic manager) to F5 but there is something i don't understand. there is a rule for rate shaping on there basically certain IP range (10.200.0.0/24) are rate limited to

 

max_rate_per_minute =360

 

max_rate_per_second: 6

 

is this possible on the F5

 

12 Replies

  • Angelo's avatar
    Angelo
    Icon for Nimbostratus rankNimbostratus
    thank Niass

     

     

    this is the rule that i have please let me know if it will work and how i can add login to see

     

     

    when HTTP_REQUEST {

     

    set sm_rate [class match -value [IP::client_addr] equals SM_rate_limit]

     

    if { $sm_rate ne "" } {

     

    rateclass Class1

     

    }

     

    }