Add SNMP OID of WAN Traffic For CnPilot Series

Hello,

i think it's important to monitor the total throughput of wan interface for make easyer toubleshooting but not only from the cambium cloud. For limit the propagation of traffic in internet generated from monitoring tools i think it is important add this feature in SNMP data to keeep internal that traffic.

If i can suggest a implementation for the next firmware is to add this possibility.

Thanks in advance.

Hi, 

what do you mean with "WAN interface"?
Any interface is visible with SNMP.
These are for eth0, counter64:

IF-MIB::ifHCInOctets.6

IF-MIB::ifHCOutOctets.6

Hi,

i mean that with my cacti server if i try to reach the information of the interfaces from the IP of one of our CnPilot the output is this:

+ Running data query [1].
+ Found type = '3' [SNMP Query].
+ Found data query XML file at '/usr/share/cacti/site/resource/snmp_queries/interface.xml'
+ XML file parsed ok.
+ Executing SNMP get for num of indexes @ '.1.3.6.1.2.1.2.1.0' Index Count:
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.2.2.1.1' Index Count: 0
+ No SNMP data returned

I'have opened a ticket on cambium support to acheive the OID of the wan interface of CnPilot R201 but they said to me that the only OID that they have was about Wlan interfaces.

If you can help me i'll be grated.


@Defeross wrote:

Hello,

i think it's important to monitor the total throughput of wan interface for make easyer toubleshooting but not only from the cambium cloud. For limit the propagation of traffic in internet generated from monitoring tools i think it is important add this feature in SNMP data to keeep internal that traffic.

If i can suggest a implementation for the next firmware is to add this possibility.

Thanks in advance.


$ snmptranslate -On IF-MIB::ifHCOutOctets.6
.1.3.6.1.2.1.31.1.1.1.10.6
$ snmptranslate -On IF-MIB::ifHCInOctets.6
.1.3.6.1.2.1.31.1.1.1.6.6

The ending ".6" should be eth0 interface, the wired one.

These are counter64, choose 64 bit in your cacti.

Hi MW_WISP,

i made more research about the OID in my cacti and i found that the conter64 OID is present in the xml of cacti.

But the CnPilot still not reply to the interface SNMP query.

The cacti retrive the base information as host name, uptime, contacts but the interface data no.

Do you have any other suggestion?

Thanks in advance