Example: Defining User Login Accounts

The following example shows how to define the local superuser account. If RADIUS fails or becomes unreachable, revert to the local accounts on the router.

[edit]system {login {user admin {uid 1000;class engineering;authentication {encrypted-password "<PASSWORD>"; # SECRET-DATA}}}}

Related Topics