Robustel GoRugged R2000 User Guide
RT_UG_R2000_v.1.2.0 15.12.2015 100 /120
Confidential
<netmask>255.255.0.0</netmask>
<mtu>1500</mtu>
SMS cmd:
set lan network 1 interface lan0
set lan network 1 ip 172.16.99.11
set lan network 1 netmask 255.255.0.0
set lan network 1 mtu 1500
3. The semicolon character (‘;’) is used to separate more than one commands packed in a single SMS.
4. E.g.
admin:admin;status system
In this command, username is admin, password is admin, and the function of the command is getting the
system status.
SMS received:
hardware_version = 1.0
firmware_version = "1.2.0 (Rev 399)"
kernel_version = 3.10.49
device_model = R2000
serial_number = 15090140040008
uptime = "0 days, 00:04:07"
system_time = "Tue Dec 22 15:02:36 2015"
admin:admin;reboot
In this command, username is admin, password is admin, and the command is reboot R2000.
SMS received:
OK
admin:admin;set firewall remote_ssh_access false;set firewall remote_telnet_access false
In this command, username is admin, password is admin, and the function of the command is disabling the
remote_ssh and remote_telnet access.
SMS received:
OK
OK
admin:admin; set lan network 1 interface lan0;set lan network 1 ip 172.16.99.11;set lan network 1 netmask
255.255.0.0;set lan network 1 mtu 1500
In this command, username is admin, password is admin, and the function of those commands is configuring
the LAN parameter.
SMS received:
OK
OK
OK
OK