If you are new to SNMP, please read "Understanding SNMP MIBs"

2007-08-09 Thread Glenn
I've seen a lot of questions lately around some of the more complex aspects of implementing a MIB, where there seems to be a lack of understanding of some fundamental SNMP concepts. Might I politely recommend the book "Understanding SNMP MIBs" by David Perkins and Evan McGinnis (ISBN: 0-13-437

Re: Shall I return NOSUCHINSTANCE from a scalar routine to skip it

2007-08-09 Thread Need Help
I understand now, thanks. However, what is the difference between SNMP_NOSUCHINSTANCE and SNMP_NOSUCHOBJECT ?Basically, how would an SNMP operator interpret each of these responses? Dave Shield <[EMAIL PROTECTED]> wrote: On 09/08/07, Need Help wrote: > What do you mean about registeri

How can I loop through a MfD table from within another row_prep routine?

2007-08-09 Thread Need Help
I have a table called ocStbHostAVInterfaceTable defined in my MIB which defines various hardware interfaces available. Example rows of the ocStbHostAVInterfaceTable table: row 1) S-Video port 1 row 2) 1394 port 1 row 3) 1394 port 2 row 4) Component Port 1 row 5) Analog port 1 row 6) Analog port

Re: Shall I return NOSUCHINSTANCE from a scalar routine to skip it

2007-08-09 Thread Dave Shield
On 09/08/07, Need Help <[EMAIL PROTECTED]> wrote: > What do you mean about registering an object? Is this a way of indicating > which scalar value GET routine should not be called at all? Is there an > example of registering an object? You register a scalar object using a statement of the form

Re: Shall I return NOSUCHINSTANCE from a scalar routine to skip it

2007-08-09 Thread Dave Shield
On 08/08/07, Need Help <[EMAIL PROTECTED]> wrote: > In our implementation, the "ocStbHostSoftwareVersion" data is not being > supported right now so there will be no way to obtain thsi data. What is > the best way to handle a SNMP request from the real world asking for this > data? > > I was thin

snmpCommunityTable support implemented

2007-08-09 Thread Emi Yanagi
Dear net-snmp-coders, I noticed there was a discussion on SNMP-COMMUNITY-MIB implementation among Dana Burns, Magnus Fromreide, Dave Shield, etc in Nov. 2006. Is there any progress since then? If not, I have implemented snmpCommunityTable(see the attached zip file). I would like to contrib

What freeware GUI SNMP frontend do most people use?

2007-08-09 Thread Need Help
My company has asked me to ask around whether any freeware GUI SNMP frontends exist which people use and would recommend. We would like to set this frontend up to allow our test group to perform SNMP requests for our hardware box. Does anyone know of any software which is nice to use?

Re: Shall I return NOSUCHINSTANCE from a scalar routine to skip it

2007-08-09 Thread Need Help
Our MIB file comes from a standards committee outside of our company so we have no control what goes into the MIB file. Our subagent's code is generated from this MIB file (of course) and we simply can not provide certain data which might be requested at this time. Currently, I am simply return

rhas3 5.4.1 build problem.

2007-08-09 Thread Jayson Robinson
I'm trying to build 5.4.1 on an as3 box. I'm including the disman/expression mib.On as4 the following configure line works great:--with-defaults \ --with-mib-modules="ucd-snmp/extensible host disman/event-mib disman/expression smux ucd-snmp/diskio mibII/mta_sendmail" \ -

Re: Shall I return NOSUCHINSTANCE from a scalar routine to skip it

2007-08-09 Thread Robert Story
On Wed, 8 Aug 2007 15:52:53 -0700 (PDT) Need wrote: NH> In our implementation, the "ocStbHostSoftwareVersion" data is not being supported right now so there will be no way to obtain thsi data. What is the best way to handle a SNMP request from the real world asking for this data? How about