Prep 1.05
This commit is contained in:
@@ -31,8 +31,8 @@ use strict;
|
|||||||
use Exporter;
|
use Exporter;
|
||||||
use SNMP::Info;
|
use SNMP::Info;
|
||||||
|
|
||||||
use vars qw/$VERSION $DEBUG %MIBS %FUNCS %GLOBALS %MUNGE $INIT/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
||||||
$VERSION = '1.04';
|
$VERSION = '1.05';
|
||||||
|
|
||||||
@SNMP::Info::CiscoImage::ISA = qw/SNMP::Info Exporter/;
|
@SNMP::Info::CiscoImage::ISA = qw/SNMP::Info Exporter/;
|
||||||
@SNMP::Info::CiscoImage::EXPORT_OK = qw//;
|
@SNMP::Info::CiscoImage::EXPORT_OK = qw//;
|
||||||
@@ -56,7 +56,7 @@ __END__
|
|||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
SNMP::Info::CiscoImage - Perl5 Interface to image strings for Cisco Devices
|
SNMP::Info::CiscoImage - SNMP Interface to image strings for Cisco Devices
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ Matt Tuttle (C<mtuttle@americanhebrewacademy.org>)
|
|||||||
)
|
)
|
||||||
or die "Can't connect to DestHost.\n";
|
or die "Can't connect to DestHost.\n";
|
||||||
|
|
||||||
my $class = $ci->class();
|
my $class = $ci->class();
|
||||||
print "SNMP::Info determined this device to fall under subclass : $class\n";
|
print "SNMP::Info determined this device to fall under subclass : $class\n";
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
@@ -87,7 +87,7 @@ Use or create in a subclass of SNMP::Info. Do not use directly.
|
|||||||
|
|
||||||
=head2 Inherited Classes
|
=head2 Inherited Classes
|
||||||
|
|
||||||
none.
|
None.
|
||||||
|
|
||||||
=head2 Required MIBs
|
=head2 Required MIBs
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
package SNMP::Info::CiscoRTT;
|
package SNMP::Info::CiscoRTT;
|
||||||
$VERSION = '1.04';
|
$VERSION = '1.05';
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@ use SNMP::Info;
|
|||||||
@SNMP::Info::CiscoRTT::ISA = qw/SNMP::Info Exporter/;
|
@SNMP::Info::CiscoRTT::ISA = qw/SNMP::Info Exporter/;
|
||||||
@SNMP::Info::CiscoRTT::EXPORT_OK = qw//;
|
@SNMP::Info::CiscoRTT::EXPORT_OK = qw//;
|
||||||
|
|
||||||
use vars qw/$VERSION $DEBUG %MIBS %FUNCS %GLOBALS %MUNGE $INIT/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
'CISCO-RTTMON-MIB' => 'rttMonCtrlAdminOwner',
|
'CISCO-RTTMON-MIB' => 'rttMonCtrlAdminOwner',
|
||||||
@@ -63,11 +63,11 @@ __END__
|
|||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
SNMP::Info::CiscoRTT - Perl5 Interface to Cisco's Round Trip Time MIBs
|
SNMP::Info::CiscoRTT - SNMP Interface to Cisco's Round Trip Time MIBs
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
Alexander Hartmaier (C<alexander.hartmaier@t-systems.at>)
|
Alexander Hartmaier
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
@@ -82,7 +82,7 @@ Alexander Hartmaier (C<alexander.hartmaier@t-systems.at>)
|
|||||||
)
|
)
|
||||||
or die "Can't connect to DestHost.\n";
|
or die "Can't connect to DestHost.\n";
|
||||||
|
|
||||||
my $class = $rtt->class();
|
my $class = $rtt->class();
|
||||||
print "SNMP::Info determined this device to fall under subclass : $class\n";
|
print "SNMP::Info determined this device to fall under subclass : $class\n";
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
@@ -110,7 +110,7 @@ MIBs can be found at ftp://ftp.cisco.com/pub/mibs/v2/v2.tar.gz
|
|||||||
|
|
||||||
=over
|
=over
|
||||||
|
|
||||||
none
|
None
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user