Page 7 of 7

Re: MIB File

Posted: Tue Nov 28, 2017 12:20 am
by FuzzyDice
Would it be possible to get the TX/RX Data values from SNMP?

Re: MIB File

Posted: Mon Apr 30, 2018 12:28 pm
by IntL-Daniel
Is it possible to monitor memory consuption via SNMP? I cannot find value in SNMP MIB.

Re: MIB File

Posted: Wed Jul 25, 2018 11:50 am
by s7stem-abotbyl
Any way to put Packets per Second in the MIB file? Grabbing it via API is a painful workaround.

Re: Increase the on board 24V power supply capacity

Posted: Thu Aug 16, 2018 5:12 pm
by alex03
There is some way to monitor the voltage input in a DC netonix through some software.? for example -The Dude-

Re: Increase the on board 24V power supply capacity

Posted: Thu Aug 16, 2018 5:30 pm
by sirhc
alex03 wrote:There is some way to monitor the voltage input in a DC netonix through some software.? for example -The Dude-


WHy would you ask this question in this thread? It's like going into the donut shop and asking how much for a can of oil.

But anyway our switches support SNMP and you can get all the info you want via SNMP.

I would upgrade to v1.5.0 or v1.5.1rc4, download our MIB file and there you go.

You can search the forum with the Search box and find out answers to many question already asked and answered.

I MOVED YOUR POST AND MINE TO A BETTER PLACE

Re: MIB File

Posted: Thu Mar 28, 2019 2:11 am
by Omniflux
Can we get SNMP support for the following items?
(listed in order of usefulness, for me)

Power available - for example, the WS-12-250 description says:
250 Watt POE budget when input voltage above 12V
200 Watt POE budget when input voltage above 11V
150 Watt POE budget when input voltage below 10V

An entry reporting when power to a port is turned off due to PoE Smart failing - possibly as POWER-ETHERNET-MIB::pethPsePortDetectionStatus?

POWER-ETHERNET-MIB::pethMainPsePower - value depends on 24v/48v and HV or not
POWER-ETHERNET-MIB::pethPsePortAdminEnable

EtherLike-MIB::dot3PauseTable
EtherLike-MIB::dot3StatsTable

Also, in the current MIB, the description for fanEntry references disk instead of fan

Re: MIB File

Posted: Thu Mar 28, 2019 3:11 am
by Omniflux
dcdcEfficiency is missing the instance subidentifier (.0). I'm running 1.5.2.

Re: MIB File

Posted: Mon Apr 08, 2019 12:28 am
by Omniflux
If an element is queried from a non existent table, it appears the next table is used for the reply instead of No Such Object.

Code: Select all
$ snmpget -v2c -c XXX -On 100.96.49.2 .1.3.6.1.2.1.2.2.1.6.3
.1.3.6.1.2.1.2.2.1.7.3 = INTEGER: up(1)


This fills my NMS logfile with lines like

Code: Select all
 SNMP response from host "100.96.60.2" contains variable bindings that do not match the request: sent ".1.3.6.1.2.1.2.2.1.6.10", received ".1.3.6.1.2.1.2.2.1.7.10"

Re: MIB File

Posted: Mon Apr 08, 2019 1:07 am
by Stephen
Will be doing an rc release soon with some accumulated issues. Will check this and add it to the list.

Re: MIB File

Posted: Wed May 01, 2019 12:45 pm
by Omniflux
I would also like to request IP-MIB be enabled