node-red / node-red-nodes

Extra nodes for Node-RED
Other
986 stars 592 forks source link

node-red-node-snmp - OID error #521

Open marcelooliveiragualberto opened 5 years ago

marcelooliveiragualberto commented 5 years ago

I have a device with the following OID:

iso.3.6.1.2.1.1.1.0

But when I report this OID to the component, it gives me the error message "Error: argument is not a valid OID string"

dceejay commented 5 years ago

try 1.3.6.1.2.1.1.1.0 (as iso = 1 - see https://www.networkmanagementsoftware.com/snmp-tutorial-part-2-rounding-out-the-basics/ for example)

dceejay commented 5 years ago

closing as no longer and issue - once oid terminology understood,