Which configuration accomplishes this login class?

You have been asked to configure a login class that will permit its users to view and edit the
configuration. The class should allow a user to view the entire configuration, but only to edit the
interfaces, routing-options, and protocols hierarchies.
Which configuration accomplishes this login class?

You have been asked to configure a login class that will permit its users to view and edit the
configuration. The class should allow a user to view the entire configuration, but only to edit the
interfaces, routing-options, and protocols hierarchies.
Which configuration accomplishes this login class?

A.
permissions [ view-configuration clear network view ];
allow-configuration “(interfaces) | (routing-options) | (policy-options) | (protocols)”;

B.
permissions [ view-configuration clear network view ];
allow-commands “(configure)”;

C.
permissions [ view-configuration clear network view ];
allow-commands “(configure)”;
allow-configuration “(interfaces) | (routing-options) | (protocols)”;

D.
permissions [ clear network view ];
allow-commands “(configure)”;
allow-configuration “(interfaces) | (routing-options) | (protocols)”;

Explanation:



Leave a Reply 1

Your email address will not be published. Required fields are marked *


humberto

humberto

permissions [ view-configuration clear network view ];
allow-commands “(configure)”;
allow-configuration “(interfaces) | (routing-options) | (protocols)”;
clear
Can clear (delete) information learned from the network that is stored in various network databases (using the clear commands).
network
Can access the network by entering the ping, ssh, telnet, and traceroute commands.

view
Can use various commands to display current systemwide, routing table, and protocol-specific values and statistics.

https://www.juniper.net/techpubs/software/junos-es/junos-es93/junos-es-admin-guide/login-classes.html