> Carlos Cantu wrote:
> >>$ agent/snmpd -Dmib_init -I -hr_other,hr_disk -H 2>&1 | grep hr_
> > 
> > Is mib_init a keyword I need in the options? 

> No, it's a debug token, of course.

But is it correct to say that the two tokens 'mib_init' and '-I' and
the module names with a minus '-' in front need to be used in concert?
I'll add the token in to verify.

One thing that is becoming quite tedious is figuring which module name
corresponds to a particular OID group.  Most are straight forward. You
want to remove the OIDs sysORID, sysORDescr, and sysORUpTime?  Okay,
add the token 'sysORTable' to the list being removed.  Fine.  But say
then you also see that snmperrIndex, snmperrNames, etc.  Then what MIB
module is it?  A grep of the MIBs says it's part of the UCD-SNMP MIB.
So an educated guess would be that it's part of the errormib module.
And thus the token 'errormib' should get rid of those OIDs.  Am I close?
Or is there an easier way?

Crap!  I figured out my code was not picking up the new options, namely
the '-I' stuff.  This works like a charm now.  My 2nd question is still
valid though.  How do you figure out the obscure tokens?  Is there a
list?

Thanks.



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
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