RE: Is it possible to expand the timeout duration of an SNMP query?

2008-11-12 Thread Need Help
an <[EMAIL PROTECTED]> wrote: From: Prasanna Varadharajan <[EMAIL PROTECTED]> Subject: RE: Is it possible to expand the timeout duration of an SNMP query? To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Date: Tuesday, November 11, 2008, 8:20 PM Yes you can, in

Re: Is it possible to expand the timeout duration of an SNMP query?

2008-11-11 Thread Magnus Fromreide
On Tue, 2008-11-11 at 12:26 -0800, Need Help wrote: > I am using NetSNMP v5.4.1 and I am using a subagent to gather data for > my MIB. > > When performing a SNMP query which needs to gather a bunch of data, > sometimes the SNMP query times out thus resulting in no data being >

Is it possible to expand the timeout duration of an SNMP query?

2008-11-11 Thread Need Help
I am using NetSNMP v5.4.1 and I am using a subagent to gather data for my MIB. When performing a SNMP query which needs to gather a bunch of data, sometimes the SNMP query times out thus resulting in no data being displayed.  I am assuming this is because the master agent has timed out waiting

Re: Why does SNMP query return HEX string value instead of text string?

2008-11-10 Thread Magnus Fromreide
mån 2008-11-10 klockan 12:19 -0800 skrev Need Help: > You stated "decision by your client". Does this mean that when the > "snmpget" command is made and the data is returned, then the "snmpget" > logic determines to display the results as hex? Basically, is the > "snmpget" command which you are c

Re: Why does SNMP query return HEX string value instead of text string?

2008-11-10 Thread Need Help
quot;client"? --- On Mon, 11/10/08, Magnus Fromreide <[EMAIL PROTECTED]> wrote: From: Magnus Fromreide <[EMAIL PROTECTED]> Subject: Re: Why does SNMP query return HEX string value instead of text string? To: [EMAIL PROTECTED] Cc: "net-snmp Coders" Date: Monday, Novembe

Re: Why does SNMP query return HEX string value instead of text string?

2008-11-10 Thread Magnus Fromreide
mån 2008-11-10 klockan 06:02 -0800 skrev Need Help: > > I am using NetSNMP v5.4.1. > > I am issuing the following SNMP command: > > /usr/bin/snmpget -v 2c -c myaccess_ro 127.0.0.1 pageAppCodeModules.0 > > This command usually returns a string value like: > > "000-03341-85696-216|DATAPAGE=1(A

Why does SNMP query return HEX string value instead of text string?

2008-11-10 Thread Need Help
I am using NetSNMP v5.4.1. I am issuing the following SNMP command:   /usr/bin/snmpget -v 2c -c myaccess_ro 127.0.0.1 pageAppCodeModules.0 This command usually returns a string value like: "000-03341-85696-216|DATAPAGE=1(Application Code Modules)|DATASECTION=TABLE(Downloaded Object List)|Modu

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 '

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

Re: Possible Spam: Re: SNMP query

2005-05-23 Thread John Hardin
Wes Hardaker wrote: On Wed, 18 May 2005 15:03:46 +0100 (BST), shrikanth <[EMAIL PROTECTED]> said: shrikanth> Right now i am in to a project to develop an application shrikanth> titled "Network Topology discovery" using SNMP protocol.As shrikanth> part of the discovery my applicati

Re: SNMP query

2005-05-23 Thread Wes Hardaker
> On Wed, 18 May 2005 15:03:46 +0100 (BST), shrikanth <[EMAIL PROTECTED]> > said: shrikanth> Right now i am in to a project to develop an application shrikanth> titled "Network Topology discovery" using SNMP protocol.As shrikanth> part of the discovery my application should discover the s

SNMP query

2005-05-19 Thread shrikanth
Hi, Right now i am in to a project to develop an application titled "Network Topology discovery" using SNMP protocol.As part of the discovery my application should discover the kinds of nodes in the N/W(like routers,pc) and also should dicover the kind of OS running on the system. Kindly help ho

Re: NET-SNMP Query

2005-04-29 Thread Robert Story
On Fri, 29 Apr 2005 16:22:48 +0530 [EMAIL PROTECTED] wrote: YAC> I need to know the actual flow of the NETSNMP code for YAC> set/get/getnext/getbulk operations since we need to customize them for YAC> our project purpose. YAC> [...] YAC> Is there anyone who have done this before or is there any do

NET-SNMP Query

2005-04-29 Thread yogesh.ankolekar
Hi,   I need to know the actual flow of the NETSNMP code for set/get/getnext/getbulk operations since we need to customize them for our project purpose. Can anyone let me know the code flow for the set operation and which is the method where this is implemented. Need to know how the message

SNMP Query on Callback transport

2004-08-24 Thread Jeeru.Subbi
Hi All, I wud just like to seek a clarification as how do you make a query over the Callback transport ? I'd seen that for all other transports we have a transport specifier - for ex: the transport specifiers for UDP, TCP, IPX, UNIX, TCPIPv6 , UDP6, ATMPVC are udp, tcp, ipx, unix, tcpipv6, udp6, p