diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-12 12:18:09 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-12 12:18:09 +0000 |
commit | 5318721dd1e3e44b229dc7945fc0f6cb20478c9e (patch) | |
tree | c03a40609ca4143ce83983550eb82a2d32b43451 /net-mgmt/p5-SNMP-Info/pkg-descr | |
parent | 1c507c2a200dd4041e3a8c86d64a9943a5224850 (diff) | |
download | ports-5318721dd1e3e44b229dc7945fc0f6cb20478c9e.tar.gz ports-5318721dd1e3e44b229dc7945fc0f6cb20478c9e.zip |
Add SNMP::Info, an object oriented perl5 interface to Network devices and
various common MIBs
Notes
Notes:
svn path=/head/; revision=116021
Diffstat (limited to 'net-mgmt/p5-SNMP-Info/pkg-descr')
-rw-r--r-- | net-mgmt/p5-SNMP-Info/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/p5-SNMP-Info/pkg-descr b/net-mgmt/p5-SNMP-Info/pkg-descr new file mode 100644 index 000000000000..2ceed48d33f4 --- /dev/null +++ b/net-mgmt/p5-SNMP-Info/pkg-descr @@ -0,0 +1,14 @@ +SNMP::Info gives an object oriented interface to information +obtained through SNMP. This module is geared towards network devices. +Subclasses exist for a number of network devices and common MIBs. +The information may be coming from any number of MIB files and is very +vendor specific. SNMP::Info provides you a common method for all +supported devices. +Adding support for your own device is easy, and takes little much SNMP +knowledge. +The module is not limited to network devices. Any MIB or device can be +given an objected oriented front-end by making a module that consists of a +couple hashes. See EXTENDING SNMP::INFO. + +WWW: http://snmp-info.sourceforge.net/ +Author: Max Baker |