Exam JN0-104 All QuestionsBrowse all questions from this exam
Question 13

Which attribute must be defined when configunng a non-root user in Junos OS?

    Correct Answer: A

    When configuring a non-root user in Junos OS, the 'class' attribute must be defined. This attribute assigns the user to a specific login class that outlines the permissions and access levels for that user. Without defining the 'class' attribute, the user's account cannot be correctly configured.

Discussion
Techdude1Option: A

UID is optional (it is automatically set) whereas class is required: https://www.juniper.net/documentation/us/en/software/junos/user-access/topics/topic-map/junos-os-user-accounts.html

aero47Option: A

# commit and-quit [edit system login] 'user "NEWUSER" Missing mandatory statement: 'class' error: commit failed: (missing mandatory statements) Answer is "Class"

CradicalOption: C

When configuring a non-root user in Junos OS, the attribute that must be defined is C. authentication. The "authentication" attribute is used to specify the authentication method for the user. This can include options such as local authentication, remote authentication using RADIUS or TACACS+, or other authentication mechanisms supported by Junos OS. While attributes like "class," "uid," and "full-name" are also important for configuring a non-root user, they are not specifically required. The "class" attribute is used to assign a specific configuration class to the user, the "uid" attribute is used to assign a unique user ID, and the "full-name" attribute is used to specify the full name of the user. However, the authentication attribute is essential to define how the user will be authenticated in the system.

Rac_123Option: A

Class is mandatory, either system defined or user defined class should be assigned.

certmaster23Option: A

A is the correct answer

MayTinOption: A

Correct answer is A.

JankoHrasko1Option: A

class is mandatory

alvinlim0502Option: A

A . UID is optional

marvaen7

it's auto-generated by linux system

[Removed]Option: A

UID is optional (it is automatically set) whereas class is required: https://www.juniper.net/documentation/us/en/software/junos/user-access/topics/topic-map/junos-os-user-accounts.html

GrechOption: A

Class is required

CarkcinailOption: B

I think I should be uid cause you are assigning the user’s name.

MakweenOption: A

"A" is the answer due the fact that it is an attribute...

pentium2000Option: A

Should be A

ddrazinOption: A

I have tried to configure new user and class was required...

darkspawn117Option: A

A = always requires both a class and a password , in this case class is the only option

GreatDaneOption: A

Ref: User Accounts | Junos OS | Juniper Networks "User Accounts ... User Accounts Overview ... For each user account, you can define the following: ... User’s access privilege: (Required) One of the login classes you defined in the class statement at the [edit system login] hierarchy or one of the default login classes. ..."

_muxa_Option: A

Answer A