node-red-nodes
node-red-nodes copied to clipboard
node-red-node-snmp - OID error
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"
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)
closing as no longer and issue - once oid terminology understood,