End Of Mib When Calling Pass_persist Script Snmp
I've to implement something like a monitoring for specific value returned by a script on the server. I've done the script, in python... now I've tried to link it to SNMP via pass_p
Solution 1:
If .1.3.6.1.4.1.8072.2.255
is the last OID, then End of MIB is something expected for such a WALK operation.
If you want to in fact query .1.3.6.1.4.1.8072.2.255
, you should use GET operation (snmpget), or WALK from another OID, such as .1.3.6.1.4.1.8072.2
.
Post a Comment for "End Of Mib When Calling Pass_persist Script Snmp"