Net::SNMP, version 1.20 NAME Net::SNMP - Simple Network Management Protocol version-1 DESCRIPTION The module Net::SNMP implements an object oriented interface to the Simple Network Management Protocol version-1. The module allows a Perl application to retrieve or update information on a remote host using the SNMP protocol. The module assumes a basic understanding of the Simple Network Management Protocol and related network management concepts. INSTALLATION To install, cd to the directory containing the unpacked distribution and do one of the following: a. Create a makefile by running Perl against Makefile.PL and then run make: perl Makefile.PL make install b. Copy or move the file lib/Net/SNMP.pm from the distribution into a directory named Net in a Perl library directory. DOCUMENTATION Documentation is included at the end of the module in POD format. AUTHOR David M. Town COPYRIGHT Copyright (c) 1998 David M. Town. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. RCS $Id: README,v 1.2 1998/11/06 14:02:36 dtown Exp $