I need to implement a MIB table which purpose is to list all files on an
USB stick.
This table has one OCTET STRING index, which is the filename.
 
I am running net-snmp version 5.3.1.
This table is implemented by the Sub-Agent.
 
GET-NEXT work fine, but I have trouble with GET and SET requests.
If the OID total length (oid + index) is longer than 62 bytes, I get a
NO_SUCH_NAME error back.
If the total oid length is less than 62 bytes, then everything is ok.
There is no such limitation with GET-NEXT. It works fine in any case.
 
When the failure occurs, my Get() and Set() implementation routines are
even not called, i.e. the request is rejected by the SNMP engine.
I opened the Master-Agent logs and everything looks ok there.
 
Anybody faced such a problem?
Any idea where this limitation comes from?
 
Thanks
Yaakov
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to