This article will first explain how to setup alternate authentication mechanisms on the EX switch and then provide details on setting up backup servers for RADIUS.
When users log into the EX switch, the JUNOS software can authenticate the username and password against an account that is configured locally in the switch configuration file or against an account that is configured on a remote RADIUS or TACACS+ server. There are a number of methods to authenticate users attempting to log in to the switch. The default method is to use the username and password configured on the EX switch and to try no other method if the authentication fails. This method is the equivalent of using the "set system authentication-order password" command with no options.
The Remote Authentication Dial-In User Service (RADIUS) provides a centralized method for authenticating users on the EX switch. RADIUS uses a client/server model. All transactions between the server and the client are authenticated by a password called a shared secret. To configure the EX switch as a RADIUS client, you set the IP address of your RADIUS server and the password (secret) that the switch should use to access the server. The secret on the switch and the RADIUS server must be the same. After you type the secret in the switch configuration, the CLI never displays it but shows it in a pseudoencrypted format.
You can configure a backup server in the following manner:
2020-02-28: Non-technical edits.