Forum Discussion
sundogbrew
Oct 20, 2022Altocumulus
radius irule for IPV6
Greetings, I am looking for some help here. There are a few past posts about using an irule in your radius vip, I am wondering if anyone has used it for V6. I was using when RULE_INIT {
...
JRahm
Oct 20, 2022Admin
it looks like whatever is being returned is binary and not a string. Two tangential recommendations as well:
- Don't use global variables, they demote all connections on that virtual server from CMP. Instead, convert ::attr_code2name to a static namespace variable: static::attr_code2name.
- Check to make sure the avp is present before acting on it like so:
set CALLID [RADIUS::avp 31 string]
if { not ($CALLID equals "") } {
persist uie $CALLID 900
}
}
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