Forum Discussion

Matt_H_58911's avatar
Matt_H_58911
Icon for Nimbostratus rankNimbostratus
Feb 17, 2009

Bandwidth throttling by pool

I was wondering if its possible to throttle bandwidth using an iRule for a pool.

 

 

My example would be if I had an ftp pool and I wanted to limit the amount of bandwidth per connection to 100kbits per second.

 

 

Is this possible?

3 Replies

  • I think you can use rateclass:

     

     

    http://devcentral.f5.com/wiki/default.aspx/iRules/rateclass.html

     

     

  • I have looked into rate shaping and the rate class really will not do what I need. I need to set hard limits per session. The rate class seems to set thresholds to drop and or queue.
  • If you want to setup bandwidth limits per session, just use iRules to assign a rateclass to each connection. Here is a good example:

     

     

    http://devcentral.f5.com/wiki/default.aspx/iRules/ControllingBots.html