Which configuration is missing from the script?


Refer to the exhibit. The EEM script fails to send an SNMP trap when a user attempts to enter configuration mode. Which configuration is missing from the script?
A. event statement
B. event-default action statement
C. policy-default action statement
D. IP address of the SNMP server

cisco-exams

0 thoughts on “Which configuration is missing from the script?

  1. This example creates an EEM policy that allows the CLI command to execute but triggers an SNMP notification when a user enters configuration mode on the device:

    event manager applet TEST
    event cli match “conf t”
    action 1.0 snmp-trap strdata “Configuration change”
    action 2.0 event-default

    https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/6-x/system_management/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide/sm_12eem.html

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.