Forum Discussion
adamm
May 23, 2019Altostratus
Radius Persistence iRule error (bad field specifier)
Having some difficulties implementing a hash persistence irule for Radius auth. when CLIENT_ACCEPTED {
binary scan [UDP::payload] ccSH32cc code ident len auth attr_code1 attr_len1
set in...
Maybe you could use another Radius persisting iRule? I've been using the following:
- add an radius service profile to the virtual server.
- create an universal persistence profile and use the following iRule:
when CLIENT_ACCEPTED {
set framed_ip [RADIUS::avp 8 ip4]
set calling_station_id [RADIUS::avp 31 "string"]
persist uie "$calling_station_id:$framed_ip"
}
- Add the universal persistence profile to the virtual server.
eww
Oct 15, 2020Nimbostratus
Hi Niels van Sluis
We are struggling with the iRules on LTM 15.5. Once we use iRules we get errors on ISE. Is there anything special that needs to be done to enable the iRules to work well?
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