Page 1 of 1
WS-6-MINI and per port stats via SNMP
Posted: Sat Nov 07, 2015 10:58 pm
by dcox
I'm looking at the WS-6-MINI as a replacement to the RB750UP and ERPOE-5 that we currently use. It looks very promising with great options.
Before I get one in here to check it out, can someone let me know:
Can I get "per Ethernet port" counters via SNMP? (ifInOctets, ifOutOctets, etc.)
FYI: This is something that is currently unavailable in ERPOE-5, and only recently available via RB750UP.
Re: WS-6-MINI and per port stats via SNMP
Posted: Sat Nov 07, 2015 11:04 pm
by sirhc
YES
Re: WS-6-MINI and per port stats via SNMP
Posted: Wed Mar 23, 2016 6:05 pm
by dcox
have my first netonix ws-6-mini deployed in the field.
Went to graph it's port usage via SNMP, and getting no stats back on a per port interface (described above).
Running 1.3.9 firmware
Can someone give me an update, known bug?
Re: WS-6-MINI and per port stats via SNMP
Posted: Wed Mar 23, 2016 6:11 pm
by sirhc
This is not a bug, you're doing something wrong.
Are you using our MIB files?
viewtopic.php?f=17&t=251Also here are instruction to setup SNMP
viewtopic.php?f=17&t=1253
Re: WS-6-MINI and per port stats via SNMP
Posted: Wed Mar 23, 2016 7:53 pm
by dcox
I'm looking at it now via snmpwalk, and there are indeed per port statistics being recorded, that's good.
However, my software isn't working right, it's Intermapper, and while it's early in the discovery process, one thing I noticed is that Netonix doesn't have a reported "type" like other hardware that I'm graphing.
For example, I don't see this when walking out the snmp:
IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.3 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.5 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.6 = INTEGER: ethernetCsmacd(6)
And perhaps that is the reason why my software isn't graphing correctly.
I think the custom mib is unnecessary for simple ethernet stats, but I will import it and see if that helps.
Re: WS-6-MINI and per port stats via SNMP
Posted: Wed Mar 23, 2016 8:06 pm
by dcox
I should also say, I think it's missing reported MTU as well:
example:
IF-MIB::ifMtu.1 = INTEGER: 16436
IF-MIB::ifMtu.2 = INTEGER: 1500
IF-MIB::ifMtu.3 = INTEGER: 1500
IF-MIB::ifMtu.4 = INTEGER: 2286
IF-MIB::ifMtu.5 = INTEGER: 1500
IF-MIB::ifMtu.6 = INTEGER: 1500