A problem about trap

2006-10-25 Thread Clement Hsu
Dear all: I am clement, I encounter a problem of setting up trap sending via snmpd.conf. When I add the following two line, such like   trapcommunity public  trapsink xxx.xxx.xxx.xx public 162Then , when I execute snmpd -f -d -Le, it represented       snmpd: send_Trap: Cannot send V1 PDU on V2 mes

Re: Timeout errors on HP-UX 11.11

2006-10-25 Thread Albert Chin
On Wed, Oct 25, 2006 at 06:21:13PM +0200, Thomas Anders wrote: > Albert Chin wrote: > > Ok, found the problem. Building net-snmp on HP-UX requires -lnm > > (because -lnm provides open_mib() which files like > > agent/mibgroup/mibII/at.c depend on). -lnm provides an implementation > > of init_mib():

Re: Dynamic libraries under Windows

2006-10-25 Thread Alex Burger
Arnaud BODENAN wrote: > Does somebody succeed in making dynamic libraries of Net-snmp (5.3.1 for me) > under Windows ? The Windows port does not currently support DLMOD, but that may be the next thing I work on. Alex - Us

Re: Question Never Answered - Re: 64bit counters not showing up.

2006-10-25 Thread David Grohmann
Dave Shield wrote: > On 25/10/06, David Grohmann <[EMAIL PROTECTED]> wrote: >> I never got an answer to this question. Is there anyone who has a >> guess as >> to what the problem might be? >> we have used both snmp v1 and v2c. same problems. > > With SNMPv1 you'll never get 64-bit values, since

Re: Question Never Answered - Re: 64bit counters not showing up.

2006-10-25 Thread Dave Shield
On 25/10/06, David Grohmann <[EMAIL PROTECTED]> wrote: I never got an answer to this question. Is there anyone who has a guess as to what the problem might be? we have used both snmp v1 and v2c. same problems. With SNMPv1 you'll never get 64-bit values, since SNMPv1 didn't support this syntax

Question Never Answered - Re: 64bit counters not showing up.

2006-10-25 Thread David Grohmann
I never got an answer to this question. Is there anyone who has a guess as to what the problem might be? we have used both snmp v1 and v2c. same problems. Is there any other information that I could provide that would be helpful? Thank you, David Grohmann wrote: Thomas Anders wrote:

Adding a MIB

2006-10-25 Thread Carlos Alberto Bernat Orozco
Hi group! I'm new with SNMP and I want to add a MIB to make requests to cable modems. When I read the FAQ, says that I have to install a MIB in the agent or in the tools. If I want to install a RiverDelta MIB, where do I have to install it? I create a file call riverdelta.txt with the MIB especif

Re: Timeout errors on HP-UX 11.11

2006-10-25 Thread Thomas Anders
Albert Chin wrote: > Ok, found the problem. Building net-snmp on HP-UX requires -lnm > (because -lnm provides open_mib() which files like > agent/mibgroup/mibII/at.c depend on). -lnm provides an implementation > of init_mib(): > $ nm -BCpg /usr/lib/libnm.sl | grep init_mib > 031096 T init_

Walking notification-log-mib when it is in snmpd

2006-10-25 Thread Miller, Jeff (eng)
Title: Walking notification-log-mib when it is in snmpd I compiled the 5.3 release with the notification-log-mib in snmpd (as opposed to running it in snmptrapd). When I start and turn on debugging I can see that notification_log is initialized and that events are going into it.  However,

Walking notification-log-mib when it is in snmpd

2006-10-25 Thread Miller, Jeff (eng)
Title: Walking notification-log-mib when it is in snmpd I compiled the 5.3 release with the notification-log-mib in snmpd (as opposed to running it in snmptrapd). When I start and turn on debugging I can see that notification_log is initialized and that events are going into it.  However,

Dynamic libraries under Windows

2006-10-25 Thread Arnaud BODENAN
Hi everybody, Does somebody succeed in making dynamic libraries of Net-snmp (5.3.1 for me) under Windows ? Arnaud. _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/on

Re: snmpd crash when AgentX subagent does not respond

2006-10-25 Thread Josef Moellers
Kurapati M-G19456 wrote: > Try applying the following patch: > http://sourceforge.net/tracker/index.php?func=detail&aid=1565703&group_id=12694&atid=312694 Unfortunately, snmpd again crashed immediately. After looking at the changes in detail, I'm not sure what exactly they fix, as in both cases

RE: snmpd crash when AgentX subagent does not respond

2006-10-25 Thread Kurapati M-G19456
Try applying the following patch: http://sourceforge.net/tracker/index.php?func=detail&aid=1565703&group_id=12694&atid=312694 Caution: Patch is based on NET-SNMP-5.2.2 Regards Mahesh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Josef Moellers Sent:

snmpd crash when AgentX subagent does not respond

2006-10-25 Thread Josef Moellers
We are having trouble with non-responsive AgentX subagents taking down snmpd. AFAICT this is due to several GET/GETNEXT requests arriving before snmpd decides that the first request has ultimately timed out and the agentx session is closed. Also, the cause seems to be problems with dynamic stor