snmptrapd
Net-SNMP notification receiver
Install
- All systems
-
curl cmd.cat/snmptrapd.sh
- Debian
-
apt-get install snmptrapd
- Ubuntu
-
apt-get install snmptrapd
- Arch Linux
-
pacman -S snmptrapd
- Kali Linux
-
apt-get install snmptrapd
- CentOS
-
yum install snmptrapd
- Fedora
-
dnf install snmptrapd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install snmptrapd
- Raspbian
-
apt-get install snmptrapd
- Dockerfile
- dockerfile.run/snmptrapd
snmptrapd
Net-SNMP notification receiver
The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. snmptrapd is an SNMP application (daemon) that receives and logs SNMP TRAP and INFORM messages.
net-snmp-1
5.8-4.fc30.x86_64 : A collection of SNMP protocol tools and libraries
snmpd
SNMP (Simple Network Management Protocol) agents
The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. The Net-SNMP agent is a daemon which listens for incoming SNMP requests from clients and provides responses.
net-snmp
SNMP (Simple Network Management Protocol) is a protocol used for
network management. The NET-SNMP project includes various SNMP tools: an extensible agent, an SNMP library, tools for requesting or setting information from SNMP agents, tools for generating and handling SNMP traps, a version of the netstat command which uses SNMP, and a Tk/Perl mib browser. This package contains the snmpd and snmptrapd daemons, documentation, etc. You will probably also want to install the net-snmp-utils package, which contains NET-SNMP utilities.