Last Modified: Nov 07, 2022
Affected Product:
See more info
BIG-IP LTM
Known Affected Versions:
11.4.0, 11.4.1, 11.5.0, 11.5.1, 11.5.1 HF1, 11.5.1 HF10, 11.5.1 HF11, 11.5.1 HF2, 11.5.1 HF3, 11.5.1 HF4
Fixed In:
11.6.0, 11.5.1 HF5, 11.4.1 HF6
Opened: Mar 11, 2014
Severity: 4-Minor
Related Article:
K15533
If one omits the optional attr_type from a RADIUS::avp command in an iRule, the iRule won't work and an error similar to the following is generated in /var/log/ltm: 11.4.0-Final - RADIUS::avp without attr_type resulted in TCL errors! Feb 20 15:25:11 B11000-R71-S12 err tmm1[13161]: 01220001:3: TCL error: /Common/radius_rule <CLIENT_ACCEPTED> - bad optional args "RADIUS::avp": must be index, vendor-id, or vendor-type while executing "RADIUS::avp 1"
One or more iRules using RADIUS::avp may no longer work.
An iRule in version 11.4.0 or higher.
Add in the attr_type after each RADIUS::avp command.
Made changes to once again allow the attr_type to be optional for all forms of RADIUS::avp.