A city public-works team finds TCL-only EEM applets too limited for a remediation that needs richer parsing. Which pattern best extends on-box automation?
Select an answer to reveal the explanation.
Short Explanation
EEM is the doorbell; Guest Shell Python is the handyman with a full toolbox. Keep the doorbell on the router, then let Python do the fancy parsing TCL struggles with—still local to the public-works box.
Full Explanation
A common IOS XE pattern is EEM detecting an event (syslog, tracker, timer) and invoking Python in Guest Shell for richer parsing, API calls, or multi-step remediation beyond simple TCL applets. That preserves on-box autonomy while upgrading logic capability. Dropping automation, flooding with debugs, or collapsing the design into VLAN 1 does not solve the scripting-depth problem. Know the EEM-plus-Guest-Shell integration pattern.