Re: How to stop an SNMP query on an empty table from occurring

2008-07-03 Thread Need Help
Thanks for the explanation. --- On Thu, 7/3/08, Dave Shield <[EMAIL PROTECTED]> wrote: From: Dave Shield <[EMAIL PROTECTED]> Subject: Re: How to stop an SNMP query on an empty table from occurring To: [EMAIL PROTECTED] Cc: "net-snmp Coders" Date: Thursday, July 3, 2008,

Re: How to stop an SNMP query on an empty table from occurring

2008-07-03 Thread Dave Shield
2008/7/3 Need Help <[EMAIL PROTECTED]>: > I am wondering what happens when a SNMP query is performed on this table? What sort of query? If it's a GET request on a given entry within the table, your code should detect that this particular row does not exist, and would return 'noSuchInstance' If

How to stop an SNMP query on an empty table from occurring

2008-07-03 Thread Need Help
I am designing my first MIB and have defined a Table (ie: UsedInterfacesTable) which holds all information relating to used interfaces.  If there are no used interfaces then this table will not get populated.  I am wondering what happens when a SNMP query is performed on this table?   I am pre