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 working on a script in EEM that uses regexp to return results regarding 4g signal strength and GPS coordinates on a IR829 router.This is the current script. event manager applet test7event noneaction 010 cli command "enable"action 020 cli comman...
Thanks for that @Rich R , I used your advice and have now revised the script again. It's working well but I am now running into an issue where I need multiple matches on a single line from the cli result.Below is the result from the show command in t...
Hi @Rich R , I used the action 100 end and the script now runs. The problem is that it still only returns the first match. Is there something else not right in the script that is making it stop on the first match?Output of script:TEST-ROUTER#more tes...
The output from show cellular 0 all is super long and it has a lot of information I don't need.This is the output from: show cellular 0 all | i RSRP|RSRQ|Current SNR|RSSI|Lat|LongCurrent RSSI = -56 dBmCurrent RSRP = -87 dBmCurrent RSRQ = -12 dBCurren...
Thanks for the response, M02@rt37 I have tried to put the script on the router but it doesn't like the "}" at the end of the script and comes back with "% Invalid input detected at '^' marker."