Source: libnet-snmp-perl Maintainer: Debian Perl Group Uploaders: Roland Rosenfeld Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libcrypt-des-perl , libdigest-hmac-perl , libmodule-build-perl, libmodule-build-perl Build-Depends-Indep: netbase , perl:any Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-snmp-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-snmp-perl.git Homepage: https://metacpan.org/release/Net-SNMP Rules-Requires-Root: no Package: libnet-snmp-perl Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${perl:Depends} Suggests: libcrypt-des-perl, libdigest-hmac-perl, libio-socket-inet6-perl Description: 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.