How To Install Snmpwalk?
Install snmpwalk
-
Debian
apt-get install snmp
Click to copy -
Ubuntu
apt-get install snmp
Click to copy -
Alpine OS
apk add net-snmp
Click to copy -
Arch Linux
pacman -S net-snmp
Click to copy -
Kali Linux
apt-get install snmp
Click to copy -
Fedora
dnf install net-snmp-utils-1
Click to copy -
Raspbian
apt-get install snmp
Click to copy -
macOS
brew install net-snmp
Click to copy
snmp
SNMP (Simple Network Management Protocol) applicationsThe Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. The Net-SNMP applications are a collection of command line clients for issuing SNMP requests to agents.
net-snmp-utils-1
from the NET-SNMP projectnet-snmp
SNMP (Simple Network Management Protocol) is a protocol used fornetwork 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.