Symptom
Configure radius dead-criteria and automate-tester in GUI, it is only availiable through CLI currently
These settings are required in order for 9800 to failover from a radius server to another
Conditions
Configuring radius fallback through GUI
Workaround
Configure it through CLI:
radius-server dead-criteria time 30 tries 6
radius server RADIUS1
address ipv4 auth-port 1645 acct-port 1646
automate-tester username dummy ignore-acct-port idle-time 1
aaa group server radius RADIUS_GROUP
server name RADIUS1
server name RADIUS2
deadtime 30
load-balance method least-outstanding
Further Problem Description