[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Defining User Login Accounts

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
}
}
}
}

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]