Juniper® Lab Exercises Exam Notes : Configuring Root Password

2. Configuring the Root Password (Encrypted Password)

Description: This lab exercise demonstrates configuring root password.

Network Diagram :

Network Diagram  for Configuring the Root Password

Instructions:

1. Enter into configuration mode

2. Move to the root-authentication hierarchy

3. Set the encrypted password as 24adr3e

user@R1>configure
[edit]
user@R1#edit system root-authentication
[edit system root-authentication]
user@R1#set encrypted-password 24adr3e
[edit system root-authentication]
user@R1#exit
[edit]
user@R1#commit
commit complete
[edit]
user@R1#show

system {
root-authentication {
encrypted-password = 24adr3e;
}
}

[edit]















Previous   Contents   Next