Hello,
I read all the posts here on error 223 and couldn't figure out why snmpwalk AND Paessler SNMP Tester 5.2.3 returned the same 223 error when SNMPTester was in "Custom OID" request mode.
Had written a post requesting help when I spotted the solution: Turned out I had to add ".0" to the end of the OID.
According to the documentation, the OID should be 1.3.6.1.4.1.3375.2.6.1.4.3. This works with snmp walk, but not when using "Custom OID" request type.
Then I spotted that the Walk type request returned a response where the OID had a .0 added to the end. The number could be different for other OIDs, I guess.
Problem 223:
----------------------- New Test ----------------------- Paessler SNMP Tester 5.2.3 15.07.2016 09:46:30 (8 ms) : Device: x.x.x.x 15.07.2016 09:46:30 (12 ms) : SNMP V2c 15.07.2016 09:46:30 (16 ms) : Custom OID 1.3.6.1.4.1.3375.2.6.1.4.3 15.07.2016 09:46:30 (25 ms) : SNMP Datatype: SNMP_EXCEPTION_NOSUCHINSTANCE 15.07.2016 09:46:30 (30 ms) : ------- 15.07.2016 09:46:30 (33 ms) : Value: 223 (No such instance (SNMP error # 223)) 15.07.2016 09:46:30 (38 ms) : Done
But using Walk worked, request includes an altered OID.
----------------------- New Test ----------------------- Paessler SNMP Tester 5.2.3 15.07.2016 09:46:26 (8 ms) : Device: x.x.x.x 15.07.2016 09:46:26 (12 ms) : SNMP V2c 15.07.2016 09:46:26 (16 ms) : Walk 1.3.6.1.4.1.3375.2.6.1.4.3 15.07.2016 09:46:26 (24 ms) : 1.3.6.1.4.1.3375.2.6.1.4.3.0 = "3" [ASN_APP_COUNTER64]
Simply adding a .0 to the end of the OID when I got the 223 error was the trick. I guess the ".0" has something to do with the data type returned.
----------------------- New Test ----------------------- Paessler SNMP Tester 5.2.3 15.07.2016 09:57:04 (8 ms) : Device: x.x.x.x 15.07.2016 09:57:04 (11 ms) : SNMP V2c 15.07.2016 09:57:04 (15 ms) : Custom OID 1.3.6.1.4.1.3375.2.6.1.4.3.0 15.07.2016 09:57:04 (22 ms) : SNMP Datatype: ASN_APP_COUNTER64 15.07.2016 09:57:04 (26 ms) : ------- 15.07.2016 09:57:04 (30 ms) : Value: 3 (OK) 15.07.2016 09:57:04 (34 ms) : Done
Add comment