Refer to the exhibit. An engineer must create a manually triggered EEM applet to enable the R2 router interface and assign an IP address to it. What is required to complete this configuration?
Refer to the exhibit. An engineer must create a manually triggered EEM applet to enable the R2 router interface and assign an IP address to it. What is required to complete this configuration?
To complete the configuration for the manually triggered EEM applet, the 'event none sync yes' command is required. This command specifies that the event manager applet should not be triggered by any event (since the requirement is for it to be manually triggered) and should synchronize execution such that it completes each step in order.
D is correct
Since the requirement is for the applet to be manually triggered, we should use the event none command to configure it to run on demand.
Key word: manually https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/eem/command/eem-cr-book/eem-cr-e1.html "EEM usually schedules and runs policies on the basis of an event specification that is contained within the policy itself. The event manager run command allows policies to be run manually. The event none command must first be configured to run the policy manually."
Seems correct