freebsd-ports/net-mgmt/p5-SNMP/pkg-descr
Mark Murray c17025d90f Unbreak.
Upgrade to v1.8b3.
Fix for Perl5.
1998-10-21 10:07:51 +00:00

14 lines
621 B
Plaintext

This is a Perl5 extension module which provides an interface to the
UCD-SNMP library.
Description:
The basic operations offered by SNMP are provided through an object
oriented interface for modularity and ease of use. The primary object is
SNMP::Session which is implemented as a blessed hash reference. The
object supports 'get', 'set', and 'getNext' method calls. All calls are
blocking/synchronous (i.e., they must receive a response or timeout
before control is returned to the caller). The methods take a variety of
input argument formats (example/* for examples). A description of the
objects data fields follow.