Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 104
Which method displays text directly into the active console with a synchronous EEM applet policy?
Answer options
- A. event manager applet boom event syslog pattern 'UP' action 1.0 syslog priority direct msg 'logging directly to console'
- B. event manager applet boom event syslog pattern 'UP' action 1.0 gets 'logging directly to console'
- C. event manager applet boom event syslog pattern 'UP' action 1.0 string 'logging directly to console'
- D. event manager applet boom event syslog pattern 'UP' action 1.0 puts 'logging directly to console'
Correct answer: D
Explanation
The correct answer is D because the 'puts' command is specifically designed to send output to the console in a synchronous manner. Options A, B, and C do not utilize the correct command for this purpose, as they either refer to incorrect action types or formats that do not output directly to the console.