Page 1 of 3

Radwin Radios SNMP

Posted: Thu Mar 02, 2017 4:55 pm
by pmnykh
Hi,

I'm have 2 test systems Nagios Core & NagiosXI and both of them have the same issue.
I need to monitor Radios signal.
Radwin's MIB was installed on NagiosXI through GUI (Admin->Manage MIBs->"Process trap" Upload MIB). On the NagiosCore server it was uploaded to /usr/share/snmp/mibs/ and /root/.snmp/mibs/
Looks like on both servers that MIB was added

addmib /usr/share/snmp/mibs/WinLink1000.mib This file looks like it has been added already! Exiting.

"If" (ifSpeed.1), if commands are working well. I think because they are using default MIBs.

./check_snmp -H 192.168.1.110 -o ifSpeed.1 -P 3 --seclevel=authPriv --secname=admin --authproto=md5 --authpasswd='netman123' --privpasswd='netman123' --privproto=des
SNMP OK - 1000000000 | IF-MIB::ifSpeed.1=1000000000


But commands from WinLink1000.mib (Radwin's MIB) are not working

./check_snmp -H 192.168.1.110 -o winlink1000OduAdmProductType -P 3 --seclevel=authPriv --secname=admin --authproto=md5 --authpasswd='netman123' --privpasswd='netman123' --privproto=des
External command error: Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: RADWIN-MIB-WINLINK1000::winlink1000OduAdmProductType


or

./check_snmp -H 192.168.1.110 -o 1.3.6.1.4.1.4458.1000.1.1.1 -P 3 --seclevel=authPriv --secname=admin --authproto=md5 --authpasswd='netman123' --privpasswd='netman123' --privproto=des
External command error: Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: RADWIN-MIB-WINLINK1000::winlink1000OduAdmProductType


Any ideas why?

Re: Radwin Radios SNMP

Posted: Thu Mar 02, 2017 5:42 pm
by tgriep
Can you post the WinLink1000.mib file here so we can view it's contents to see if the OID's you are checking are in it?

Re: Radwin Radios SNMP

Posted: Thu Mar 02, 2017 6:04 pm
by pmnykh
I'm not sure if I can post it since to receive that file you need to register on their partners website.
In the internet I found

http://www.snmplink.org/cgi-bin/nd/m/En ... nk1000.mib
https://www.google.com/url?sa=t&rct=j&q ... 7831,d.amc

MIB file start

--
--
-- RADWIN Management Information Base (MIB)
-- Generated 01/05/16 14:23:32 Version: 10.2.40_b9653
--
RADWIN-MIB-WINLINK1000 DEFINITIONS ::= BEGIN

IMPORTS
enterprises, IpAddress, Counter, Gauge, TimeTicks
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
DisplayString, ifIndex
FROM RFC1213-MIB
TRAP-TYPE
FROM RFC-1215;


radwin OBJECT IDENTIFIER ::= { enterprises 4458 }
winlink1000 OBJECT IDENTIFIER ::= { radwin 1000 }

-- ###########################################################
-- ODU
-- ###########################################################

winlink1000Odu OBJECT IDENTIFIER ::= { winlink1000 1 }

-- ###########################################################
-- ODU Admin
-- ###########################################################

winlink1000OduAdmin OBJECT IDENTIFIER ::= { winlink1000Odu 1 }

winlink1000OduAdmProductType OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"ODU configuration description."
::= { winlink1000OduAdmin 1 }

So as you can see "winlink1000OduAdmProductType" is there.

Re: Radwin Radios SNMP

Posted: Fri Mar 03, 2017 10:32 am
by tgriep
It might be a format issue with the file so that is why I would like to see it.
Can you run this snmptranslate command on your Nagios server and post the output here?

Code: Select all

snmptranslate -m /usr/share/snmp/mibs/WinLink1000.mib -TZ
It should print out descriptive name of the OID's as well as the numeric value so you can confirm that the file format is valid.

Re: Radwin Radios SNMP

Posted: Fri Mar 03, 2017 11:11 am
by pmnykh
tgriep wrote:It might be a format issue with the file so that is why I would like to see it.
Can you run this snmptranslate command on your Nagios server and post the output here?

Code: Select all

snmptranslate -m /usr/share/snmp/mibs/WinLink1000.mib -TZ
It should print out descriptive name of the OID's as well as the numeric value so you can confirm that the file format is valid.
Invalid -T<lostpad> character: Z
USAGE: snmptranslate [OPTIONS] OID [OID]...
Version: 5.7.2
Web: http://www.net-snmp.org/
Email: [email protected]

Re: Radwin Radios SNMP

Posted: Fri Mar 03, 2017 1:21 pm
by tgriep
It is my day for typo's, it is a lower case z so try running this instead.

Code: Select all

snmptranslate -m /usr/share/snmp/mibs/WinLink1000.mib -Tz

Re: Radwin Radios SNMP

Posted: Fri Mar 03, 2017 5:07 pm
by pmnykh
tgriep wrote:It is my day for typo's, it is a lower case z so try running this instead.

Code: Select all

snmptranslate -m /usr/share/snmp/mibs/WinLink1000.mib -Tz

Code: Select all

snmptranslate -m /usr/share/snmp/mibs/WinLink1000.mib -Tz
"org"                   "1.3"
"dod"                   "1.3.6"
"internet"                      "1.3.6.1"
"directory"                     "1.3.6.1.1"
"mgmt"                  "1.3.6.1.2"
"mib-2"                 "1.3.6.1.2.1"
"system"                        "1.3.6.1.2.1.1"
"sysDescr"                      "1.3.6.1.2.1.1.1"
"sysObjectID"                   "1.3.6.1.2.1.1.2"
"sysUpTime"                     "1.3.6.1.2.1.1.3"
"sysContact"                    "1.3.6.1.2.1.1.4"
"sysName"                       "1.3.6.1.2.1.1.5"
"sysLocation"                   "1.3.6.1.2.1.1.6"
"sysServices"                   "1.3.6.1.2.1.1.7"
"interfaces"                    "1.3.6.1.2.1.2"
"ifNumber"                      "1.3.6.1.2.1.2.1"
"ifTable"                       "1.3.6.1.2.1.2.2"
"ifEntry"                       "1.3.6.1.2.1.2.2.1"
"ifIndex"                       "1.3.6.1.2.1.2.2.1.1"
"ifDescr"                       "1.3.6.1.2.1.2.2.1.2"
"ifType"                        "1.3.6.1.2.1.2.2.1.3"
"ifMtu"                 "1.3.6.1.2.1.2.2.1.4"
"ifSpeed"                       "1.3.6.1.2.1.2.2.1.5"
"ifPhysAddress"                 "1.3.6.1.2.1.2.2.1.6"
"ifAdminStatus"                 "1.3.6.1.2.1.2.2.1.7"
"ifOperStatus"                  "1.3.6.1.2.1.2.2.1.8"
"ifLastChange"                  "1.3.6.1.2.1.2.2.1.9"
"ifInOctets"                    "1.3.6.1.2.1.2.2.1.10"
"ifInUcastPkts"                 "1.3.6.1.2.1.2.2.1.11"
"ifInNUcastPkts"                        "1.3.6.1.2.1.2.2.1.12"
"ifInDiscards"                  "1.3.6.1.2.1.2.2.1.13"
"ifInErrors"                    "1.3.6.1.2.1.2.2.1.14"
"ifInUnknownProtos"                     "1.3.6.1.2.1.2.2.1.15"
"ifOutOctets"                   "1.3.6.1.2.1.2.2.1.16"
"ifOutUcastPkts"                        "1.3.6.1.2.1.2.2.1.17"
"ifOutNUcastPkts"                       "1.3.6.1.2.1.2.2.1.18"
"ifOutDiscards"                 "1.3.6.1.2.1.2.2.1.19"
"ifOutErrors"                   "1.3.6.1.2.1.2.2.1.20"
"ifOutQLen"                     "1.3.6.1.2.1.2.2.1.21"
"ifSpecific"                    "1.3.6.1.2.1.2.2.1.22"
"at"                    "1.3.6.1.2.1.3"
"atTable"                       "1.3.6.1.2.1.3.1"
"atEntry"                       "1.3.6.1.2.1.3.1.1"
"atIfIndex"                     "1.3.6.1.2.1.3.1.1.1"
"atPhysAddress"                 "1.3.6.1.2.1.3.1.1.2"
"atNetAddress"                  "1.3.6.1.2.1.3.1.1.3"
"ip"                    "1.3.6.1.2.1.4"
"ipForwarding"                  "1.3.6.1.2.1.4.1"
"ipDefaultTTL"                  "1.3.6.1.2.1.4.2"
"ipInReceives"                  "1.3.6.1.2.1.4.3"
"ipInHdrErrors"                 "1.3.6.1.2.1.4.4"
"ipInAddrErrors"                        "1.3.6.1.2.1.4.5"
"ipForwDatagrams"                       "1.3.6.1.2.1.4.6"
"ipInUnknownProtos"                     "1.3.6.1.2.1.4.7"
"ipInDiscards"                  "1.3.6.1.2.1.4.8"
"ipInDelivers"                  "1.3.6.1.2.1.4.9"
"ipOutRequests"                 "1.3.6.1.2.1.4.10"
"ipOutDiscards"                 "1.3.6.1.2.1.4.11"
"ipOutNoRoutes"                 "1.3.6.1.2.1.4.12"
"ipReasmTimeout"                        "1.3.6.1.2.1.4.13"
"ipReasmReqds"                  "1.3.6.1.2.1.4.14"
"ipReasmOKs"                    "1.3.6.1.2.1.4.15"
"ipReasmFails"                  "1.3.6.1.2.1.4.16"
"ipFragOKs"                     "1.3.6.1.2.1.4.17"
"ipFragFails"                   "1.3.6.1.2.1.4.18"
"ipFragCreates"                 "1.3.6.1.2.1.4.19"
"ipAddrTable"                   "1.3.6.1.2.1.4.20"
"ipAddrEntry"                   "1.3.6.1.2.1.4.20.1"
"ipAdEntAddr"                   "1.3.6.1.2.1.4.20.1.1"
"ipAdEntIfIndex"                        "1.3.6.1.2.1.4.20.1.2"
"ipAdEntNetMask"                        "1.3.6.1.2.1.4.20.1.3"
"ipAdEntBcastAddr"                      "1.3.6.1.2.1.4.20.1.4"
"ipAdEntReasmMaxSize"                   "1.3.6.1.2.1.4.20.1.5"
"ipRouteTable"                  "1.3.6.1.2.1.4.21"
"ipRouteEntry"                  "1.3.6.1.2.1.4.21.1"
"ipRouteDest"                   "1.3.6.1.2.1.4.21.1.1"
"ipRouteIfIndex"                        "1.3.6.1.2.1.4.21.1.2"
"ipRouteMetric1"                        "1.3.6.1.2.1.4.21.1.3"
"ipRouteMetric2"                        "1.3.6.1.2.1.4.21.1.4"
"ipRouteMetric3"                        "1.3.6.1.2.1.4.21.1.5"
"ipRouteMetric4"                        "1.3.6.1.2.1.4.21.1.6"
"ipRouteNextHop"                        "1.3.6.1.2.1.4.21.1.7"
"ipRouteType"                   "1.3.6.1.2.1.4.21.1.8"
"ipRouteProto"                  "1.3.6.1.2.1.4.21.1.9"
"ipRouteAge"                    "1.3.6.1.2.1.4.21.1.10"
"ipRouteMask"                   "1.3.6.1.2.1.4.21.1.11"
"ipRouteMetric5"                        "1.3.6.1.2.1.4.21.1.12"
"ipRouteInfo"                   "1.3.6.1.2.1.4.21.1.13"
"ipNetToMediaTable"                     "1.3.6.1.2.1.4.22"
"ipNetToMediaEntry"                     "1.3.6.1.2.1.4.22.1"
"ipNetToMediaIfIndex"                   "1.3.6.1.2.1.4.22.1.1"
"ipNetToMediaPhysAddress"                       "1.3.6.1.2.1.4.22.1.2"
"ipNetToMediaNetAddress"                        "1.3.6.1.2.1.4.22.1.3"
"ipNetToMediaType"                      "1.3.6.1.2.1.4.22.1.4"
"ipRoutingDiscards"                     "1.3.6.1.2.1.4.23"
"icmp"                  "1.3.6.1.2.1.5"
"icmpInMsgs"                    "1.3.6.1.2.1.5.1"
"icmpInErrors"                  "1.3.6.1.2.1.5.2"
"icmpInDestUnreachs"                    "1.3.6.1.2.1.5.3"
"icmpInTimeExcds"                       "1.3.6.1.2.1.5.4"
"icmpInParmProbs"                       "1.3.6.1.2.1.5.5"
"icmpInSrcQuenchs"                      "1.3.6.1.2.1.5.6"
"icmpInRedirects"                       "1.3.6.1.2.1.5.7"
"icmpInEchos"                   "1.3.6.1.2.1.5.8"
"icmpInEchoReps"                        "1.3.6.1.2.1.5.9"
"icmpInTimestamps"                      "1.3.6.1.2.1.5.10"
"icmpInTimestampReps"                   "1.3.6.1.2.1.5.11"
"icmpInAddrMasks"                       "1.3.6.1.2.1.5.12"
"icmpInAddrMaskReps"                    "1.3.6.1.2.1.5.13"
"icmpOutMsgs"                   "1.3.6.1.2.1.5.14"
"icmpOutErrors"                 "1.3.6.1.2.1.5.15"
"icmpOutDestUnreachs"                   "1.3.6.1.2.1.5.16"
"icmpOutTimeExcds"                      "1.3.6.1.2.1.5.17"
"icmpOutParmProbs"                      "1.3.6.1.2.1.5.18"
"icmpOutSrcQuenchs"                     "1.3.6.1.2.1.5.19"
"icmpOutRedirects"                      "1.3.6.1.2.1.5.20"
"icmpOutEchos"                  "1.3.6.1.2.1.5.21"
"icmpOutEchoReps"                       "1.3.6.1.2.1.5.22"
"icmpOutTimestamps"                     "1.3.6.1.2.1.5.23"
"icmpOutTimestampReps"                  "1.3.6.1.2.1.5.24"
"icmpOutAddrMasks"                      "1.3.6.1.2.1.5.25"
"icmpOutAddrMaskReps"                   "1.3.6.1.2.1.5.26"
"tcp"                   "1.3.6.1.2.1.6"
"tcpRtoAlgorithm"                       "1.3.6.1.2.1.6.1"
"tcpRtoMin"                     "1.3.6.1.2.1.6.2"
"tcpRtoMax"                     "1.3.6.1.2.1.6.3"
"tcpMaxConn"                    "1.3.6.1.2.1.6.4"
"tcpActiveOpens"                        "1.3.6.1.2.1.6.5"
"tcpPassiveOpens"                       "1.3.6.1.2.1.6.6"
"tcpAttemptFails"                       "1.3.6.1.2.1.6.7"
"tcpEstabResets"                        "1.3.6.1.2.1.6.8"
"tcpCurrEstab"                  "1.3.6.1.2.1.6.9"
"tcpInSegs"                     "1.3.6.1.2.1.6.10"
"tcpOutSegs"                    "1.3.6.1.2.1.6.11"
"tcpRetransSegs"                        "1.3.6.1.2.1.6.12"
"tcpConnTable"                  "1.3.6.1.2.1.6.13"
"tcpConnEntry"                  "1.3.6.1.2.1.6.13.1"
"tcpConnState"                  "1.3.6.1.2.1.6.13.1.1"
"tcpConnLocalAddress"                   "1.3.6.1.2.1.6.13.1.2"
"tcpConnLocalPort"                      "1.3.6.1.2.1.6.13.1.3"
"tcpConnRemAddress"                     "1.3.6.1.2.1.6.13.1.4"
"tcpConnRemPort"                        "1.3.6.1.2.1.6.13.1.5"
"tcpInErrs"                     "1.3.6.1.2.1.6.14"
"tcpOutRsts"                    "1.3.6.1.2.1.6.15"
"udp"                   "1.3.6.1.2.1.7"
"udpInDatagrams"                        "1.3.6.1.2.1.7.1"
"udpNoPorts"                    "1.3.6.1.2.1.7.2"
"udpInErrors"                   "1.3.6.1.2.1.7.3"
"udpOutDatagrams"                       "1.3.6.1.2.1.7.4"
"udpTable"                      "1.3.6.1.2.1.7.5"
"udpEntry"                      "1.3.6.1.2.1.7.5.1"
"udpLocalAddress"                       "1.3.6.1.2.1.7.5.1.1"
"udpLocalPort"                  "1.3.6.1.2.1.7.5.1.2"
"egp"                   "1.3.6.1.2.1.8"
"egpInMsgs"                     "1.3.6.1.2.1.8.1"
"egpInErrors"                   "1.3.6.1.2.1.8.2"
"egpOutMsgs"                    "1.3.6.1.2.1.8.3"
"egpOutErrors"                  "1.3.6.1.2.1.8.4"
"egpNeighTable"                 "1.3.6.1.2.1.8.5"
"egpNeighEntry"                 "1.3.6.1.2.1.8.5.1"
"egpNeighState"                 "1.3.6.1.2.1.8.5.1.1"
"egpNeighAddr"                  "1.3.6.1.2.1.8.5.1.2"
"egpNeighAs"                    "1.3.6.1.2.1.8.5.1.3"
"egpNeighInMsgs"                        "1.3.6.1.2.1.8.5.1.4"
"egpNeighInErrs"                        "1.3.6.1.2.1.8.5.1.5"
"egpNeighOutMsgs"                       "1.3.6.1.2.1.8.5.1.6"
"egpNeighOutErrs"                       "1.3.6.1.2.1.8.5.1.7"
"egpNeighInErrMsgs"                     "1.3.6.1.2.1.8.5.1.8"
"egpNeighOutErrMsgs"                    "1.3.6.1.2.1.8.5.1.9"
"egpNeighStateUps"                      "1.3.6.1.2.1.8.5.1.10"
"egpNeighStateDowns"                    "1.3.6.1.2.1.8.5.1.11"
"egpNeighIntervalHello"                 "1.3.6.1.2.1.8.5.1.12"
"egpNeighIntervalPoll"                  "1.3.6.1.2.1.8.5.1.13"
"egpNeighMode"                  "1.3.6.1.2.1.8.5.1.14"
"egpNeighEventTrigger"                  "1.3.6.1.2.1.8.5.1.15"
"egpAs"                 "1.3.6.1.2.1.8.6"
"transmission"                  "1.3.6.1.2.1.10"
"snmp"                  "1.3.6.1.2.1.11"
"snmpInPkts"                    "1.3.6.1.2.1.11.1"
"snmpOutPkts"                   "1.3.6.1.2.1.11.2"
"snmpInBadVersions"                     "1.3.6.1.2.1.11.3"
"snmpInBadCommunityNames"                       "1.3.6.1.2.1.11.4"
"snmpInBadCommunityUses"                        "1.3.6.1.2.1.11.5"
"snmpInASNParseErrs"                    "1.3.6.1.2.1.11.6"
"snmpInTooBigs"                 "1.3.6.1.2.1.11.8"
"snmpInNoSuchNames"                     "1.3.6.1.2.1.11.9"
"snmpInBadValues"                       "1.3.6.1.2.1.11.10"
"snmpInReadOnlys"                       "1.3.6.1.2.1.11.11"
"snmpInGenErrs"                 "1.3.6.1.2.1.11.12"
"snmpInTotalReqVars"                    "1.3.6.1.2.1.11.13"
"snmpInTotalSetVars"                    "1.3.6.1.2.1.11.14"
"snmpInGetRequests"                     "1.3.6.1.2.1.11.15"
"snmpInGetNexts"                        "1.3.6.1.2.1.11.16"
"snmpInSetRequests"                     "1.3.6.1.2.1.11.17"
"snmpInGetResponses"                    "1.3.6.1.2.1.11.18"
"snmpInTraps"                   "1.3.6.1.2.1.11.19"
"snmpOutTooBigs"                        "1.3.6.1.2.1.11.20"
"snmpOutNoSuchNames"                    "1.3.6.1.2.1.11.21"
"snmpOutBadValues"                      "1.3.6.1.2.1.11.22"
"snmpOutGenErrs"                        "1.3.6.1.2.1.11.24"
"snmpOutGetRequests"                    "1.3.6.1.2.1.11.25"
"snmpOutGetNexts"                       "1.3.6.1.2.1.11.26"
"snmpOutSetRequests"                    "1.3.6.1.2.1.11.27"
"snmpOutGetResponses"                   "1.3.6.1.2.1.11.28"
"snmpOutTraps"                  "1.3.6.1.2.1.11.29"
"snmpEnableAuthenTraps"                 "1.3.6.1.2.1.11.30"
"experimental"                  "1.3.6.1.3"
"private"                       "1.3.6.1.4"
"enterprises"                   "1.3.6.1.4.1"
"radwin"                        "1.3.6.1.4.1.4458"
"radwinProducts"                        "1.3.6.1.4.1.4458.20"
"winlink1000Family"                     "1.3.6.1.4.1.4458.20.2"
"odu"                   "1.3.6.1.4.1.4458.20.2.1"
"oduIntegratedAntenna"                  "1.3.6.1.4.1.4458.20.2.1.1"
"oduExternalAntenna"                    "1.3.6.1.4.1.4458.20.2.1.2"
"radwin2000Family"                      "1.3.6.1.4.1.4458.20.3"
"odu2000"                       "1.3.6.1.4.1.4458.20.3.1"
"odu2KIntegratedAntenna"                        "1.3.6.1.4.1.4458.20.3.1.1"
"odu2KExternalAntenna"                  "1.3.6.1.4.1.4458.20.3.1.2"
"gpsSynchronizerFamily"                 "1.3.6.1.4.1.4458.20.4"
"oduGSU"                        "1.3.6.1.4.1.4458.20.4.1"
"oduGSUExternalAntenna"                 "1.3.6.1.4.1.4458.20.4.1.2"
"hssSyncUnits"                  "1.3.6.1.4.1.4458.20.4.2"
"hssISU"                        "1.3.6.1.4.1.4458.20.4.2.1"
"hssGSU"                        "1.3.6.1.4.1.4458.20.4.2.2"
"radwin5000HBSFamily"                   "1.3.6.1.4.1.4458.20.5"
"oduHBS"                        "1.3.6.1.4.1.4458.20.5.1"
"oduHBSIntegratedAntenna"                       "1.3.6.1.4.1.4458.20.5.1.1"
"oduHBSExternalAntenna"                 "1.3.6.1.4.1.4458.20.5.1.2"
"radwin5000HSUFamily"                   "1.3.6.1.4.1.4458.20.6"
"oduHSU"                        "1.3.6.1.4.1.4458.20.6.1"
"oduHSUIntegratedAntenna"                       "1.3.6.1.4.1.4458.20.6.1.1"
"oduHSUExternalAntenna"                 "1.3.6.1.4.1.4458.20.6.1.2"
"radwin6000Family"                      "1.3.6.1.4.1.4458.20.10"
"odu6000"                       "1.3.6.1.4.1.4458.20.10.1"
"odu6K"                 "1.3.6.1.4.1.4458.20.10.1.1"
"gateway6000"                   "1.3.6.1.4.1.4458.20.10.2"
"gateway6K"                     "1.3.6.1.4.1.4458.20.10.2.1"
"radwinWiFiAPFamily"                    "1.3.6.1.4.1.4458.20.20"
"odu600"                        "1.3.6.1.4.1.4458.20.20.1"
"oduWiFiAP"                     "1.3.6.1.4.1.4458.20.20.1.1"
"winlink1000"                   "1.3.6.1.4.1.4458.1000"
"winlink1000#"                  "1.3.6.1.4.1.4458.1000.0"
"trunkStateChanged"                     "1.3.6.1.4.1.4458.1000.0.1"
"linkUp"                        "1.3.6.1.4.1.4458.1000.0.2"
"linkDown"                      "1.3.6.1.4.1.4458.1000.0.3"
"detectIDU"                     "1.3.6.1.4.1.4458.1000.0.4"
"disconnectIDU"                 "1.3.6.1.4.1.4458.1000.0.5"
"mismatchIDU"                   "1.3.6.1.4.1.4458.1000.0.6"
"openedServices"                        "1.3.6.1.4.1.4458.1000.0.7"
"closedServices"                        "1.3.6.1.4.1.4458.1000.0.8"
"incompatibleODUs"                      "1.3.6.1.4.1.4458.1000.0.9"
"incompatibleIDUs"                      "1.3.6.1.4.1.4458.1000.0.10"
"incompatibleOduIdu"                    "1.3.6.1.4.1.4458.1000.0.11"
"probingChannel"                        "1.3.6.1.4.1.4458.1000.0.12"
"radarDetected"                 "1.3.6.1.4.1.4458.1000.0.13"
"transmittingOnChannel"                 "1.3.6.1.4.1.4458.1000.0.14"
"scanningChannels"                      "1.3.6.1.4.1.4458.1000.0.15"
"incompatiblePartner"                   "1.3.6.1.4.1.4458.1000.0.16"
"timeClockSet"                  "1.3.6.1.4.1.4458.1000.0.17"
"configurationChanged"                  "1.3.6.1.4.1.4458.1000.0.18"
"hssOpStateChangedToINU"                        "1.3.6.1.4.1.4458.1000.0.19"
"hssOpStateChangedToHSM"                        "1.3.6.1.4.1.4458.1000.0.20"
"hssOpStateChangedToHSC"                        "1.3.6.1.4.1.4458.1000.0.21"
"vlanModeActive"                        "1.3.6.1.4.1.4458.1000.0.22"
"spectrumAnalysis"                      "1.3.6.1.4.1.4458.1000.0.23"
"hbsHsuDeregisteredOffline"                     "1.3.6.1.4.1.4458.1000.0.24"
"hbsHsuDeregisteredSuccessfully"                        "1.3.6.1.4.1.4458.1000.0.25"
"hbsHsuRegisteredSuccessfully"                  "1.3.6.1.4.1.4458.1000.0.26"
"hbsHsuRegistrationFailed"                      "1.3.6.1.4.1.4458.1000.0.27"
"hbsHsuViolatedState"                   "1.3.6.1.4.1.4458.1000.0.28"
"hsuViolatedState"                      "1.3.6.1.4.1.4458.1000.0.29"
"hbsUnregisteredSynchronizedHsu"                        "1.3.6.1.4.1.4458.1000.0.30"
"hbsUnregisteredUnsynchronizedHsu"                      "1.3.6.1.4.1.4458.1000.0.31"
"cableQuality"                  "1.3.6.1.4.1.4458.1000.0.32"
"httpAuthentication"                    "1.3.6.1.4.1.4458.1000.0.33"
"telnetAuthentication"                  "1.3.6.1.4.1.4458.1000.0.34"
"tdmServiceAlarm"                       "1.3.6.1.4.1.4458.1000.0.100"
"ethServiceClosed"                      "1.3.6.1.4.1.4458.1000.0.101"
"ethServiceNotPermitted"                        "1.3.6.1.4.1.4458.1000.0.102"
"encryptionAlarm"                       "1.3.6.1.4.1.4458.1000.0.103"
"changeLinkPasswordAlarm"                       "1.3.6.1.4.1.4458.1000.0.104"
"externalAlarmInPort1Alarm"                     "1.3.6.1.4.1.4458.1000.0.105"
"externalAlarmInPort2Alarm"                     "1.3.6.1.4.1.4458.1000.0.106"
"bitFailedAlarm"                        "1.3.6.1.4.1.4458.1000.0.107"
"wrongConfigurationLoadedAlarm"                 "1.3.6.1.4.1.4458.1000.0.108"
"lanPort1DisconnectedAlarm"                     "1.3.6.1.4.1.4458.1000.0.109"
"lanPort2DisconnectedAlarm"                     "1.3.6.1.4.1.4458.1000.0.110"
"mngPortDisconnectedAlarm"                      "1.3.6.1.4.1.4458.1000.0.111"
"externalAlarmInPort3Alarm"                     "1.3.6.1.4.1.4458.1000.0.112"
"externalAlarmInPort4Alarm"                     "1.3.6.1.4.1.4458.1000.0.113"
"swVersionsMismatchFullCompatibilityAlarm"                      "1.3.6.1.4.1.4458.1000.0.114"
"swVersionsMismatchRestrictedCompatibilityAlarm"                        "1.3.6.1.4.1.4458.1000.0.115"
"swVersionsMismatchSoftwareUpgradeRequired"                     "1.3.6.1.4.1.4458.1000.0.116"
"swVersionsIncompatible"                        "1.3.6.1.4.1.4458.1000.0.117"
"hssMultipleSourcesDetectedAlarm"                       "1.3.6.1.4.1.4458.1000.0.118"
"hssSyncToProperSourceStoppedAlarm"                     "1.3.6.1.4.1.4458.1000.0.119"
"hssSyncPulseDetectedAlarm"                     "1.3.6.1.4.1.4458.1000.0.120"
"tdmBackupAlarm"                        "1.3.6.1.4.1.4458.1000.0.121"
"linkLockUnauthorizedRemoteODU"                 "1.3.6.1.4.1.4458.1000.0.122"
"linkLockUnauthorizedODU"                       "1.3.6.1.4.1.4458.1000.0.123"
"hotStandbyAlarm"                       "1.3.6.1.4.1.4458.1000.0.124"
"sfpInsertion"                  "1.3.6.1.4.1.4458.1000.0.126"
"sfpPort1DisconnectedAlarm"                     "1.3.6.1.4.1.4458.1000.0.127"
"ringRplStateActiveAlarm"                       "1.3.6.1.4.1.4458.1000.0.128"
"desiredRatioCanNotBeAppliedAlarm"                      "1.3.6.1.4.1.4458.1000.0.129"
"cbwMismatch"                   "1.3.6.1.4.1.4458.1000.0.130"
"gpsNotSynchronized"                    "1.3.6.1.4.1.4458.1000.0.131"
"pdTooHighDueCbwLimitations"                    "1.3.6.1.4.1.4458.1000.0.132"
"hbsEncryptionAlarm"                    "1.3.6.1.4.1.4458.1000.0.133"
"hbsEhServiceClosedToHsu"                       "1.3.6.1.4.1.4458.1000.0.134"
"hbsUnsynchronizedHsuAlarm"                     "1.3.6.1.4.1.4458.1000.0.135"
"hbsInactiveHbsAlarm"                   "1.3.6.1.4.1.4458.1000.0.136"
"incompatibleHsu"                       "1.3.6.1.4.1.4458.1000.0.137"
"hsuUnsupportedBeacon"                  "1.3.6.1.4.1.4458.1000.0.138"
"lanPortDisconnectedAlarm"                      "1.3.6.1.4.1.4458.1000.0.139"
"poePortDisconnectedAlarm"                      "1.3.6.1.4.1.4458.1000.0.140"
"poePowerConsumptionAlarm"                      "1.3.6.1.4.1.4458.1000.0.141"
"hobupFaultyStateAlarm"                 "1.3.6.1.4.1.4458.1000.0.149"
"gpsOverCurrentAlarm"                   "1.3.6.1.4.1.4458.1000.0.150"
"gpsCommunicationFailiureAlarm"                 "1.3.6.1.4.1.4458.1000.0.151"
"temperatureThresholdAlarm"                     "1.3.6.1.4.1.4458.1000.0.152"
"localRouterDiscoveryStatus"                    "1.3.6.1.4.1.4458.1000.0.153"
"trackRouterDiscoveryStatus"                    "1.3.6.1.4.1.4458.1000.0.154"
"lastUserSnmpAccessOverHourAgo"                 "1.3.6.1.4.1.4458.1000.0.155"
"btsTargetUnreachable"                  "1.3.6.1.4.1.4458.1000.0.156"
"tdmServiceClear"                       "1.3.6.1.4.1.4458.1000.0.200"
"ethServiceOpened"                      "1.3.6.1.4.1.4458.1000.0.201"
"encryptionClear"                       "1.3.6.1.4.1.4458.1000.0.203"
"changeLinkPasswordClear"                       "1.3.6.1.4.1.4458.1000.0.204"
"externalAlarmInPort1Clear"                     "1.3.6.1.4.1.4458.1000.0.205"
"externalAlarmInPort2Clear"                     "1.3.6.1.4.1.4458.1000.0.206"
"lanPort1Clear"                 "1.3.6.1.4.1.4458.1000.0.209"
"lanPort2Clear"                 "1.3.6.1.4.1.4458.1000.0.210"
"mngPortClear"                  "1.3.6.1.4.1.4458.1000.0.211"
"externalAlarmInPort3Clear"                     "1.3.6.1.4.1.4458.1000.0.212"
"externalAlarmInPort4Clear"                     "1.3.6.1.4.1.4458.1000.0.213"
"swVersionsMatchFullCompatibilityClear"                 "1.3.6.1.4.1.4458.1000.0.214"
"swVersionsMatchRestrictedCompatibilityClear"                   "1.3.6.1.4.1.4458.1000.0.215"
"swVersionsMatchSoftwareUpgradeRequiredClear"                   "1.3.6.1.4.1.4458.1000.0.216"
"swVersionsCompatibleClear"                     "1.3.6.1.4.1.4458.1000.0.217"
"hssMultipleSourcesDisappearedClear"                    "1.3.6.1.4.1.4458.1000.0.218"
"hssSyncToProperSourceAchievedClear"                    "1.3.6.1.4.1.4458.1000.0.219"
"hssSyncPulseDisappearedClear"                  "1.3.6.1.4.1.4458.1000.0.220"
"tdmBackupClear"                        "1.3.6.1.4.1.4458.1000.0.221"
"linkLockAuthorizedRemoteODU"                   "1.3.6.1.4.1.4458.1000.0.222"
"linkLockAuthorizedODU"                 "1.3.6.1.4.1.4458.1000.0.223"
"linkAuthenticationDisabled"                    "1.3.6.1.4.1.4458.1000.0.224"
"hotStandbyClear"                       "1.3.6.1.4.1.4458.1000.0.225"
"sfpExtraction"                 "1.3.6.1.4.1.4458.1000.0.226"
"sfpPort1Clear"                 "1.3.6.1.4.1.4458.1000.0.227"
"compatibleIdus"                        "1.3.6.1.4.1.4458.1000.0.228"
"desiredRatioCanNotBeAppliedClear"                      "1.3.6.1.4.1.4458.1000.0.229"
"cbwMatch"                      "1.3.6.1.4.1.4458.1000.0.230"
"switchCbwAndChannel"                   "1.3.6.1.4.1.4458.1000.0.231"
"ringRplStateIdle"                      "1.3.6.1.4.1.4458.1000.0.232"
"ringEthServiceStatus"                  "1.3.6.1.4.1.4458.1000.0.233"
"ringFirstRpmReceived"                  "1.3.6.1.4.1.4458.1000.0.234"
"ringEthernetSrviceUnblockedTO"                 "1.3.6.1.4.1.4458.1000.0.235"
"gpsSynchronized"                       "1.3.6.1.4.1.4458.1000.0.236"
"hbsEncryptionClear"                    "1.3.6.1.4.1.4458.1000.0.237"
"hbsEhServiceOpenedToHsu"                       "1.3.6.1.4.1.4458.1000.0.238"
"hbsSynchronizedHsuAlarm"                       "1.3.6.1.4.1.4458.1000.0.239"
"hbsActiveHbs"                  "1.3.6.1.4.1.4458.1000.0.240"
"switchCBW"                     "1.3.6.1.4.1.4458.1000.0.241"
"changeRatio"                   "1.3.6.1.4.1.4458.1000.0.242"
"lanPortClear"                  "1.3.6.1.4.1.4458.1000.0.243"
"poePortClear"                  "1.3.6.1.4.1.4458.1000.0.244"
"poePowerConsumptionClear"                      "1.3.6.1.4.1.4458.1000.0.245"
"incompatibleHbsHsu"                    "1.3.6.1.4.1.4458.1000.0.246"
"mobilityLinkOff"                       "1.3.6.1.4.1.4458.1000.0.247"
"enterLocalConnection"                  "1.3.6.1.4.1.4458.1000.0.248"
"hobupActiveStateFaultyClear"                   "1.3.6.1.4.1.4458.1000.0.249"
"hobupStandbyState"                     "1.3.6.1.4.1.4458.1000.0.250"
"gpsOverCurrentClear"                   "1.3.6.1.4.1.4458.1000.0.251"
"temperatureThresholdClear"                     "1.3.6.1.4.1.4458.1000.0.252"
"localRouterDiscoverySucceed"                   "1.3.6.1.4.1.4458.1000.0.253"
"trackRouterDiscoverySucceed"                   "1.3.6.1.4.1.4458.1000.0.254"
"qosVersion2StrictMismatch"                     "1.3.6.1.4.1.4458.1000.0.255"
"qosVersion2TtlMismatch"                        "1.3.6.1.4.1.4458.1000.0.256"
"btsTargetIsReachable"                  "1.3.6.1.4.1.4458.1000.0.257"
"tcNotSupportedByHSU"                   "1.3.6.1.4.1.4458.1000.0.258"
"syncEPortHOStateChange"                        "1.3.6.1.4.1.4458.1000.0.259"
"syncEPortFailureStateChange"                   "1.3.6.1.4.1.4458.1000.0.260"
"btsCpeUpdateServiceFailed"                     "1.3.6.1.4.1.4458.1000.0.261"
"btsCpeUpdateServiceSucceed"                    "1.3.6.1.4.1.4458.1000.0.262"
"radiusServerNoREsponse"                        "1.3.6.1.4.1.4458.1000.0.263"
"noRadiusServerRespond"                 "1.3.6.1.4.1.4458.1000.0.264"
"radiusServerRespondedSuccessfully"                     "1.3.6.1.4.1.4458.1000.0.265"
"bsaAlignmentStarted"                   "1.3.6.1.4.1.4458.1000.0.266"
"bsaAlignmentFinished"                  "1.3.6.1.4.1.4458.1000.0.267"
"bsaAlignmentTriggered"                 "1.3.6.1.4.1.4458.1000.0.268"
"winlink1000Odu"                        "1.3.6.1.4.1.4458.1000.1"
"winlink1000OduAdmin"                   "1.3.6.1.4.1.4458.1000.1.1"
"winlink1000OduAdmProductType"                  "1.3.6.1.4.1.4458.1000.1.1.1"
"winlink1000OduAdmHwRev"                        "1.3.6.1.4.1.4458.1000.1.1.2"
"winlink1000OduAdmSwRev"                        "1.3.6.1.4.1.4458.1000.1.1.3"
"winlink1000OduAdmLinkName"                     "1.3.6.1.4.1.4458.1000.1.1.4"
"winlink1000OduAdmResetCmd"                     "1.3.6.1.4.1.4458.1000.1.1.5"
"winlink1000OduAdmAddres"                       "1.3.6.1.4.1.4458.1000.1.1.6"
"winlink1000OduAdmMask"                 "1.3.6.1.4.1.4458.1000.1.1.7"
"winlink1000OduAdmGateway"                      "1.3.6.1.4.1.4458.1000.1.1.8"
"winlink1000OduAdmBroadcast"                    "1.3.6.1.4.1.4458.1000.1.1.10"
"winlink1000OduAdmHostsTable"                   "1.3.6.1.4.1.4458.1000.1.1.12"
"winlink1000OduAdmHostsEntry"                   "1.3.6.1.4.1.4458.1000.1.1.12.1"
"winlink1000OduAdmHostsIndex"                   "1.3.6.1.4.1.4458.1000.1.1.12.1.1"
"winlink1000OduAdmHostsIp"                      "1.3.6.1.4.1.4458.1000.1.1.12.1.2"
"winlink1000OduAdmHostsPort"                    "1.3.6.1.4.1.4458.1000.1.1.12.1.3"
"winlink1000OduAdmHostsSecurityModel"                   "1.3.6.1.4.1.4458.1000.1.1.12.1.4"
"winlink1000OduAdmHostsUserName"                        "1.3.6.1.4.1.4458.1000.1.1.12.1.5"
"winlink1000OduAdmHostsPassword"                        "1.3.6.1.4.1.4458.1000.1.1.12.1.6"
"winlink1000OduAdmHostsIPv6"                    "1.3.6.1.4.1.4458.1000.1.1.12.1.7"
"winlink1000OduBuzzerAdminState"                        "1.3.6.1.4.1.4458.1000.1.1.13"
"winlink1000OduProductId"                       "1.3.6.1.4.1.4458.1000.1.1.14"
"winlink1000GeneralSSHSupport"                  "1.3.6.1.4.1.4458.1000.100.8"

Re: Radwin Radios SNMP

Posted: Mon Mar 06, 2017 11:50 am
by tgriep
The MIB file looks good as the output of the translate command shows.
What I think the issue is that the check_snmp plugin is not searching through all of the MIB files in the /usr/share/snmp/mibs/ folder so to change that, you will have to to the following.

Create the file /etc/snmp/snmp.conf, and put into it:

Code: Select all

mibs +ALL
This tells the snmp commands that they should load ALL of the mibs when they are ran.
Save the file.

After the change, this will load all the MIB files when a snmp command is run on your server and that should fix the issue for you.

Re: Radwin Radios SNMP

Posted: Tue Mar 07, 2017 5:02 pm
by pmnykh
tgriep wrote:The MIB file looks good as the output of the translate command shows.
What I think the issue is that the check_snmp plugin is not searching through all of the MIB files in the /usr/share/snmp/mibs/ folder so to change that, you will have to to the following.

Create the file /etc/snmp/snmp.conf, and put into it:

Code: Select all

mibs +ALL
This tells the snmp commands that they should load ALL of the mibs when they are ran.
Save the file.

After the change, this will load all the MIB files when a snmp command is run on your server and that should fix the issue for you.

Nope.
[root@localhost libexec]# ./check_snmp -H 192.168.1.110 -o winlink1000OduAdmProductType -P 3 --seclevel=authPriv --secname=admin --authproto=md5 --authpasswd='netman123' --privpasswd='netman123' --privproto=des
External command error: Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: RADWIN-MIB-WINLINK1000::winlink1000OduAdmProductType

Re: Radwin Radios SNMP

Posted: Tue Mar 07, 2017 5:41 pm
by tgriep
Run a snmpwalk with debugging enabled and post it here so we can see what the error is.

Code: Select all

snmpwalk 192.168.1.110 -v 3 -a MD5 -A netman123 -l authPriv -x des -X netman123 -u admin -M /usr/share/snmp/mibs/  1.3.6.1.4.1.4458.1000.1.1.1 -D all
Then run this and post it as well

Code: Select all

ls -l /usr/share/snmp/mibs/
I am thinking that even though the snmptranslate worked, the MIB file is corrupted so if you can post it, that would help.