This is the data :
MIKROTIK-MIB::mtxrWl60GMode.1 = INTEGER: bridge(3)
MIKROTIK-MIB::mtxrWl60GSsid.1 = STRING: Parkwood
MIKROTIK-MIB::mtxrWl60GConnected.1 = INTEGER: true(1)
MIKROTIK-MIB::mtxrWl60GRemote.1 = STRING: 30:7:4d:43:5:b
MIKROTIK-MIB::mtxrWl60GFreq.1 = INTEGER: 62640
MIKROTIK-MIB::mtxrWl60GMcs.1 = INTEGER: 8
MIKROTIK-MIB::mtxrWl60GSignal.1 = INTEGER: 80
MIKROTIK-MIB::mtxrWl60GTxSector.1 = INTEGER: 34
MIKROTIK-MIB::mtxrWl60GRxSector.1 = INTEGER: 96
MIKROTIK-MIB::mtxrWl60GStaConnected.4 = INTEGER: true(1)
MIKROTIK-MIB::mtxrWl60GStaRemote.4 = STRING: 30:7:4d:43:5:b
MIKROTIK-MIB::mtxrWl60GStaMcs.4 = INTEGER: 8
MIKROTIK-MIB::mtxrWl60GStaSignal.4 = INTEGER: 80
MIKROTIK-MIB::mtxrWl60GStaTxSector.4 = INTEGER: 34
MIKROTIK-MIB::mtxrWl60GStaRxSector.4 = INTEGER: 96
I’m not sure where we’d put this, since it doesn’t’ seem to fit into the existing P2P radio entity.
Can you explain what the “stations” are? Is this P2MP?
The parent interface is instanced (.1), which suggests their could be more than one of them.
Adam.
From: observium observium-bounces@observium.org On Behalf Of Travis Garrison Sent: 03 May 2018 22:20 To: Observium observium@observium.org Subject: Re: [Observium] [Question] Is possible add MIBs?
Attached is the snmp walks. If you don’t mind, I would like to get a copy of the code that needs added so that I could see how it is completed and submit updates in the future.
Thanks
Travis
From: observium < mailto:observium-bounces@observium.org observium-bounces@observium.org> On Behalf Of Adam Armstrong Sent: Thursday, May 3, 2018 4:00 PM To: mailto:observium@observium.org observium@observium.org Subject: Re: [Observium] [Question] Is possible add MIBs?
Please do complete walks of a device with this data exposed with and without MIKROTIK-MiB loaded.
E.g.
snmpbulkwalk -v2c -c <community> -M mibs/rfc:mibs/mikrotik -m MIKROTIK-MIB <host> 1.3.6.1.4.1.14988 >> walk.txt
snmpbulkwalk -v2c -c <community> <host> 1.3.6.1.4.1.14988 >> raw-walk.txt
adam.
Sent from http://www.getmailbird.com/?utm_source=Mailbird&utm_medium=email&utm_campaign=sent-from-mailbird Mailbird
On 2018-05-03 20:33:19, Travis Garrison < mailto:travis@netviscom.com travis@netviscom.com> wrote:
From what I can see, the old wireless stats are located in oid .1.3.6.1.4.1.14988.1.1.1.3.1.x.x. The new locations for the 60GHz radios are located at 1.3.6.1.4.1.14988.1.1.1.8.1.x.x. I would update the code if I knew how. I need to learn a bit more programming before I am able.
For main interfaces:
1.3.6.1.4.1.14988.1.1.1.8.1.6.1 integer Frequency
1.3.6.1.4.1.14988.1.1.1.8.1.7.1 integer MCS
1.3.6.1.4.1.14988.1.1.1.8.1.8.1 integer Signal quality
1.3.6.1.4.1.14988.1.1.1.8.1.9.1 integer tx-sector
1.3.6.1.4.1.14988.1.1.1.8.1.10.1 integer rx-sector
station interfaces will be numbered forward starting from this point
1.1.1.8(+1).1.6.1 integer Frequency
...
etc
Thanks
Travis
From: observium < mailto:observium-bounces@observium.org observium-bounces@observium.org> On Behalf Of Adam Armstrong Sent: Thursday, May 3, 2018 2:05 PM To: mailto:observium@observium.org observium@observium.org Subject: Re: [Observium] [Question] Is possible add MIBs?
What exactly have they changed?
MIBs don't do anything. Stop asking for "mibs to be updated". Someone has to write code to support things. No one can write code if people keep parroting the same useless 3 word requests and don't give any useful information.
adam.
Sent from http://www.getmailbird.com/?utm_source=Mailbird&utm_medium=email&utm_campaign=sent-from-mailbird Mailbird
On 2018-05-03 14:31:06, Travis Garrison < mailto:travis@netviscom.com travis@netviscom.com> wrote:
Could we also update the Mikrotik MIB for the new 60GHz radios? Looks like they changed how those radios report and we cannot see the wireless stats.
Thanks
Travis
From: observium < mailto:observium-bounces@observium.org observium-bounces@observium.org> On Behalf Of San Rollheiser Sent: Thursday, May 3, 2018 5:02 AM To: Observium < mailto:observium@observium.org observium@observium.org> Subject: Re: [Observium] [Question] Is possible add MIBs?
Hi, the MIB is related with the new airfiber firmware.
This is the MIB:
https://dl.ubnt.com/firmwares/airfiber5/v4.0.3/UBNT-MIB.txt https://dl.ubnt.com/firmwares/airfiber5/v4.0.3/UBNT-MIB.txt
Is possible add?
BR
Santiago
Enviado desde mi iPhone
El 2 may. 2018, a la(s) 19:54, < mailto:adama@memetic.org adama@memetic.org> < mailto:adama@memetic.org adama@memetic.org> escribió:
Hi,
You need to write code to support collection of the data in the MIBs, MIBs by themselves aren’t sufficient to enable meaningful collection of metrics.
What new things are in this version of the MIB?
Adam.
From: observium < mailto:observium-bounces@observium.org observium-bounces@observium.org> On Behalf Of San Rollheiser Sent: 02 May 2018 20:38 To: Observium Network Observation System < mailto:observium@observium.org observium@observium.org> Subject: [Observium] [Question] Is possible add MIBs?
Hi, how are you?
Only have a one question, on the site of Ubiquiti have a Custom MiBs for AirFiber i possible add this MiBs in Observium?
I think this MIB have more addition info about the AirFiber Status.
BR
Santiago
_______________________________________________ observium mailing list mailto:observium@observium.org observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium http://postman.memetic.org/cgi-bin/mailman/listinfo/observium