Which command creates a read-only user for monitoring named 'monitor' with password 'secure'?

Study for the MTCNA Foundation Exam. Prepare with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your certification!

Multiple Choice

Which command creates a read-only user for monitoring named 'monitor' with password 'secure'?

Explanation:
The essential idea is to create a user with read-only privileges and a password. In MikroTik RouterOS, you grant specific access by choosing the right privilege group and you set login credentials with the password parameter. The correct form explicitly names the user, assigns the read-only group, and provides the password, which makes the account a non-privileged monitoring user with secure access: /user add name=monitor group=read password=secure. This uses the proper parameter names and ensures the user cannot modify configurations while still being able to monitor. The other options fail for clear reasons: one would grant administrative rights by assigning the admin group, which defeats the read-only purpose; another uses an incorrect parameter name (pass instead of password), so it wouldn’t create a valid user.

The essential idea is to create a user with read-only privileges and a password. In MikroTik RouterOS, you grant specific access by choosing the right privilege group and you set login credentials with the password parameter. The correct form explicitly names the user, assigns the read-only group, and provides the password, which makes the account a non-privileged monitoring user with secure access: /user add name=monitor group=read password=secure. This uses the proper parameter names and ensures the user cannot modify configurations while still being able to monitor.

The other options fail for clear reasons: one would grant administrative rights by assigning the admin group, which defeats the read-only purpose; another uses an incorrect parameter name (pass instead of password), so it wouldn’t create a valid user.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy