exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 194 discussion

Actual exam question from Cisco's 300-410
Question #: 194
Topic #: 1
[All 300-410 Questions]

An engineer configured a Cisco router to send reliable and encrypted notifications for any events to the management server. It was noticed that the notification messages are reliable but not encrypted.
Which action resolves the issue?

  • A. Configure all devices for SNMPv3 informs with auth.
  • B. Configure all devices for SNMPv3 informs with priv.
  • C. Configure all devices for SNMPv3 traps with auth.
  • D. Configure all devices for SNMPv3 traps with priv.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Titini
Highly Voted 2 years, 3 months ago
B The "inform" message is a type of SNMPv3 notification that requires an acknowledgment from the recipient device, making it a reliable way of transmitting information. The "priv" option in SNMPv3 provides encryption of the data being transmitted, ensuring that the information is secure and cannot be intercepted by unauthorized users.
upvoted 9 times
...
Carl1999
Highly Voted 3 years, 3 months ago
Selected Answer: B
B is correct. "informs" is "reliable"
upvoted 5 times
...
[Removed]
Most Recent 10 months ago
Selected Answer: B
B is correct
upvoted 1 times
...
kldoyle97
10 months, 2 weeks ago
summary of Informs and traps: Both use DEST port 162 udp (Router to NMS) Informs - request for acknowledgement to the NMS (more critical events) - more reliable than trap messages since acknowledgement required by NMS Traps - "fire and forget" (less critical events) - less overhead Priv(privacy) - encryption (DES, AES) that is supported in SNMP version 3
upvoted 3 times
...
inteldarvid
1 year, 10 months ago
Selected Answer: B
Option B: https://community.microfocus.com/it_ops_mgt/nom/f/nom-user-discussions/81954/nnmi-support-tip-difference-between-snmp-inform-and-snmp-trap-from-nnmi-point-of-view
upvoted 1 times
...
wts
3 years, 2 months ago
Selected Answer: B
B is correct
upvoted 1 times
...
toni2
3 years, 3 months ago
I think B i correct: The following example shows how to configure a remote user to receive traps at the “noAuthNoPriv” security level when the SNMPv3 security model is enabled: Device(config)# snmp-server group group1 v3 noauth Device(config)# snmp-server user remoteuser1 group1 remote 10.12.8.4 Device(config)# snmp-server host 10.12.8.4 informs version 3 noauth remoteuser config
upvoted 1 times
...
steiger
3 years, 5 months ago
Selected Answer: B
B is my choice
upvoted 1 times
...
error_909
3 years, 8 months ago
The given answer is correct
upvoted 1 times
error_909
3 years, 8 months ago
The major difference between an inform request and a trap is that an SNMP agent has no way of knowing if an SNMP trap was received by the SNMP manager. However, an SNMP inform request packet will be sent continually until the sending SNMP manager receives an SNMP acknowledgement. "Reliable" is stated clearly in the question
upvoted 11 times
jarz
2 years, 6 months ago
Nice, thanks for pointing this out!
upvoted 1 times
...
...
...
[Removed]
3 years, 9 months ago
The given answer is correct
upvoted 1 times
...
RHK0783
4 years ago
The router configured to "send" out something is "TRAP". Auth makes it reliable and Priv makes it confidential ... Answer is D.
upvoted 1 times
frzzt123
4 years ago
Not true, reliable means he waits for a response from the NMS. Traps are not reliable. Informs are.
upvoted 5 times
...
...
CiscoCCNPDream
4 years ago
The answer should be B because the major difference between an inform request and a trap is that an SNMP agent has no way of knowing if an SNMP trap was received by the SNMP manager. However, an SNMP inform request packet will be sent continually until the sending SNMP manager receives an SNMP acknowledgement. The keyword is "reliable" here
upvoted 1 times
...
oasc
4 years ago
Actually B is right since Inform packets are performed for events in SNMP, while traps are independent sents from agent to manager. But I guess the trick is in the word event
upvoted 1 times
...
oasc
4 years ago
sorry D
upvoted 1 times
...
oasc
4 years ago
should not be B
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 ...