Re: Now sure whether agentx is running ?

2010-11-19 Thread Wes Hardaker
> On Wed, 17 Nov 2010 03:32:41 -0800 (PST), sujata patra > said: sp> know how : 1> How to stop the /usr/local/sbin/snmpd in ubuntu sp> gracefully ? You can safely kill it with a normal SIGTERM kill. 2> How to add mib directory path other than a default path ? # man snmpcmd ...

Re: How to invoke SNMP agent

2010-11-19 Thread Wes Hardaker
> On Wed, 17 Nov 2010 21:17:00 -0800 (PST), sona chalam > said: sc> When i lsearch for SNMP agent it is able to identify SNMP agent sc> . but beyond that i am unble to explore more in this. Run "snmpconf -g basic_setup" to help you get started in generating a snmpd.conf file that you ca

Re: How to change the sessiontimeout of subagent agentx message

2010-11-19 Thread Wes Hardaker
> On Thu, 18 Nov 2010 17:21:41 +0530 (IST), Sathish Chandrasekaran > said: SC>   Can some one help me with configurations or code change for SC> increasing  sessiontimeout of netsnmp subagent of the agentx SC> request. # man snmpd.conf ... agentXTimeout NUM defines

Re: snmp help required

2010-11-19 Thread Wes Hardaker
If you've never implemented an object before, I suggest you start with our coding tutorials: http://www.net-snmp.org/tutorial/ -- Wes Hardaker Please mail all replies to [email protected] -- Bea

snmp help required

2010-11-19 Thread sam chacko
hi i am new to snmpd . actually I have to implement a OID which will retrieve encryption used for snmp for reading and writing .thanks in advance sam -- Beautiful is writing same markup. Internet Explorer 9 suppo

Re: Issue with handling large sub-identifiers

2010-11-19 Thread Robert Story
On Thu, 18 Nov 2010 11:32:11 +0530 Manjit wrote: M> snmpInpkts and sysUpTime are also scalar. M> Then how these mibs objects are replying with No Such Instance currently M> exists at this OID. M> M> opt/servers/netsnmp/bin/snmpwalk -v 2c -c private 172.16.x.xxx M> snmpInPkts.4294967295 M> SNMPv

Re: dynamic updated container, mib2c change or contained container?

2010-11-19 Thread Robert Story
On Thu, 18 Nov 2010 10:58:48 +0200 Timo wrote: TT> Gets only container, and I can't associate my context data with it TT> easily. This is called from inetNetToMediaTable_interface.c which says TT> in big letters "NOT USER EDITABLE CODE". So I can't modify the proto TT> type either. TT> TT> So I sh