Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am trying to use the cli event detector. EEM version 3.2I have a tcl script with the following trigger:::cisco::eem::event_register_cli pattern "^profile" enterI then have:set full_command $arr_einfo(msg)puts "full command is: $full_command"I would...