Forum Discussion
rubbishking_110
Nimbostratus
Mar 25, 2008UDP Profile?
Hi All
I have created an iRules just now, however, it is failed when I tried to assigne to a virtual server.
"01070394:3: UDP::payload in rule (FIP_Route) requires an associated UD...
Nicolas_Menant
Employee
Mar 26, 2008Yes you are right to use CLIENT_ACCEPTED instead of CLIENT_ACCEPTED_DATA.
CLIENT_ACCEPTED_DATA is for TCP::payload not UDP::payload
If you will have a lots of traffic i would recommend to avoid logging once it is in production. Logging impact a lot the performance.
To compare the IP Range, here are some examples:
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 123.100.45.100/123.100.45.188] } {
pool pool1
}
}
or you can check the IP::addr command syntax: Click here
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
