What problem does it solve?
Network devices emit SNMP traps for events like link failures and authentication errors, but without a centralized receiver these alerts are lost or scattered, making incident investigation and event correlation difficult.
Core Features & Use Cases
- Trap Collection: Listen on a UDP port for SNMPv1, SNMPv2c, and SNMPv3 traps sent by routers, switches, and firewalls.
- Query and Filtering: Search collected traps by type, source IP, OID prefix, or SNMP version, and retrieve full variable binding details for any single trap.
- Statistics and Monitoring: Check receiver status and get trap counts grouped by type and source for daily summaries.
- Use Case: After a reported outage, query all linkDown traps from the affected device's IP in the last hour, then pull full trap details to identify the failing interface.
Quick Start
Ask the agent to start the SNMP trap receiver on port 10162 and then show all linkDown traps received in the last hour.