Re: snmp walk timeout MFD_SKIP or MFD_END_OF_DATA

2016-03-22 Thread Pranesh Kulkarni
Thanks Robert. I have added default vales in table , if process is not running. Thanks for providing the debuggig steps which helped me to understand the traversing. On Fri, Mar 4, 2016 at 7:17 PM, Robert Story wrote: > On Fri, 12 Feb 2016 16:07:29 +0530 Pranesh wrote: >

Re: snmp walk timeout MFD_SKIP or MFD_END_OF_DATA

2016-03-04 Thread Robert Story
On Fri, 12 Feb 2016 16:07:29 +0530 Pranesh wrote: PK> I have implemented subagent of 5 tables. using mib2c MFD option PK> PK> All 5 tables gives the value when my monitoring process say PK> "XYZ" is running. PK> PK> Now the problem is if my process XYZ is not running , the last PK> three tables

Re: Snmp walk

2012-07-28 Thread Lee
On 7/26/12, Anthony Bush anthonybus...@gmail.com wrote: Hi, I need a bit of help with the snmpwalk command. Im trying to run a simple test on a network switch to see if the ports are on or off using snmpwalk but I can't seem to figure out the proper command to use in terms of the arguments

Re: Snmp walk

2012-07-27 Thread Dave Shield
On 26 July 2012 16:44, Anthony Bush anthonybus...@gmail.com wrote: I need a bit of help with the snmpwalk command. Im trying to run a simple test on a network switch to see if the ports are on or off using snmpwalk but I can't seem to figure out the proper command to use in terms of the

Re: SNMP walk and get not working

2012-03-27 Thread Vivek Nagaraj
Thanks a lot for the response. Here is the output: root@solaris:/# snmpd -Ddump,agentx No log handling enabled - turning on stderr logging registered debug token dump, 1 registered debug token agentx, 1 root@solaris:/# netsnmp_assert !registration != duplicate failed agent_registry.c:535

Re: SNMP walk and get not working

2012-03-27 Thread Robert Story
On Tue, 27 Mar 2012 16:49:30 +0530 Vivek wrote: VN Error opening specified endpoint VN Server Exiting with code 1 Well it's odd that it couldn't open an endpoint. Make sure that no other agent is running, and try # snmpd -Ddump,agentx -f -Lo udp: Then start up the agentx subagent in another

Re: SNMP walk and get not working

2012-03-27 Thread Vivek Nagaraj
This is the output I got: root@solaris:~# snmpd -Ddump,agentx -f -Lo udp No log handling enabled - turning on stderr logging registered debug token dump, 1 registered debug token agentx, 1 netsnmp_assert !registration != duplicate failed agent_registry.c:535 netsnmp_subtree_load() netsnmp_assert

Re: SNMP walk and get not working

2012-03-27 Thread Niels Baggesen
Den 27-03-2012 16:18, Vivek Nagaraj skrev: This is the output I got: root@solaris:~# snmpd -Ddump,agentx -f -Lo udp Reread what Robert wrote ... udp: (the colon is important) Error opening specified endpoint udp Server Exiting with code 1 root@solaris:~# ps -ef | grep snmp root

Re: SNMP walk and get not working

2012-03-26 Thread Robert Story
On Sat, 24 Mar 2012 08:38:40 +0530 Vivek wrote: VN Does anybody know how the agenx subagent sends the 'GetResponse' PDU VN to the subagent once it receives the 'GetRequest', 'GetNextRequest' VN and 'SetRequest'? The details of the agentx communication is handled by the library. You don't need to

Re: SNMP walk and get not working

2012-03-23 Thread Vivek Nagaraj
Hello, Does anybody know how the agenx subagent sends the 'GetResponse' PDU to the subagent once it receives the 'GetRequest', 'GetNextRequest' and 'SetRequest'? Is there an API that does the above work? I have following doubts: 1) What is the responsibility of the Agentx subagent with respect

Re: SNMP walk and get not working

2012-03-22 Thread Niels Baggesen
On Thu, Mar 22, 2012 at 04:08:07PM +0530, Vivek Nagaraj wrote: Any idea why I get this? Is this the issue with my subagent or the main agent is not properly configured? What kind of subagent is this? AgentX, SMUX, Proxy, ... /Niels -- Niels Baggesen - @home - Ã…rhus - Denmark -

Re: SNMP walk and get not working

2012-03-22 Thread Vivek Nagaraj
Niels, Thanks for your response. Mine is a AgentX net-snmp subagent. Thanks, Vivek On Thu, Mar 22, 2012 at 5:42 PM, Niels Baggesen n...@users.sourceforge.net wrote: On Thu, Mar 22, 2012 at 04:08:07PM +0530, Vivek Nagaraj wrote: Any idea why I get this? Is this the issue with my subagent or