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, 7:43 AM
2008/7/3 Need He
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
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
From what I have found from the NET-SNMP mailing list the AGENTX-MIB is
not yet implemented. If this MIB is not yet implemented I am willing to
contribute and implement it.
I also found out that someone had already tried to work on this MIB, may
I have this code if it is of any use?
Thanks i
[ First - *please* don't mail me privately, without copying
any responses to the mailing list. I don't have the time
or inclination to offer private, unpaid, SNMP consultancy.
Keep discussions to the list, where others can both learn
and offer advice. Thanks. ]
2008/7/1