snmptrapd

2015-12-03 Thread Alizadeh Mahmoud
Hi Is there a way I could test the "snmptrapd" if it is reciveing traps? BR Maali -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codeb

want to take part in development of snmp php extension

2015-12-03 Thread 高阳
Hi all, I am a developer using php snmp extension to build a network management system, and also a graduate student in Beijing University of Posts and Telecommunications. When I was using the functions provided by the snmp extension, I found the library was old and didn’t have some useful functi

Problem with NET-SNMP v 5.5

2015-12-03 Thread Domingo Corral de Dios
Hello, I have a problem with snmp configuration. If I create a user win MD5 and DES authentication all it’s OK: /var/lib/net-snmp/snmpd.conf: createUser UserPrueba MD5 12345678 DES 87654321 /etc/snmp/snmpd.conf: rouser UserPrueba auth service snmp start Test: # snmpwalk -v3 localhost -a MD5 -

Error running configure script

2015-12-03 Thread Shane Slack
I'm trying to install net-snmp on aix 7.1 and I get this error while running the configure script. I have tried to google for a solution, but haven't found anything. Please let me know if you have any other tips or suggestions. Thanks, [cid:image001.png@01D122C5.1830AD40] [https://images.mtnam

Reg net-snmp protocol

2015-12-03 Thread lakshmi narasimhan
Hi All, I am new to SNMP protocol,i am trying to implement SNMP Manager in C.My SNMP Agent running on UPS and my SNMP Manager will be running on the Gateway running Linux.I have .mib supplied by manufacturer of UPS device.Please advice where to start and how to use this .mib file and i am using Ir

Re: snmptrapd

2015-12-03 Thread Tim Cox
Alizadeh You could monitor the network with tcpdump or wireshark to see if UDP traffic is arriving for port 162 BR Tim Am 17.11.2015 um 13:41 schrieb Alizadeh Mahmoud: > Hi > > Is there a way I could test the "snmptrapd" if it is reciveing traps? > > BR > Maali > > -

Re: Reg net-snmp protocol

2015-12-03 Thread Tim Cox
Well Lakshmi Are you sure you want to develop both agent and manager? I assume you understand that manager is the client program usually on a workstation / PC and agent is the stateless server in the managed machine It's more frequent that someone wants to write parts of the agent and test it

Re: Reg net-snmp protocol

2015-12-03 Thread Tim Cox
Hello Lakshmi It's a long time since I touched NETSNMP, but I seem so remember it has relocatable (ie object binary .o) library for formatting the requests in BER (packet format of ASN) Will your manager application not be able to use NETSNMP manager library calls for Linux? The level of ma