Which TWO statements about EEM environment variables and their scoping are true? (Choose TWO.)
Correct. Environment variables set globally are accessible by all applets on the device.
Why this answer
The correct answers are A and E. Option A is correct because EEM environment variables set with the 'event manager environment' global configuration command are global and available to all applets on the device. Option E is correct because the '$_syslog_msg' variable is only populated when the applet is triggered by a syslog event; it is not available for other event types.
Option B is incorrect because variables set with 'action set' within an applet are local to that applet and are not automatically shared with other applets. Option C is incorrect because the '$_cli_msg' variable, when used with 'event cli', does not contain the full command line including parameters; it only contains the command keyword. Option D is incorrect because there is no standard EEM variable '$_event_pub_sec'; the correct variable for event publish security information is '$_event_pub_sec_name' or similar, but not as described.