SNMPTraps
SNMPTraps are asynchronous notifications generated by managed devices (routers, switches, servers, UPS, and applications) to a Network Management System (NMS) to report events or conditions. They form part of the Simple Network Management Protocol (SNMP) framework and allow devices to alert management software without polling.
Operation: A device detects an event and sends a trap message to the configured trap receiver. In
Security and transport: Traps are usually sent over UDP to port 162 by default, though configurations vary.
Examples and usage: Common trap types include linkDown, linkUp, coldStart, warmStart, authenticationFailure. Traps are widely used