Questions tagged [snmp-trap]

A trap is an SNMP message used by an Agent to notify its Manager that an event has occurred, either an error or a normal occurrence. Use this tag for SNMP related questions that concern Trap messages.

A trap is an SNMP message used by an Agent to notify its Manager that an event has occurred, either an error or a normal occurrence. Traps are often used by network management systems to detect faults or deviations in the monitored devices.

Traps are sent without expecting acknowledgement, in contrast to Inform messages. A Manager that receives an Inform message should send a reply to the Agent.

Like other SNMP messages, a trap may carry one or several Variable Bindings. The value and meaning of each variable binding is implementation specific.

A MIB document is usually available which describes both the Trap and the varbinds.

161 questions
-1
votes
2 answers

Application not sending all SNMP Traps

I have a C++ application in visual studio that sends SNMP traps to a remote machine on certain conditions.Firewall is disabled in both machines. I have used windows API SnmpSendMsg to send the traps. The remote machine does not receive all the…
Garfield
  • 175
  • 7
  • 17
-1
votes
1 answer

Any snmp manager with buzzer on alarm?

Is there any SNMP manager or trap manger with buzzer notifications on PC normal speaker? With alarms that can be defined to activate this buzzer upon specific traps.
fireplus
  • 3
  • 4
-1
votes
1 answer

Send trap with Perl (net-snmp)

I run snmptrapd and can see incoming trap, when send trap via snmptrap snmptrap -c public -v 2c localhost "" 1.3.3.3.3.3.3.3 1.2.2.2.2.2.2 s "Aliens here" But I no have trap, when send via Perl script use SNMP; $sess = new SNMP::Session(DestHost…
Igor
  • 11
  • 4
-1
votes
1 answer

Send SNMP simulated traps on Windows without SNMP installed

Is it possible to use an SNMP trap generator on Windows 7 without having SNMP installed/activated ?
JohnTube
  • 1,782
  • 27
  • 46
-2
votes
1 answer

Unable to adding fortigate firewall as a Ansible host

I'm facing a problem while adding a Fortigate firewall as a Host machine to my Ansible Controller. Could anyone help with this issue? I have copied the id_rsa.pub key on Firewall but unable to ping that Firewall, getting an error like…
San
  • 1
  • 1
-2
votes
1 answer

SNMP-CAMEL-KAFKA

I am looking for reference where I can get simple program to send a SNMP trap to Apache Kafka topic using Apache Camel. Please help me if someone can explain the it using simple java program. My RouteBuilder configuration import…
Kumar Aditya
  • 189
  • 1
  • 1
  • 13
-2
votes
2 answers

linkDown SNMP trap not having the required varbinds

There are 2 types of linkDown alarm linkDown (CISCO-GENERAL-TRAPS) 1.3.6.1.2.1.11.0.2 linkDown (IF-MIB) 1.3.6.1.6.3.1.1.5.3 linkDown from CISCO-GENERAL-TRAPS mib contains the below varbinds 1.ifIndex 2.ifDescr 3.ifType 4.locIfReason linkDown…
Karthik
  • 75
  • 2
  • 9
-2
votes
1 answer

How can I use snmp++ to enable/disable a switch port?

I've been looking for this for a long time on the web,but I only found out that i can use snmp trap to achieve this function.But I don't konw how to use trap in snmp++.I only can find how to use trap in net-snmp,but our teacher ask us to use…
-2
votes
1 answer

How do I monitor trap alerts in Perl?

What is the simplest code in perl to monitor trap from any devices such as UPS, Rectifier, AirCond etc. In example we want to monitor temperature, server room humidity, aircond level etc. Each devices such as UPS, there are SNMP card inside and then…
AzharMG
  • 7
  • 2
-3
votes
1 answer

Need support: SNMP trap sender (SNMPv3)

Can someone help me in creating an agent which can send SNMPv3 traps to NMS? Open to use SNMP4J or net-snmp.
epiyugu
  • 13
  • 5
-4
votes
1 answer

Is trap agent has to be same related to trap management console

I'm new to this network programming and I been looking for trap agent to send traps in C#. The currently in use trap agent is TrapGen.exe but I have to replace it with the in-house designed one. but I don't know where to start. And also is that trap…
dawncode
  • 578
  • 1
  • 8
  • 22
1 2 3
10
11