snmpwalk

SNMP query tool. More information: <https://manned.org/snmpwalk>.

Debian Debian
RUN apt-get update && \ apt-get install -y snmp
Ubuntu
RUN apt-get update && \ apt-get install -y snmp
Alpine
RUN apk add net-snmp
Arch Arch Linux
RUN pacman -S --noconfirm net-snmp
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y snmp
Fedora
RUN dnf install -y net-snmp-utils-1
Raspbian
RUN apt-get update && \ apt-get install -y snmp
click the source code to copy install snmpwalk on any operating system with command-not-found.com