00:00

QUESTION 1

Which two fields are you required to enter when you create a new user account? (Choose two.)

Correct Answer: AD
In Junos OS, when creating a new user account, the minimum required fields are the username and the login class. The username is the identifier for the account, while the login class specifies the level of access or permissions the user has on the device. Login classes allow for the differentiation between various roles, such as read-only access or full administrative rights. Other information, such as full name or user ID, is optional and not strictly necessary for the creation of a functional user account.

QUESTION 2

Which command modifier would you use to see all possible completions for a specific command?

Correct Answer: C
In Junos OS, the ? command modifier is used to display all possible completions for a specific command. This helps users understand the available options and syntax for a command they are trying to use.
Reference: Juniper Networks CLI Documentation
"Use the ? command modifier to display all possible completions for a specific command."

QUESTION 3

What is a benefit of using J-Web?

Correct Answer: B
If you've committed a configuration and then need to revert to the previous configuration, the rollback command is used. Since the incorrect IP address has not been committed, as indicated by the commit check command being successful, issuing rollback 1 will undo the changes made in the current session, which includes the accidental entry of the IP address.

QUESTION 4

Which Junos OS component is responsible for maintaining the forwarding table?

Correct Answer: C
The Packet Forwarding Engine (PFE) in Junos OS is responsible for maintaining the forwarding table. The PFE processes incoming packets, performs route lookups in the forwarding table, and forwards packets based on this information, offloading these tasks from the Routing Engine to ensure efficient packet forwarding.

QUESTION 5

You have configured some interfaces on a Junos device; however, you have not yet committed the configuration.
What happens if you issue the rollback 0 command in this scenario?

Correct Answer: D
Issuing the rollback 0 command in Junos OS will discard any uncommitted changes and revert to the last committed configuration. This command effectively cancels any configuration changes that have been made but not yet committed, ensuring that the device returns to its previous stable state.
References:
✑ "rollback 0 ...................................(rolls back the changes just made )" from Useful Juniper Commands.txt.
✑ Juniper official documentation: Rolling Back a Configuration.