#snmp #mib #tool #name

snmptools

SNMP common tools

11 releases

0.0.11 Jul 10, 2023
0.0.10 Jun 2, 2022

#4 in #snmp

41 downloads per month

Apache-2.0

11KB
221 lines

snmptools

Unsafe Rust functions, based directly on net-snmp library for those, which are not Rust-native yet.

Methods:

  • Converts SNMP OIDs to MIB names and vice-versa

Required crate features:

  • dynamic load libnetsnmp.so dynamically (more cross-platform)

  • static compile the binary with libnetsnmp.so dep or compile static lib inside (a bit faster)

Dependencies

~2.5–3.5MB
~67K SLoC