You are on page 1of 3

LT90T_1.01.

1
SEI-130GT_V1.3

3ad5720

lte_ecgi=3ad5720

ignore this if you have access to super admin account.

!!!USE AT YOUR OWN RISK!!!


Streamwatch Xtreme Router Settings Shortcut Keyword:
----- start here ------
*home
*quick_setting
*device_settings
*station_info
*router_setting
ussd
pin_management
static_ip
route_settings
postroute
l2tp
ddns
access_control
remoteLogin
frequency
tr069config
mcc_mnc_locking
net_lockpci
backup_data
net_select
apn_setting
wan_mode
traffic_alert
*wifiSwitch
*wifi_main
setssid
setssid_2
setssid_3
*wps
*mac_filter
*wifi_advance
monitor
wb_mode
volte_apn
volte
digitmap
hotline
polarity_reversal
uri_type
voice_call_type
*sms
*sim_messages
*sms_setting
phonebook
*port_filter
*port_forward
*port_map
*main_url_filter
url_filter_1
url_filter_2
*upnp
*dmz
*rate_limit
*ddos
flow_setting
*import_export
*time_setting
**modify_password
*restore_factory_setting
system_setting
usb
*ping
*trace
logs
send_at
one_key_export
tcpdump
tr069_log
system_upgrade
export_load_configuration
*reboot
------ end here -------
with * means available by default for USER account.
(unit: SEI-120G; firmware version: LT90T_1.01.1)

HOW TO use login your user account go to Device Settings then Advance Settings
tap/click DHCP button, after that edit url remove the last part of the web address
until you reach # then replace it with the keyword you choose above hit enter/go to
access.

DISCLAIMER: some of them might not intended to work depending on your firmware or
just broken features.

if you have something to add comment below.

//Script:script_mode_example.at
//Send multiple AT commands using script file
//Special comamnds - WAIT, LOOP, LOOP-END
//Comment lines start with '//'
//When script file is opened or saved, comment line font is set to green and
command line font is set to blue
//Both command line and comment line should have enter in the end

//Get the current operator and registration status of the device


//Check Modem communciation
AT

//Get Product name


ATI

//Get manufacturer info


AT+GSV

//Set the time in the device to the current system time


SET-CURRENT-TIME
//Read signal strength every 3 seconds in a loop
//Note that nested loop is not supported
LOOP 5

//Command to read signal strength


AT+CSQ

//This is the command to add wait between commands


WAIT=3

//Commands between LOOP and LOOP-END are executed for number of times specified in
LOOP command
LOOP-END

//Get device phone number


AT+CIMI

//Get the device serial number


AT+GSN

You might also like