Tag Archives: applet

An engineer must create an EEM applet that sends a syslog message in the event a change happens in the network due to trouble with an OSPF process. Which action should the engineer use? event manager applet LogMessage event routing network 172.30.197.0/24 type all

A. action 1 syslog msg “OSPF ROUTING ERROR” B. action 1 syslog send “OSPF ROUTING ERROR” C. action 1 syslog pattern “OSPF ROUTING ERROR” D. action 1 syslog write “OSPF ROUTING ERROR” Answer: Option A. Explanation:  No answer description available for this question Show AnswerDiscussion The post An engineer must create an EEM applet that sends a syslog… Read More »

Which method creates an EEM applet policy that is registered with EEM and runs on demand or manually?

A. event manager applet ondemand event none action 1.0 syslog priority critical msg ‘This is a message from ondemand’ B. event manager applet ondemand action 1.0 syslog priority critical msg ‘This is a message from ondemand’ C. event manager applet ondemand event register action 1.0 syslog priority critical msg ‘This is a message from ondemand’ D. event manager… Read More »

Which method displays text directly into the active console with a synchronous EEM applet policy?

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… Read More »

What does this EEM applet event accomplish? “event snmp oid 1.3.6.1.3.7.6.5.3.9.3.8.7 get-type next entry-op gt entry-val 75 poll-interval 5”

A. Upon the value reaching 75%, a SNMP event is generated and sent to the trap server. B. It reads an SNMP variable, and when the value exceeds 75%, it triggers an action. C. It issues email when the value is greater than 75% for five polling cycles. D. It presents a SNMP variable that can be interrogated.… Read More »