Forum Discussion
Camille_13254
Nimbostratus
16 years agoImplementing 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
15 years agoHi 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
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