paul_73820
Apr 02, 2012Nimbostratus
RADIUS iRule to insert vendor attributes
Hi There,
I have been writing a RADIUS iRule, one of the new requirements is for the F5 to insert a few VSA's into attribute 26.
I have had no issues with inserting/updating or reading other attributes, however AVP 26 can be multi valued and that is causing me some issues.
At the moment the rule is going to be along the lines of:
when SERVER_DATA {
if { [RADIUS::code] == 2 } {
RADIUS::avp replace 26 "[RADIUS:avp 26] "
}
}
This is on a UDP VIP with a RADIUS profile set.
What i havent had any luck with is getting those new VSA's to go in.
Has anyone done much with this attribute?
Am i going to need to convert it to an octet string before it is inserted?
Paul