Does anyone know how to use snmp to pass an additional parameter to an snmp agent in addition to the oid? I have an agent that I need to pass an integer value through the snmp probe so the agent can parse a database and return the correct value. I don’t want to have to build a custom oid for each value that I want to return since that kills the whole concept of reuseable procedures. I want to have a single oid that I can change the second parameter in for each device that uses the probe.