MaxMsgSize on v2c request

2010-11-29 Thread Connie Chan
Hi, I'm using netsnmp 5.4.2.1. I made a v2c request to server but got error "send response: Too long" Turned on debug msgand got sess_async_send: 2010-11-29 15:00:16,716 - length of packet (8379) exceeds session maximum (4096) We cannot specify maxMsgSize in snmpv2c PDU. Does netsnmp defau

RE: a patch for memory leak

2010-09-21 Thread Connie Chan
16:26:28 -0700 > > >>>>> On Mon, 20 Sep 2010 10:56:37 -0700, Connie Chan > >>>>> said: > > CC> Does anybody know why netsnmp only allow 128 OID in one request? > CC> #define SNMP_MAX_CMDLINE_OIDS 128 > > That's actually a mand

RE: a patch for memory leak

2010-09-20 Thread Connie Chan
Hi all, Does anybody know why netsnmp only allow 128 OID in one request? #define SNMP_MAX_CMDLINE_OIDS 128 #>Too many object identifiers specified. Only 128 allowed in one request. Thanks Connie

SNMP v3 user password special char support

2008-11-17 Thread Connie Chan
Hi, Does anybody have a list on the special char set that netsnmp doesn't support as password? Like can I enter \,/,",?,*,<,>, as password? Thanks Connie - This SF.Net email is sponsored by the Moblin Your Move Developer

RE: snmp trap forwarding

2007-02-16 Thread Connie Chan
n main (argc=7, argv=0x7e44) at snmptrapd.c:1418 Any idea? Thanks Connie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Friday, February 16, 2007 12:59 AM To: Connie Chan Cc: net-snmp-users@lists.sourceforge.net Subject: Re: snmp trap

snmp trap forwarding

2007-02-15 Thread Connie Chan
Hi, I would like to forward the receiving trap by machine B to machine C. In my snmptrapd.conf in machine B, I have createUser -e MD5 DES authUser log,net When I run snmptrapd, I can receive traps from machine A. When I generate a trap from machine B, machine C can receive the trap.

Net-snmp port to send out trap?

2006-09-20 Thread Connie Chan
Hi, I would like to know which port does the net-snmp use to **send out** trap? Does is also use port 162? If so, how can I change the port? Thanks Connie - Take Surveys. Earn Cash. Influence the Future of IT Join SourceF

RFC4293 support

2006-08-09 Thread Connie Chan
Hi, Looks like currently net-snmp supports RFC2011 which is obselete. Any plan to implement RFC4293?     Thanks   Connie - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly wi

SNMP v3 user chg pwd

2006-03-15 Thread Connie Chan
Hi, I can create snmp v3 user by editing snmp.conf   rwuser initial createUser initial MD5 setup_passphrase DES   I tried to use snmpusm to change the password of initial and I got the following error msg   #>snmpusm -v3 -u initial  -l authNoPriv -a MD5 -A setup_passphrase  -x DES -X setu

Cross platform auth issue

2006-01-10 Thread Connie Chan
Hi, I built net-snmp 5.2.1.2 on both PPC and Linux platforms. However, the snmpwalk can only auth (using snmp v3 auth) to the same platform. When I use snmpwalk from the Linux machine and try to retrieve snmp information from a PPC snmpd, I got auth failure error and vice versa. Does anybody h

net-snmp build problem

2006-01-09 Thread Connie Chan
Hi, I downloaded net-snmp 5.3 and tried to build on my Linux machine.   I didn't enforce any encryption / security feature. However, I got the following error: /bin/sh ./libtool  --mode=link gcc -g -O2 -Dlinux -I/usr/include/rpm  -o snmpd snmpd.lo    libnetsnmpmibs.la libnetsnmpagent.la he

snmp v3 privacy

2006-01-09 Thread Connie Chan
Hi all, I would like to use net-snmp v3 feature with encryption. Currently, I am using net-snmp 5.2.1.2.   I built snmpd with openssl. However, when I exec snmpwalk, I got the following errors snmpwalk -v 3 -u user -n "" -e 0x8000X -l authPriv -a MD5 -A password -x DES -X password

SNMP v3 user creation

2005-12-08 Thread Connie Chan
Hi all,   I'm new to the net-snmp   I would like to create snmp v3 user to access the SNMP stack.   I tried to use snmpusm to create the user and got the following error: net-snmp-5.2.1.2>apps/snmpusm -v 2c -c private snmp-server create USER rwusrError in packet.Reason: noCreation (That tab