ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/net-mgmt/p5-SNMP_Session/pkg-descr
Revision: 22019
Committed: Sun Oct 30 16:34:05 2016 UTC (7 years, 5 months ago) by laffer1
File size: 670 byte(s)
Log Message:
remove cvs2svn prop

File Contents

# Content
1 This archive contains Perl 5 modules SNMP_Session.pm and BER.pm,
2 which, when used together, provide rudimentary access to remote SNMP
3 (v1 and v2) agents.
4
5 This module differs from existing SNMP packages in that it is
6 completely stand-alone, i.e. you don't need to have another SNMP
7 package such as CMU SNMP. It is also written entirely in Perl, so you
8 don't have to compile any C modules. It uses the Perl 5 Socket.pm
9 module and should therefore be very portable, even to non-Unix systems.
10
11 The SNMP operations currently supported are "get", "get-next", "get-bulk"
12 and "set", as well as trap generation and reception.
13
14 WWW: http://www.switch.ch/misc/leinen/snmp/perl/