exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 687 discussion

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

An EEM applet contains this command:
event snmp oid 1.3.6.1.4.3.8.0.5.8.7.1.3 get-type next entry-op gt entry-val 80 poll-interval 8

What is the result of the command?

  • A. An SNMP event is generated when the value equals 80% for eight polling cycles.
  • B. An SNMP event is generated when the value is greater than 80% for eight polling cycles.
  • C. An SNMP event is generated when the value reaches 80%.
  • D. An SNMP variable is monitored and an action is triggered when the value exceeds 80%.
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
NewLife77
Highly Voted 1 year, 9 months ago
I think the correct answer is B.
upvoted 9 times
b7c04a1
1 year, 6 months ago
Yep, i think this too
upvoted 1 times
...
...
NetworkJanitor
Most Recent 7 months ago
Selected Answer: D
It's D When this event is configured, the router will: - Poll the specified OID every 8 seconds using SNMP GetNext operations. - Compare the returned value to the threshold of 80. - If the value exceeds 80, it will trigger the configured event action (not specified in this command). Explanation OID (1.3.6.1.4.3.8.0.5.8.7.1.3): This is the Object Identifier being monitored. It specifies the exact data point in the SNMP MIB tree. Get-type next: This instructs the system to use SNMP GetNext operations instead of Get operations. It's useful when monitoring a table where you want to retrieve the next object in the MIB tree. Entry-op gt: The entry operation is set to "greater than" (gt). This means the event will trigger when the monitored value exceeds a certain threshold. Entry-val 80: The threshold value is set to 80. The event will trigger when the monitored value becomes greater than 80. Poll-interval 8: The OID will be polled every 8 seconds to check its value. hth
upvoted 3 times
...
zbeugene7
8 months ago
B is incorrect: here is why . poll-interval means the variable is measured every <poll-interval> seconds and not eight polling cycles, and it's not generated, therefore the answer is D. https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/eem/configuration/xe-16/eem-xe-16-book/eem-policy-cli.html
upvoted 1 times
...
[Removed]
1 year ago
Selected Answer: D
D is correct. 1-it's Monitoring not generating. 2- not 8 cycles, it's interval which means pull every 8 sec
upvoted 4 times
[Removed]
12 months ago
...........................
upvoted 1 times
...
...
[Removed]
1 year ago
D is correct. 1-it's Monitoring not generating. 2- not 8 cycles, it's interval which means pull every 8 sec
upvoted 1 times
...
Shri_Fcb10
1 year, 1 month ago
Selected Answer: B
event snmp oid 1.3.6.1.4.3.8.0.5.8.7.1.3: This specifies the SNMP OID (Object Identifier) that EEM will monitor. The OID in this case is 1.3.6.1.4.3.8.0.5.8.7.1.3. get-type next: This specifies that EEM should retrieve the next value of the SNMP OID. entry-op gt: This sets the comparison operation to "greater than". entry-val 80: This sets the value to compare against to 80. poll-interval 8: This sets the polling interval to 8 (in seconds). Based on this command, an SNMP event will be generated when the value of the specified OID is greater than 80% for eight polling cycles.
upvoted 2 times
a197cbf
11 months, 3 weeks ago
The polling interval is set to 8 seconds, so it checks the value every 8 seconds. Eight polling cycles would be a total of 64 seconds, and there's nothing indicating an action taken after that length of time. D is correct answer.
upvoted 2 times
...
...
e0a2673
1 year, 1 month ago
Selected Answer: D
it monitors SNMP event, NOT GENERATE
upvoted 2 times
...
supershysherlock
1 year, 3 months ago
Selected Answer: B
I think it's B too.
upvoted 2 times
...
stefanxradu
1 year, 3 months ago
I think its B
upvoted 2 times
...
IgorLVG
1 year, 3 months ago
for spanish doc: https://www.cisco.com/c/es_mx/support/docs/switches/catalyst-6500-series-switches/116141-trouble-eem-scripts-00.html poll-interval is the frecuency
upvoted 1 times
Rfvaz
10 months, 1 week ago
Yes, in this case make sense answer D
upvoted 1 times
...
...
kldoyle97
1 year, 3 months ago
Not sure about the poll-interval keyword, will the applet be triggered after 8 polls over 80% or after its first detected and be monitored for 8 polls?
upvoted 1 times
...
NikosTsironis
1 year, 6 months ago
Selected Answer: D
D because the Poll Interval 8 is the frequency of the monitoring ( example from CPU below ) : poll-interval 0.5 - Frequency (every 0.5 seconds) the script monitors the CPU https://www.cisco.com/c/en/us/support/docs/switches/catalyst-6500-series-switches/116141-trouble-eem-scripts-00.html#anc8
upvoted 4 times
...
snarkymark
2 years, 4 months ago
Selected Answer: D
Similar command for cpu utilization.
upvoted 2 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 ...