Forum Discussion
Camille_13254
Nimbostratus
Jun 01, 2009Implementing customized Rate Shape with iRules
Hello,
I need to find a strategy to implement a customized Rate Shape.
For example:
Total Bandwidth: 40MB/s
Rate Shaping for HTTP: 30MB/s
...
Danardono1
Nimbostratus
May 13, 2010Hi Hamish and Hoolio,
For the granularity can we use irule like below?
when CLIENT_ACCEPTED {
if { [TCP::local_port] == 80} {
rateclass rateshape_http
}
elseif { [TCP::local_port] == 21 } {
rateclass rateshape_ftp
}
else {
rateclass rateshape_other
}
}
Can we use this rateshaping on Linkcontroller to manage bandwidth for outgoing traffic? because Linkcontroller have 2 link ISP
Thanks in advance
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
