How to Install snmpd in Ubuntu 18.04



Install snmpd by entering the following commands in the terminal:

sudo apt update
sudo apt install snmpd

Description:

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.

Homepage: http://net-snmp.sourceforge.net/

Version: 5.7.3+dfsg-1.8ubuntu3

Section: net