Page 111 / 145 Scroll up to view Page 106 - 110
111
8.8.1
SNMP Settings
Field name
Sample
Explanation
1.
Enable SNMP service
Enable/Disable
Run SNMP (Simple Network Management Protocol) service on
system's start up
2.
Enable remote access
Enable/Disable
Open
port
in
firewall
so
that
SNMP
(Simple
Network
Management Protocol) service may be reached from WAN
3.
Port
161
SNMP (Simple Network Management Protocol) service's port
4.
Community
Public/Private/Custom
The SNMP (Simple Network Management Protocol) Community
is an ID that allows access to a router's SNMP data
5.
Community name
custom
Set custom name to access SNMP
6.
Location
Location
Trap named sysLocation
7.
Contact
Trap named sysContact
8.
Name
Name
Trap named sysName
Variables/OID
OID
Description
1.
1.3.6.1.4.1.99999.1.1.1
Modem IMEI
2.
1.3.6.1.4.1.99999.1.1.2
Modem model
3.
1.3.6.1.4.1.99999.1.1.3
Modem manufacturer
4.
1.3.6.1.4.1.99999.1.1.4
Modem revision
5.
1.3.6.1.4.1.99999.1.1.5
Modem serial number
6.
1.3.6.1.4.1.99999.1.1.6
SIM status
7.
1.3.6.1.4.1.99999.1.1.7
Pin status
8.
1.3.6.1.4.1.99999.1.1.8
IMSI
9.
1.3.6.1.4.1.99999.1.1.9
Mobile network registration status
10.
1.3.6.1.4.1.99999.1.1.10
Signal level
11.
1.3.6.1.4.1.99999.1.1.11
Operator currently in use
12.
1.3.6.1.4.1.99999.1.1.12
Operator number (MCC+MNC)
13.
1.3.6.1.4.1.99999.1.1.13
Data session connection state
14.
1.3.6.1.4.1.99999.1.1.14
Data session connection type
15.
1.3.6.1.4.1.99999.1.1.15
Signal strength trap
16.
1.3.6.1.4.1.99999.1.1.16
Connection type trap
Page 112 / 145
112
8.8.2
TRAP Settings
Field name
Sample
Explanation
1.
SNMP Trap
Enable/Disable
Enable
SNMP
(Simple
Network
Management
Protocol)
trap
functionality
2.
Host/IP
192.168.99.155
Host to transfer SNMP (Simple Network Management Protocol)
traffic to
3.
Port
162
Port for trap's host
4.
Community
Public/Private
The SNMP (Simple Network Management Protocol) Community is an
ID that allows access to a router's SNMP data
8.9
SMS Gateway
8.9.1
Post/Get Configuration
Post/Get Configuration allows you to perform actions by writing these requests URI after your device IP address.
Page 113 / 145
113
Field name
Values
Notes
1.
Enable
Enabled / Disabled
Enable
SMS
management
functionality
through
POST/GET
2.
User name
admin
User name used for authorization
3.
Password
*******
Password used for authorization (default- admin01)
Do not forget to change parameters in the url according to your POST/GET Configuration!
8.9.1.1
SMS by HTTP POST/GET
It is possible to read and send SMS by using valid HTTP POST/GET syntax. Use web browser or any other
compatible software to submit HTTP POST/GET string to router. Router must be connected to GSM network when using
“SMS send” feature.
Action
POST/GET url e.g.
1.
View mobile
messages list
/cgi-bin/sms_list?username=admin&password=admin01
2.
Read mobile
message
/cgi-bin/sms_read?username=admin&password=admin01&number=1
3.
Send mobile
messages
/cgi-bin/sms_send?username=admin&password=admin01&number=0037060000001&text=testmessage
4.
View mobile
messages
total
/cgi-bin/sms_total?username=admin&password=admin01
5.
Delete mobile
message
/cgi-bin/sms_delete?username=admin&password=admin01&number=1
8.9.1.2
Syntax of HTTP POST/GET string
HTTP POST/GET string
Explanation
http://{IP_AD
DRESS}
/cgi-bin/sms_read?
username={your_user_name}&password={your_password}&number={MESSAG
E_INDEX}
Read message
/cgi-bin/sms_send?
username={your_user_name}&password={your_password}&number={PHONE_
NUMBER}&text={MESSAGE_TEXT}
Send message
/cgi-bin/sms_delete?
Delete message
Page 114 / 145
114
username={your_user_name}&password={your_password}&number={MESSAG
E_INDEX}
/cgi-bin/ sms_list? username={your_user_name}&password={your_password}
List all messages
/cgi-bin/sms_ total? username={your_user_name}&password={your_password}
Number of
messages in
memory
Note: parameters of HTTP POST/GET string are in capital letters inside curly brackets. Curly brackets (“{ }”) are not
needed when submitting HTTP POST/GET string.
8.9.1.3
Parameters of HTTP POST/GET string
Parameter
Explanation
1.
IP_ADDRESS
IP address of your router
2.
MESSAGE_INDEX
SMS index in memory
3.
PHONE_NUMBER
Phone number of the message receiver.
Note:
Phone
number
must
contain
country
code.
Phone
number
format
is:
00{COUNTRY_CODE} {RECEIVER_NUMBER}.
E.g.: 0037062312345 (370 is country code and 62312345 is receiver phone number)
4.
MESSAGE_TEXT
Text of SMS. Note: Maximum number of characters per SMS is 160. You cannot send
longer messages. It is suggested to use alphanumeric characters only.
After every executed command router will respond with return status.
8.9.1.4
Possible responses after command execution
Response
Explanation
1.
OK
Command executed successfully
2.
ERROR
An error occurred while executing command
3.
TIMEOUT
No response from the module received
4.
WRONG_NUMBER
SMS receiver number format is incorrect or SMS index number is incorrect
5.
NO MESSAGE
There is no message in memory by given index
6.
NO MESSAGES
There are no stored messages in memory
8.9.1.5
HTTP POST/GET string examples
http://192.168.1.1 /cgi-bin/sms_list?username=admin&password=admin01
Page 115 / 145
115
8.9.2
Email to SMS
Field name
Values
Notes
1.
Enable
Enable/Disable
Allows to convert received Email to SMS
2.
POP3 server
“pop.gmail.com”
POP3 server address
3.
Server port
“995”
Server authentication port
4.
User name
admin
User name using for server authentication
5.
Password
“admin01”
Password using for server authentication
6.
Secure connection
(SLL)
Enable/Disable
(SSL) is a protocol for transmitting private documents
via the Internet. SSL uses a cryptographic system that
uses two keys to encrypt
data − a public key known to
everyone and a private or secret key known only to
the recipient of the message.
7.
Check mail every
Minutes
Hours
Days
Mail checking period
8.9.3
Scheduled Messages
Scheduled messages allow to periodically sending mobile messages to specified number.

Rate

4 / 5 based on 3 votes.

Popular Teltonika Models

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top