Hello,
i am trying to monitor a Rittal lcp. I have a MIB File and converted it to oidlib. Now when I try to create a new snmp library sensor I am getting always the error No such Object error # 222. Can anyone tell me what I should do?
Here a sample from the oidlib file:
rittal-LCP-DX MODULE-IDENTITY
-- -- Node definitions -- -- 1.3.6.1.4.1.2606 rittal OBJECT IDENTIFIER ::= { enterprises 2606 } -- 1.3.6.1.4.1.2606.21 lcp-dx OBJECT IDENTIFIER ::= { rittal 21 } -- 1.3.6.1.4.1.2606.21.1 system OBJECT IDENTIFIER ::= { lcp-dx 1 } -- 1.3.6.1.4.1.2606.21.1.1 agentRelease OBJECT-TYPE SYNTAX Integer32 UNITS "N/A" MAX-ACCESS read-only STATUS current DESCRIPTION "Release of the Agent." ::= { system 1 } -- 1.3.6.1.4.1.2606.21.1.2 agentCode OBJECT-TYPE SYNTAX Integer32 UNITS "N/A" MAX-ACCESS read-only STATUS current DESCRIPTION "Code of the Agent. 2=pCOWeb." ::= { system 2 } -- 1.3.6.1.4.1.2606.21.2 instruments OBJECT IDENTIFIER ::= { lcp-dx 2 } -- 1.3.6.1.4.1.2606.21.2.0 pCOWebInfo OBJECT IDENTIFIER ::= { instruments 0 } -- 1.3.6.1.4.1.2606.21.2.0.10 pCOStatusgroup OBJECT IDENTIFIER ::= { pCOWebInfo 10 } -- 1.3.6.1.4.1.2606.21.2.0.10.1 pCOId1-Status OBJECT-TYPE SYNTAX Integer32 UNITS "N/A" MAX-ACCESS read-only STATUS current DESCRIPTION "Status of pCOId1. 0=Offline, 1=Init, 2=Online" ::= { pCOStatusgroup 1 } -- ... You will have how many pCOIdX-Status objects as the pCOs connected to pCOWeb. -- 1.3.6.1.4.1.2606.21.2.0.11 pCOErrorsNumbergroup OBJECT IDENTIFIER ::= { pCOWebInfo 11 } -- 1.3.6.1.4.1.2606.21.2.0.11.1 pCOId1-ErrorsNumber OBJECT-TYPE SYNTAX Integer32 UNITS "N/A" MAX-ACCESS read-only STATUS current DESCRIPTION "Number of Communication Errors from pCOId1 to pCOWeb." ::= { pCOErrorsNumbergroup 1 } -- ... You will have how many pCOIdX-ErrorsNumber objects as the pCOs connected to pCOWeb. -- 1.3.6.1.4.1.2606.21.2.1.1 digitalObjects OBJECT IDENTIFIER ::= { rittal-LCP-DX 1 }
and so on...
Add comment