On Mon, 2006-02-06 at 14:36 +0000, xuemei wrote:
> I wonder does net-snmp agent support printer mib like rfc1759printer.mib
> etc, if the functionalities are already there,   but this has simply not
> been configured in to the running version.

No.

>  Will use the configure option
>               --with-mib-modules="list"
> then  recompiling the agent do?

That would do it - but you'd also need to write the code to implement
this MIB in order.   All --with-mib-modules  does is specify which code
files to include - it doesn't magically create this code for you!

Note that the hardest part of writing any MIB tends to be retrieving
the necessary information from the underlying system.  Tools such as
"mib2c" can provide the SNMP framework, but they can't help with
locating the actual information to report.   That's up to you (whether
you're handling this in the main SNMP agent, or a subagent).




> What is the command to find out all the  net-snmp support mibs including
> default  and potentially support? By potentially support, I mean  use the
> configure option
>               --with-mib-modules="list"

See README.agent-mibs

Dave


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to