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
ll work on integration. > > Regards > Lakshmi > > On Thu, Dec 3, 2015 at 3:23 PM, Tim Cox <timmiles...@gmx.ch> wrote: > > > Well Lakshmi > > Are you sure you want to develop both agent and manager? > > I assume you understand that manager is the cli

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

NET-SNMP version: 5.4.2.1 manager display editing quirk

2015-11-28 Thread Tim Cox
My agent (which is not NET_SNMP) may be obliged to force zero bits onto the front of unsigned data counter TimeTicks gauge I don't think an agent should need to do this, but manager NET-SNMP version: 5.4.2.1 is display-editing illogically Manager appears to

Re: getting shared objects to read configuration in snmpd.conf

2015-02-17 Thread Tim Cox
object which is dynamically loaded in to the snmpd agent using the dlmod snmpd conf directive. So, it can't read in arguments of its own. Tim -Original Message- From: Tim Cox [mailto:timmiles...@gmx.ch] Sent: 17 February 2015 14:04 To: Tim Culhane Cc: net-snmp-coders

Re: getting shared objects to read configuration in snmpd.conf

2015-02-17 Thread Tim Cox
Tim Why can't your application read a config file of its own? Or look at its command line arguments? Best Regards Tim Am 17.02.2015 um 13:20 schrieb Tim Culhane: Hi, Apologies for cross posting: I'm writing a c shared object which will connect to a proprietary server via telnet and

Re: Hard limit of Open TCP connections

2014-02-18 Thread Tim Cox
I haven't looked, Rohith, but since the MIB_TCP_CONN macro is clearly about MIBs and not about TCP itself, it's worth hoping that this would make MIB-II 's tables big enough to avoid the crash Good luck Tim Am 18.02.2014 um 11:24 schrieb rohith: Hi, I have a customer who has more

Re: Access the SNMP Counters without increasing them

2013-05-02 Thread Tim Cox
On Tue, 30 Apr 2013 15:44:56 +0200 (CEST) Tim Cox timmiles...@gmx.ch wrote: If this is really so important access the MIB variables from a socket program or decrement the send and receive counts by 1 between acquiring and displaying (you need a running count of course

Aw: Access the SNMP Counters without increasing them

2013-04-30 Thread Tim Cox
It depends how your MIB is implemented You may be able to see these counters from a simple socket application, maybe not But how can it be so important?It should be reassuring that your enquiry trafficis also shown. Do you want to avoid incrementing the interface counters as well?

Aw: Re: Access the SNMP Counters without increasing them

2013-04-30 Thread Tim Cox
that the counters comes from the SNMP interface and it therefore looks strange to the user. I could inform them that the request goes over SNMP and is therefore included but I would rather access the counters in a way that does not affect them. /Gustav On Tue, 30 Apr 2013 13:10:11 +0200 (CEST) Tim