Refer to the exhibit. A network engineer must be notified when a user switches to configuration mode. Which script should be applied to receive an SNMP trap and a critical-level log message?
o configure an event manager applet that notifies a network engineer when a user enters configuration mode, and sends both an SNMP trap and a critical-level log message, the correct script should include both actions properly sequenced.
Correct Answer: C
action 1.0 snmp-trap strdata “configuration change alarm”
action 1.1 syslog priority critical msg “configuration change alarm”
Explanation:
action 1.0 snmp-trap strdata “configuration change alarm”: This line sends an SNMP trap with a message indicating a configuration change.
action 1.1 syslog priority critical msg “configuration change alarm”: This line logs a critical message to the syslog indicating the same configuration change.
action 1.0 snmp-trap strdata "Configuration change alarm": This sends an SNMP trap with the message "Configuration change alarm."
action 1.1 syslog priority critical msg "Configuration change alarm": This logs the same message with a critical severity level.
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.
andrpercud
2 months, 3 weeks agoShri_Fcb10
3 months, 2 weeks agochiacche
3 months, 3 weeks ago