typo & 2 variables that were not defined with my (#309)
This commit is contained in:
6
README
6
README
@@ -36,8 +36,8 @@ SYNOPSIS
|
|||||||
my $err = $info->error();
|
my $err = $info->error();
|
||||||
die "SNMP Community or Version probably wrong connecting to device. $err\n" if defined $err;
|
die "SNMP Community or Version probably wrong connecting to device. $err\n" if defined $err;
|
||||||
|
|
||||||
$name = $info->name();
|
my $name = $info->name();
|
||||||
$class = $info->class();
|
my $class = $info->class();
|
||||||
print "SNMP::Info is using this device class : $class\n";
|
print "SNMP::Info is using this device class : $class\n";
|
||||||
|
|
||||||
# Find out the Duplex status for the ports
|
# Find out the Duplex status for the ports
|
||||||
@@ -208,7 +208,7 @@ SUBCLASSES
|
|||||||
See documentation in SNMP::Info::AMAP for details.
|
See documentation in SNMP::Info::AMAP for details.
|
||||||
|
|
||||||
SNMP::Info::Bridge
|
SNMP::Info::Bridge
|
||||||
BRIDGE-MIB (RFC1286). QBRIDGE-MIB. Inherited by devices with Layer2
|
BRIDGE-MIB (RFC1286). Q-BRIDGE-MIB. Inherited by devices with Layer2
|
||||||
support.
|
support.
|
||||||
|
|
||||||
See documentation in SNMP::Info::Bridge for details.
|
See documentation in SNMP::Info::Bridge for details.
|
||||||
|
|||||||
@@ -69,8 +69,8 @@ list any missing functionality (such as neighbor discovery tables).
|
|||||||
my $err = $info->error();
|
my $err = $info->error();
|
||||||
die "SNMP Community or Version probably wrong connecting to device. $err\n" if defined $err;
|
die "SNMP Community or Version probably wrong connecting to device. $err\n" if defined $err;
|
||||||
|
|
||||||
$name = $info->name();
|
my $name = $info->name();
|
||||||
$class = $info->class();
|
my $class = $info->class();
|
||||||
print "SNMP::Info is using this device class : $class\n";
|
print "SNMP::Info is using this device class : $class\n";
|
||||||
|
|
||||||
# Find out the Duplex status for the ports
|
# Find out the Duplex status for the ports
|
||||||
@@ -260,7 +260,7 @@ See documentation in L<SNMP::Info::AMAP> for details.
|
|||||||
|
|
||||||
=item SNMP::Info::Bridge
|
=item SNMP::Info::Bridge
|
||||||
|
|
||||||
F<BRIDGE-MIB> (RFC1286). F<QBRIDGE-MIB>. Inherited by devices with Layer2
|
F<BRIDGE-MIB> (RFC1286). F<Q-BRIDGE-MIB>. Inherited by devices with Layer2
|
||||||
support.
|
support.
|
||||||
|
|
||||||
See documentation in L<SNMP::Info::Bridge> for details.
|
See documentation in L<SNMP::Info::Bridge> for details.
|
||||||
|
|||||||
Reference in New Issue
Block a user