FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
492 views 4 comments
by anonymous
Hi.

I have a computer that I want to monitor how much data it have used in/out on WAN, can I do that in RUT240? Im using a 4G connection, thats why I wonder.

1 Answer

0 votes
by anonymous

Hello
you could use SNMP or Modbus TCP slave service to scan this data.

Install the SNMP package via Package Manager (menu System> Package Manager). Then you should enable it on the menu Services > SNMP.

OID for received packets count: .1.3.6.1.4.1.48690.2.10.0

OID for sent packets count: .1.3.6.1.4.1.48690.2.11.0

Related link: https://wiki.teltonika-networks.com/view/RUT240_SNMP

Or you can enable Modbus TCP Slave (menu Services > Modbus > Modbus TCP Slave) and configure Modbus TCP master on your PC. For example, register address 135 will provide you mobile data received today.

Related link: https://wiki.teltonika-networks.com/view/RUT240_Modbus

Best regards.

by anonymous

Thank you for your answer!

But Im not sure how to use SNMP in Teltonika. I have read this https://wiki.teltonika-networks.com/view/RUT240_SNMP but cant figure out how to use it. Do you mind to explain or maybe have any links that I could read to understand how to use it on the router?

Thanks

by anonymous

For testing SNMP I am using MIB browser. For this task you will need to download and install MIB browser: (http://ireasoning.com/downloadmibbrowserlicense.shtml).

 

Step 1. Install the SNMP package via Package Manager (menu System> Package Manager).

Step 2. Enable SNMP and Remote access for SNMP service on the menu Services > SNMP. Leave everything else by default.

Step 2. Open MIB browser on your PC.

Step 3. Download MIB file from your router and load it to the browser.

Step 4. Configure IP address of the RUT240 and SNMPv2 in advanced section on MIB browser.

Step 5. Select “Get Bulk” in the top right corner, press “Go”. You should get info from the router.

Step 6. Use MIB browser to get sent/received data from the router.

OID for received packets count: .1.3.6.1.4.1.48690.2.10.0

OID for sent packets count: .1.3.6.1.4.1.48690.2.11.0

by

modbus parameters list seem not to match on my RUT230.

Here you describe register 135 as mobile data, in manual is indicated as Digital input (DIN1) state

https://wiki.teltonika-networks.com/view/Monitoring_via_Modbus#List_of_parameters

Where can I find a updated list?

 

 


Current Firmware Information
Firmware version RUT2XX_R_00.01.11.3
Firmware build date 2019-12-04, 13:29:09
Kernel version 3.18.44
Bootloader version 3.2.0
 

Thank you,

Carlo

by anonymous

Hello,

I apologize because I made a mistake in the main example and you found it.
So, the correct Modbus TCP Slave patameters list is given here:

https://wiki.teltonika-networks.com/view/RUT230_Modbus

The amount of data consumed or sent is shown by registers from 141-157.

Kind regards.