Robustel R1510 User Guide
RT_UG_R1510_v.1.0.1 Dec. 31, 2019 133/140
debug_enable Debug Enable
verbose_debug_enable Verbose Debug Enable
# set link_manager link 1 type wwan1
OK
# set link_manager link 1 wwan(space+?)
auto_apn Automatic APN Selection
apn APN
username Username
password Password
dialup_number Dialup Number
auth_type Authentication Type
data_allowance Data Allowance
billing_day Billing Day
# set link_manager link 1 wwan data_allowance 100 //open cellular switch_by_data_traffic
OK //setting succeed
# set link_manager link 1 wwan billing_day 1 //setting specifies the day of month for billing
OK //setting succeed
…
# config save_and_apply
OK //save and apply current configuration, make you configuration effect
Example 4: Set Ethernet
# set Ethernet port_setting 2 port_assignment lan0 //Set Table 2 (eth1) to lan0
OK
# config save_and_apply //save and apply current configuration, make you configuration effect
OK
Example 5: Set LAN IP address
# show lan all
network {
id = 1
interface = lan0
ip = 192.168.0.1
netmask = 255.255.255.0
mtu = 1500
dhcp {
enable = true
mode = server
relay_server = ""
pool_start = 192.168.0.2
pool_end = 192.168.0.100