snmpkey
Script SNMP connections
Install
- All systems
-
curl cmd.cat/snmpkey.sh
- Debian
-
apt-get install libnet-snmp-perl
- Ubuntu
-
apt-get install libnet-snmp-perl
- Arch Linux
-
pacman -S perl-Net-SNMP
- Kali Linux
-
apt-get install libnet-snmp-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libnet-snmp-perl
- Raspbian
-
apt-get install libnet-snmp-perl
- Dockerfile
- dockerfile.run/snmpkey
libnet-snmp-perl
Script SNMP connections
The module Net::SNMP implements an object oriented interface to the Simple Network Management Protocol. Perl applications can use the module to retrieve or update information on a remote host using the SNMP protocol. Net::SNMP is implemented completely in Perl, requires no compiling, and uses only standard Perl modules. SNMPv1 and SNMPv2c (Community-Based SNMPv2), as well as SNMPv3 with USM are supported by the module. SNMP over UDP as well as TCP with both IPv4 and IPv6 can be used. The Net::SNMP module assumes that the user has a basic understanding of the Simple Network Management Protocol and related network management concepts.