98
NetComm Wireless Light Industrial M2M Router Plus
www.netcommwireless.com
SMS diagnostics examples
The examples below demonstrate various combinations of supported commands. This is not an exhaustive list and serves as an
example of possibilities only.
DESCRIPTION
AUTHENTICATION
INPUT EXAMPLE
Send SMS to change the data
connection username
Not required
set username=’NetComm’
Required
PASSWORD set username= ”NetComm”
Send SMS to change the data
connection password
Not required
set password= `NetComm`
Required
PASSWORD set password= `NetComm`
Send SMS to change the data
connection authentication
Not required
set authtype= ‘pap’
Required
PASSWORD set authtype = pap
Send SMS to reboot
Not required
execute reboot
Required
PASSWORD execute reboot
Send SMS to check the WAN IP
address
Not required
get wanip
Required
PASSWORD get wanip
Send SMS to check the mobile
signal strength
Not required
get rssi
Required
PASSWORD get rssi
Send SMS to check the MEID
number
Not required
Get meid
Required
PASSWORD get meid
Send SMS to check the current
band
Not required
get band
Required
PASSWORD get band
Send SMS to Disconnect (if
connected) and reconnect the data
connection
Not required
execute pdpcycle
Required
PASSWORD execute pdpcycle
Send SMS to disconnect the data
connection
Not required
execute pdpdown
Required
PASSWORD execute pdpdown
Send SMS to connect the data
connection
Not required
execute pdpup
Required
PASSWORD execute pdpup
Send multiple get command
Not required
get wanip
;
get rssi
Required
PASSWORD get wanip
;
get rssi
Send multiple set command
Not required
set ssh.genkeys=1; set username=test; set auth=pap
Required
PASSWORD set ssh.genkeys=1; set username=test; set auth=pap
Send SMS to reset to factory default
settings
Not required
execute factorydefaults
Required
PASSWORD execute factorydefaults
Send SMS to retrieve status of
router
Not required
get status
Required
PASSWORD get status
Send SMS to retrieve the history of
the session, including start time, end
time and total data usage
Not required
get sessionhistory
Required
PASSWORD get sessionhistory
Send SMS to configure the router to
send syslog to a remote syslog
server
Not required
set syslogserver=123.209.5.68
Required
PASSWORD set syslogserver=123.209.5.68
Send SMS to wake up the router,
turn on the default gateway and
trigger the ‘connect on demand’
profile if in waiting state.
Not required
execute wakeup
Required
PASSWORD execute wakeup
Send SMS to perform firmware
upgrade when firmware is located
on HTTP server
Not required
execute download
http://download.com:8080/firmware_image.cdi
execute download
http://download.com:8080/firmware_image_r.cdi
Required
PASSWORD execute download
http://download.com:8080/firmware_image.cdi
PASSWORD execute download
http://download.com:8080/firmware_image_r.cdi
Send SMS to perform firmware
upgrade when firmware is located
Not required
execute download
ftp://username:[email protected]/firmware_image.cdi