Monitoring network traffic in real time using SNMP

Greetings!

For the past few hours I’ve been trying to find a way to monitor the network traffic of one of my client’s Peplink (Peplink Balance 210 using the firmware 8.0.2 build 4407) since they do require this type of information.

I have checked the MIB file for such appliance and I was able to find the following information:

  1. WAN name: .1.3.6.1.4.1.23695.2.1.2.1.2
  2. WAN status: .1.3.6.1.4.1.23695.2.1.2.1.3
  3. Data Type Id: .1.3.6.1.4.1.23695.2.1.4.1.1 (WAN network usage type id: daily, monthly and since last reboot)
  4. Wan Data Usage TX Byte: .1.3.6.1.4.1.23695.2.1.4.1.2
  5. Wan Data Usage RX Byte: .1.3.6.1.4.1.23695.2.1.4.1.3

I’m not that familiar with Peplink so I apologize is this question is quite “newbie” but would be possible to monitor the network usage for each of their network interfaces in real time? Or such thing would not be possible?

I did try the public OID related to network traffic but I did notice if I run the command using the public OID ifIndex I’ll get indexes 1,2,3,4 and 6 whereas if I run the private OID ( .1.3.6.1.4.1.23695.2.1.2.1.1) I’ll get the IDs 0,1,2 and 3. This has caused a few issues and I’m trying to find a solution to this.

Standard/Public MIB should be fine to use to calculate interface bandwidth. This maybe a hard work as it involved of calculation after the SNMP information obtained.

May i know what tool you are using to monitor the interface bandwidth usage ? I tested Paessler PRTG using the Bandwidth monitor sensor (Public MiB) it able to get a very good data for the interface usage.

2 Likes