This is a discussion on Re: How to NOT populate some OID in the mib2c.mfd.conf generated within the SNMP Coders forums, part of the Networking and Network Related category; On Fri, 9 Dec 2005 10:08:46 -0600 Emi.Yanagi@radisys.com wrote: EYC> I have a question ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Fri, 9 Dec 2005 10:08:46 -0600 Emi.Yanagi@radisys.com wrote:
EYC> I have a question about mib2c.mfd.conf generated template. If I want to EYC> NOT populate ifOutQLen in ifTable for example, what is the graceful way EYC> to do this in the subagent? EYC> EYC> I tried to let ifOutQLen_get() return MFD_SKIP, but then if I do a EYC> "snmpwalk ifOutQLen", I got "Timeout: No Response from 10.1". The worse is EYC> when I do a "snmpwalk ifTable", it times out at ifOutQLen without EYC> populating ifSpecific. MFD_SKIP is the right way. Are you using 5.2.x, or 5.3.pre? I'd suggest generating the code from 5.3.pre, as many enhancements have been made. EYC> How to NOT populate some OID in the mib2c.mfd.conf generated subagent? If you *never* have a value for an object, you can also set up valid_columns and exclude it. See the ipSystemStats code for an example of that. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |