exam questions

Exam 350-501 All Questions

View all questions & answers for the 350-501 exam

Exam 350-501 topic 1 question 210 discussion

Actual exam question from Cisco's 350-501
Question #: 210
Topic #: 1
[All 350-501 Questions]


Refer to the exhibit. A network engineer is deploying SNMP configuration on client's routers. Encrypted authentication must be included on router 1 to provide security and protect message confidentiality. Which action should the engineer perform on the routers to accomplish this task?

  • A. snmp-server community public
  • B. snmp-server group group1 v3 auth
  • C. snmp-server host 192.168.0.254 informs version 3 auth testuser config
  • D. snmp-server user testuser group1 remote 192.168.0.254 v3 auth md5 testpassword
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
serban_17
Highly Voted 3 years, 11 months ago
I think D is correct. The question mentions 'encrypted authentication'. I cannot find any encryption option available for group authentication. https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/snmp/configuration/xe-3se/5700/snmp-xe-3se-5700-book/nm-snmp-snmpv3.pdf => on page 5 the snmp-server group and snmp-server user commands are explained
upvoted 8 times
...
nottoday2077
Highly Voted 2 years, 3 months ago
You would need both B and D to make this correct. https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/snmp/configuration/15-e/snmp-15-e-book.pdf Page 8 has this same exhibit, can clearly see it is for noauth. Right below is the example for auth, would would be answers B and D. Page 2 you can clearly see auth is for authentication encryption. Page 3 also shows that there is no mix and matching from server to router configuration. You can't have no auth and received an auth password, or an auth password with noauth without getting an error.
upvoted 6 times
...
enco
Most Recent 10 months, 1 week ago
Selected Answer: D
Option D achieves the goal. The group sets the min security level for all users. From the snip, the min level is no auth. No need to change it to auth. What is needed is to define users with a no auth or higher security level. Option D creates a user with a higher security level.
upvoted 1 times
...
karen1337
1 year, 7 months ago
This question is asking if you know how the router will handle a mismatch of the security level between the group and user. The group defines the MINIMUM security level. The user is allowed to be more secure than the group. This makes D the correct answer.
upvoted 1 times
...
zhukov1
1 year, 11 months ago
Selected Answer: D
The "snmp-server user testuser group1 remote 192.168.0.254" line from the exhibit will not be accepted without at least "v3" keyword, so this eliminates B. I tested the configuration on a router, and user authentication works if entered as in D.
upvoted 3 times
...
thejag
2 years, 2 months ago
Agree B and D
upvoted 2 times
...
Samarjit1983
2 years, 3 months ago
no of option should be 2. ans B and D
upvoted 1 times
...
chst
2 years, 5 months ago
It's B the question say "Encrypted authentication must be included on router 1 to provide security and protect message confidentiality." but in the config apper " snmp-server groups groups1 v3 noauth"
upvoted 1 times
...
weinanide
3 years, 4 months ago
must be D. Look at the command reference for snmp-server user https://www.cisco.com/c/en/us/td/docs/routers/crs/software/crs_r4-3/system_management/command/reference/b_sysman_cr43crs/b_sysman_cr43crs_chapter_01111.html#wp1211841131
upvoted 1 times
...
rans3001
3 years, 10 months ago
I think D is correct. If you look at the following group configuration, you will notice that it is giving permissions based on authenticated/nonauthenticated conditions of the users snmp-server group group1 v3 noauth read cc write cc access allowed2 snmp-server group group1 v3 auth read dd write dd access allowed1
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...