Error in MIB

2014-10-14 Thread chengkeke
Hi All, I have met one issue some format in MIB can't works well for net-snmp. Could you please give me any suggestion? net-snmp version is 5.5. IF-Name_VLAN-ID_ESSID_AP-Model_AP-Name_AP-MAC(1) does not works for net-snmp. Here is the error when do snmpget or snmpwork: snmpwalk -v 2c -c

RE: snmptrapd not processing v3 traps

2014-10-14 Thread Geoff Kingsmill
Jason, Would you mind expanding on this. Would you mind providing a sample on what you put in for authUser and CreateUser to overcome the need of having to enter an engineID for every system. Thanks so much, Geoff.. From: Jason Pope [mailto:jp...@bats.com] Sent: Monday, 6 October

RE: SNMPv3 Trap Question

2014-10-14 Thread Gary Dunlap
Hi. Yes, I did a similar test to send SIGHUP, and looking at traps with Wireshark, the engineBoots count does stay the same while the engineTime increases as expected. So I guess the simple reconfig is not the problem. The kind of “event” I saw that I thought may have triggered the

snmptrapd not processing v3 traps

2014-10-14 Thread Jason Pope
Hi, Has anyone successfully set up snmptrapd to accept v3 traps from a device ? I have tried to set it up, but I see nothing in the log when the device sends v3 traps. When configured to send v2 traps you can see them in the logs. I have set up the createUser line in the snmptrapd.conf file

RE: snmptrapd not processing v3 traps

2014-10-14 Thread Jason Pope
Geoff, Basically have a switch sending SNMP traps. It does have an engine ID set. All I have set in my snmptrapd.conf is : createUser myuser SHA foo AES bar authUser log,execute,net myuser And that just works …. Will try it for more than one switch, but so far no issues. Regards, Jason Pope

RE: snmptrapd not processing v3 traps

2014-10-14 Thread Jason Pope
Bill, I had a look at the doc and no matter what I have done it still does not seem to work. I have tried multiple combinations of engineID with a 0x and not in front. Putting the Id in or not. With our without Auth and Priv …. Still nothing comes though. I can see in the debug the info :

Raises the netsnmp_remove_delegated_requests_for_session method of the snmpd code dump.

2014-10-14 Thread lijian...@rayootech.com
Hi Snmp group http://sourceforge.net/p/net-snmp/mailman/message/28799205/ (NET-SNMP version: 5.3.1) Our customers found the same problem, but I didn't successfuly reproduce the problem. The problem I now to reproduce and solve? Or repair the problem in which version? Thanks Best Regards,

snmpd auto stop or no response...

2014-10-14 Thread penguin19
Hi, I run snmpd to moniter system health. But it has a fixed period of time will not respond. OS:Cent OS 5 /var/log/message: Sep 30 11:47:06 re13 snmpd[273055]: Connection from UDP: [127.0.0.1]:37564 Sep 30 11:47:06 re13 snmpd[273055]: Connection from UDP: [127.0.0.1]:37564 Sep 30 11:47:09

some fun error

2014-10-14 Thread Unkonw
when i run this in shell below: #python setup.py build there is an error that because I use python3.4 in setup.py(/net-snmp-5.7.3.pre5/python/setup.py) there is a 'tab' whitch instead of 4 space in line14--

bug system.c - Solaris

2014-10-14 Thread Maria Teresa Eibe
Hi, I’ve noticed that there seems to be a bug in the code of system.c, function netsnmp_os_prematch, if net-snmp is to be run on Solaris. The problem would be the line: if ( 0 != uname(utsbuf)) return -1; as uname would return 1 if success in the case of Solaris I’ve just checked

snmp service not starting

2014-10-14 Thread Nisha Saini
Hi I have recently installed NET-SNMP version: 5.7.2.1 from http://www.net-snmp.org/ on Linux Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-29-generic x86_64). I checked the version, it is properly installed but it is not started. Could you please help how to start the service? Regards, Nisha Saini

Re: Error in MIB

2014-10-14 Thread Niels Baggesen
On Sat, Oct 11, 2014 at 06:00:28PM +0800, chengkeke wrote: I have met one issue some format in MIB can't works well for net-snmp. Could you please give me any suggestion? net-snmp version is 5.5. IF-Name_VLAN-ID_ESSID_AP-Model_AP-Name_AP-MAC(1) does not works for net-snmp. Here is

Re: snmp service not starting

2014-10-14 Thread Pranesh Kulkarni
Hi If you installed by making untar the source code , /usr/local/sbin/snmpd -- it will start the snmp agent On Wed, Oct 1, 2014 at 11:12 AM, Nisha Saini nisha.sa...@lntinfotech.com wrote: Hi I have recently installed NET-SNMP version: 5.7.2.1 from *http://www.net-snmp.org/*

Re: Raises the netsnmp_remove_delegated_requests_for_session method of the snmpd code dump.

2014-10-14 Thread Bill Fenner
Please try net-snmp 5.7.3-rc1 . The patches you linked to are all present in that release candidate. Bill On Tue, Sep 30, 2014 at 1:02 AM, lijian...@rayootech.com lijian...@rayootech.com wrote: Hi Snmp group http://sourceforge.net/p/net-snmp/mailman/message/28799205/ (NET-SNMP version:

Re: bug system.c - Solaris

2014-10-14 Thread Bill Fenner
On Tue, Sep 16, 2014 at 11:44 AM, Maria Teresa Eibe mtega...@gmail.com wrote: Hi, I’ve noticed that there seems to be a bug in the code of system.c, function netsnmp_os_prematch, if net-snmp is to be run on Solaris. The problem would be the line: if ( 0 != uname(utsbuf)) return -1;