Page MenuHomeFreeBSD

net-mgmt/py-pysnmp-lextudio: New Port, Pure Python SNMP library
Needs ReviewPublic

Authored by agh_riseup.net on Oct 11 2023, 5:07 AM.
Referenced Files
F147484605: D42153.id128538.diff
Wed, Mar 11, 8:49 AM
F147463765: D42153.id128538.diff
Wed, Mar 11, 5:32 AM
Unknown Object (File)
Mon, Mar 9, 7:14 PM
Unknown Object (File)
Jan 21 2026, 1:13 PM
Unknown Object (File)
Jan 21 2026, 12:58 AM
Unknown Object (File)
Jan 20 2026, 9:33 PM
Unknown Object (File)
Jan 19 2026, 3:19 AM
Unknown Object (File)
Jan 18 2026, 10:45 PM
Subscribers

Details

Reviewers
None
Group Reviewers
Ports Committers
Summary

This is a fork of the original upstream project for net-mgmt/py-pysnmp.

Features

  • Complete SNMPv1/v2c and SNMPv3 support
  • SMI framework for resolving MIB information and implementing SMI Managed Objects
  • Complete SNMP entity implementation
  • USM Extended Security Options support (3DES, 192/256-bit AES encryption)
  • Extensible network transports framework (UDP/IPv4, UDP/IPv6)
  • Asynchronous socket-based IO API support
  • Asyncio integration
  • PySMI integration for dynamic MIB compilation
  • Built-in instrumentation exposing protocol engine operations
  • Python eggs and py2exe friendly
  • 100% Python, works with Python 3.7+
  • MT-safe (if SnmpEngine is thread-local)

Features, specific to SNMPv3 model include:

  • USM authentication (MD5/SHA-1/SHA-2) and privacy (DES/AES) protocols (RFC3414, RFC7860)
  • View-based access control to use with any SNMP model (RFC3415)
  • Built-in SNMP proxy PDU converter for building multi-lingual SNMP entities (RFC2576)
  • Remote SNMP engine configuration
  • Optional SNMP engine discovery
  • Shipped with standard SNMP applications (RC3413)

    PR: 262906

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped