RADIUS Load Balancing with iRules
What is RADIUS? “Remote Authentication Dial In User Service” or RADIUS is a very mature and widely implemented protocol for exchanging ”Triple A” or “Authentication, Authorization and Accounting” ...
Published Apr 04, 2008
Version 1.0Colin_Walker_12
Historic F5 Account
Joined May 12, 2005
Colin_Walker_12
Historic F5 Account
Joined May 12, 2005
TimRiker
Oct 20, 2020Cirrocumulus
When the scan finds > 127 in fields like attr_len2 the values show up as negative. Is there a fix for this? The discussion recommends checking for negative and adding 256 to the reply like this:
if { $attr_len2 < 0 } {
set attr_len2 [ expr { 256 + $attr_len2 } ]
}
Discussion here: