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 UDP profiles on the virtual server (M1)."
I cannot figure out what I have configured wrong or the problem on iRules itself. can anyone help?
iRule
---------
when CLIENT_ACCEPTED {
if { [UDP::payload] matches " 10.12.1." } {
use pool pool1
}
elseif { [UDP::payload] contains "10.12.2." } {
use pool pool2
}
}
-------------
- The_Bhattman
Nimbostratus
Did you apply the UDP Profile to the VIP? - rubbishking_110
Nimbostratus
Hi - Nicolas_Menant
Employee
Hi, - rubbishking_110
Nimbostratus
Hi - Nicolas_Menant
Employee
Hi, - rubbishking_110
Nimbostratus
Hi - Nicolas_Menant
Employee
If you do a search in this forum with the keywords radius you will see a lots of example that may be easier to understand. - Nat_Thirasuttakorn
Employee
radius use type-length-value (TLV) to store attribute and it stores in binary not in clear text. I think you either need to use irule to loop and extract each attribute one by one until you find what you want or search by using binary instead of clear text (see below for the later case). - rubbishking_110
Nimbostratus
Hi - rubbishking_110
Nimbostratus
Hi
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