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...