- wireless with WLAN driver. Enterprise security (PEAP) works excellent well.
- RADIUS is User Manager in ROS 7.12
RADIUS for EAP wireless login and accounting to the User Manager on hAP ax3.
Sometimes the connection between radius client and User Manager seems to have been disturbed.
User MAnager claims NAS rebooted, from then on, for all sessions that are still there and do send intermediate accounting to User Manager
User manager in multiple attempts tries to disconnect that wireless connection, but the hAP just refuses to do it.
Workaround found so far, is to (re-)enable "EAP accounting" in the security profile , what stops all open associations with the RADIUS server .
I used to disable and then enable "EAP-accounting" but by mistake only had put the enable in the script, and that worked also.
Nr 2 in the lazy script is the actual PEAP security profile
.
Workaround: run this script
Code: Select all
:log info "SCRIPT resetting RADIUS accounting"
/interface wireless security-profiles set radius-eap-accounting=no 2
/interface wireless security-profiles set radius-eap-accounting=yes 2
Warning: disconnects all those sessions, and even triggers selecting channel with radar detect (if a DFS channel).