Forum Discussion

rubbishking_110's avatar
rubbishking_110
Icon for Nimbostratus rankNimbostratus
Mar 25, 2008

UDP 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

 

}

 

}

 

-------------