Re: Net SNMP Trap

2016-02-23 Thread Niels Baggesen
Den 23-02-2016 kl. 13:37 skrev Anivesh Pandeya: > > How to generate a automated trap for linkup and linkdown for > snmpv2c?? > > OS : RHEL4 Thin Client > SNMP : NET-SNMP- 5.1.2 Any good reason for being stuck with such an outsated system? > SNMPv3 i

Net SNMP Trap

2016-02-23 Thread Anivesh Pandeya
How to generate a automated trap for linkup and linkdown for snmpv2c?? OS : RHEL4 Thin Client SNMP : NET-SNMP- 5.1.2 SNMPv3 is not implemented. I want to monitor the system for traps in case of link up and link down. What is the configurations i need to add in the snmpd.conf files?? I have al

Re: Regarding net-snmp trap

2012-12-12 Thread Niels Baggesen
On Wed, Dec 12, 2012 at 06:28:45AM -0500, SureshCilutions S wrote: > I added the below three lines in C:\usr\etc\snmp\snmpd.conf, now I am > receiving traps. > trapsink localhost > trap2sink localhost > informsink localhost You only need one of them, depending on what format you wa

Re: Regarding net-snmp trap

2012-12-12 Thread SureshCilutions S
Niels, Great. I added the below three lines in C:\usr\etc\snmp\snmpd.conf, now I am receiving traps. trapsink localhost trap2sink localhost informsink localhost Thanks for your quick help. -ssmadurai On Wed, Dec 12, 2012 at 12:49 AM, Niels Baggesen wrote: > On Tue, Dec 11, 2012

Re: Regarding net-snmp trap

2012-12-11 Thread Niels Baggesen
On Tue, Dec 11, 2012 at 07:33:07PM -0500, SureshCilutions S wrote: > But somehow the iReasoning is not receiving the > traps[Trap port 162]. Do I need to add anything > in C:\usr\etc\snmp\snmpd.conf? Could anyone help me about how to receive > the trap? You do have a trapsink directive in there, r

Regarding net-snmp trap

2012-12-11 Thread SureshCilutions S
Hi, I am new to net-snmp. I have net-snmp 5.7.2 and iReasoning MIB browser on Windows 7. I am running the snmpd agent(compiled on vc++) which has send_easy_trap(0,0) /*cold start trap*/. Also I have extended the MIB module by adding init_notification()[notification.c] for testing which has send_v2

Re: Net-SNMP Trap/INFORM Filtering

2012-04-04 Thread Chalapathi Rao
Thanks Dave. Shall try the new version. Appreciated!! -Chalapathi On Wed, 2012-04-04 at 13:37 +0100, Dave Shield wrote: > [ First - *please* don't mail me privately, without copying > any responses to the mailing list. I don't have the time > or inclination to offer private, unpaid

Re: Net-SNMP Trap/INFORM Filtering

2012-04-04 Thread Dave Shield
On 4 April 2012 14:24, Chalapathi Rao wrote: > Thanks Dave. Shall try the new version. Note that I doubt the Net-SNMP software version is relevant here. I strongly suspect the issue is related to SNMPv3 Informs, rather than filtering of Traps-vs-Informs. Dave ---

Re: Net-SNMP Trap/INFORM Filtering

2012-04-04 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 4 Ap

Re: Net-SNMP Trap/INFORM Filtering

2012-04-04 Thread Dave Shield
On 4 April 2012 11:55, Chalapathi Rao wrote: > We seem to be having the following issue with our snmpagent > (using Net-SNMP Version:  5.3.2.2). First thing - that's a very old version (and the 5.3.x line is no longer actively supported). Would it be possible to try with something a little newer?

Net-SNMP Trap/INFORM Filtering

2012-04-04 Thread Chalapathi Rao
Hello, We seem to be having the following issue with our snmpagent (using Net-SNMP Version: 5.3.2.2). Issue: Traps can be filtered (snmpTargetMIB, snmpNotificationMIB) but INFORMs can't be. But we also see the following in Net-SNMP FAQ contradicting the above behavior. Would be great if we c