For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

sys-team_172267's avatar
sys-team_172267
Icon for Nimbostratus rankNimbostratus
Sep 19, 2016

Shaping throughput by Application ID

Hello,

 

i want to create traffic shaping by application ID. we have VIP that get API calls from different sources, behind this VIP we have a number of applications (each app have app-id). i want to give each application different shaping in order to limit responses to get high traffic bandwidth. how can i configure it?

 

Thank you, Tomer.

 

2 Replies

  • by iRule, via variable in the header that call "appid". i asked: "if { [string tolower [HTTP::query]] contains $appid }" then....

     

    Thanks. Tomer.