08-26-2017 09:24 PM - edited 03-08-2019 11:50 AM
Does anyone know where I can download commandoversms.tcl script. I'm trying to do
LTE Site Survey via SMS via this url; https://www.cisco.com/c/dam/en/us/td/docs/routers/access/interfaces/software/deployment/guide/guide_isr_lte_sms.pdf?dtid=osscdc000283
This DOES NOT WORK.
2) Download the commandoversms.tcl script from
https://supportforums.cisco.com/document/12316801/commands-over-sms
Solved! Go to Solution.
09-10-2017 04:36 PM
Hello everyone, this is the correct EEM TCL Script to Provide LTE status, GPS and Ping results via SMS Text Message (sms_lte_sgp.tcl). Able to run text router: survey, status, gps, and ping. Works great...
!
08-26-2017 11:06 PM
08-26-2017 11:46 PM
Thanks for the reply. I did read the post for Multi Cell / Multi Wan EEM/IP SLA Tracking", but I'm looking to download or manual write the commandoversms.tcl script. Basically I'm looking to do LTE site survey and text the routers phone number with the word 'survey' and get back rssi/snr stats.
Please see the procedure for LTE Site Survey via SMS: Installation;
Thanks for your help in advance.
09-10-2017 04:36 PM
Hello everyone, this is the correct EEM TCL Script to Provide LTE status, GPS and Ping results via SMS Text Message (sms_lte_sgp.tcl). Able to run text router: survey, status, gps, and ping. Works great...
!
11-20-2017 01:30 PM
where can I download the script?
commandoversms.tcl
11-21-2017 12:25 PM
01-27-2025 11:13 AM
10-21-2025 08:29 PM - edited 10-22-2025 06:06 AM
This is the 2025 version I updated to work latest ISR and it adds security on (
Cisco IOS Software [Dublin], ISR Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 17.12.4a, RELEASE SOFTWARE (fc2))
You may have to change the interface, I was using cel0/3/0
but otherwise works great.
unzip commandsoversms3-1.zip
copy via tftp or scp
Add this to your config and start texting.
event manager environment denysms "conf t, con[a-z]+ t[a-z]+, w[a-z]+ e[a-z]+"
event manager environment whitelist (15555555555)|(15555555555)|(15555555555)|(15555555555)
event manager environment allowed_numbers "(\\+15555555555|\\+15555555555)"
event manager environment blocked_commands "^(conf t|configure terminal|write erase)"
event manager environment allowed_senders "\\+1(5555555555|5555555555)"
event manager environment blocked_cmds "(conf t|configure terminal|write mem|copy run)"
event manager environment _eem_policy_security_level 2
event manager directory user policy "flash:/"
event manager policy commandoversms3-1.tcl type user authorization bypass
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide