Forum Discussion
Billy_chuang_16
May 20, 2005Historic F5 Account
rate shaping for UDP session by iRules
Customer would like to rate shape UDP outgoing traffic per user session (UDP streaming protocal), I tested the following iRule but "CLIENT_ACCEPTED" event didn't work for UDP. Is there any "event" can trigger UDP session.
when CLIENT_ACCEPTED {
if { [IP::remote_addr] == "202.64.224.218" } {
log local0. "client from bad list hit rate filter - [IP::remote_addr]"
rateclass test1
}
3 Replies
- drteeth_127330Historic F5 AccountCLIENT_ACCEPTED should be raised for UDP. Would you please try again? What version are you running? Do you have a UDP profile or FastL4?
- Billy_chuang_16Historic F5 AccountHi,
I have turned on the UDP profile, iRule with "CLIENT_ACCEPTED" seems hit by VIP, but the Rateshaping didn'w shape the UDP traffic.
Regards
Billy - drteeth_127330Historic F5 AccountHow did you determine that the rate shaping didn't work? How is the rate class configured? What does "bigpipe rate class show" display during the test? If this problem persists, you should open a case with F5 support.
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