This package browser is in early development. Mind the rough edges.

net-snmp

Simple Network Management Protocol library and tools

The Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (e.g. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.

Installation

Install the latest version of net-snmp as follows:

guix install net-snmp

Or install a particular version:

guix install net-snmp@5.9.4

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of net-snmp about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/net-snmp'><img src='https://packages.guix.gnu.org/packages/net-snmp/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/net-snmp/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/net-snmp)

Example Org:

[[https://packages.guix.gnu.org/packages/net-snmp][https://packages.guix.gnu.org/packages/net-snmp/badges/latest-version.svg]]