nerdexam
Juniper

JN0-105 · Question #10

Referring to the exhibit. [edit] root# set system host-name TEST_DEVICE [edit] root# commit [edit] 'system' Missing mandatory statement: 'root-authentication' error: commit failed: (missing…

The correct answer is B. configuring a password for the root account. The error message in the exhibit indicates that the root-authentication statement is missing, which is mandatory for committing the configuration. In Junos OS, it is required to set a password for the root account to commit any configuration changes. This is a security measure…

Configuration Basics

Question

Referring to the exhibit. [edit] root# set system host-name TEST_DEVICE [edit] root# commit [edit] 'system' Missing mandatory statement: 'root-authentication' error: commit failed: (missing mandatory statements) [edit] root# You are configuring a new device. Which action solves the error shown in the exhibit?

Options

  • Aconfiguring a non-root username and password
  • Bconfiguring a password for the root account
  • Cloading the factory-default configuration
  • Dreinstalling Junos

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    83% (29)
  • C
    3% (1)
  • D
    9% (3)

Explanation

The error message in the exhibit indicates that the root-authentication statement is missing, which is mandatory for committing the configuration. In Junos OS, it is required to set a password for the root account to commit any configuration changes. This is a security measure to ensure that unauthorized users cannot access the device's configuration mode. To solve the error shown in the exhibit, configuring a password for the root account is necessary. This can be done by using the set system root-authentication plain-text-password command, after which the user will be prompted to enter a new password for the root account.

Topics

#root-authentication#commit errors#mandatory statements

Community Discussion

No community discussion yet for this question.

Full JN0-105 Practice