I'm working with an HPE Aruba 6000 series switch (ArubaOS-CX), and I have a RADIUS server configured like this:
radius-server host XXX key ciphertext XXX auth-type pap
aaa group server radius Dot1X
server XXX
aaa authentication login default group Dot1X local
aaa authentication login ssh group Dot1X local
aaa authentication login https-server group Dot1X local
aaa authentication login console group Dot1X local
I want the switch to use RADIUS as the primary authentication method for everything (SSH, console, web), but if the RADIUS server is unavailable, I want to fall back to a local user account. But with this config when Radius is reacheble,i can connect with Radius and local user.
Question:
How can I properly configure this behavior on ArubaOS-CX?
Thanks in advance!