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 25, 2008Hi,
What are you looking for ? the client IP address ? if yes it is not within the payload.
The payload is the data transmitted for the application on the other end.
If you are interested in the client IP address you may try this:
when CLIENT_ACCEPTED {
if { [IP::client_addr] starts_with " 10.12.1." } {
use pool pool1
}
elseif { [IP::client_addr] contains "10.12.2." } {
use pool pool2
}
}
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
