[3497004] AutoSpecify defaults to "off", reflect that in POD (a2w)

and update README to be in line with Info.PM POD clarifications
This commit is contained in:
Jeroen van Ingen
2012-04-13 10:20:29 +02:00
parent 47032cbb4a
commit 40239ea078
2 changed files with 19 additions and 15 deletions

View File

@@ -828,7 +828,7 @@ SNMP::Info Specific Arguments :
Returns an object of a more specific device class Returns an object of a more specific device class
(default 1, which means "on") (default 0, which means "off")
=item BigInt =item BigInt

32
README
View File

@@ -154,13 +154,11 @@ DESIGN GOALS
1. Use of textual MIB leaf identifier and enumerated values 1. Use of textual MIB leaf identifier and enumerated values
* All values are retrieved via MIB Leaf node names * All values are retrieved via MIB Leaf node names
For example SNMP::Info has an entry in its %GLOBALS hash for For example SNMP::Info has an entry in its %GLOBALS hash for
``sysName'' instead of 1.3.6.1.2.1.1.5. ``sysName'' instead of 1.3.6.1.2.1.1.5.
* Data returned is in the enumerated value form. * Data returned is in the enumerated value form.
For Example instead of looking up 1.3.6.1.2.1.2.2.1.3 and For Example instead of looking up 1.3.6.1.2.1.2.2.1.3 and
getting back 23 getting back 23
@@ -354,7 +352,7 @@ SUBCLASSES
See documentation in SNMP::Info::Layer1 for details. See documentation in SNMP::Info::Layer1 for details.
SNMP::Info::Layer1::Allied SNMP::Info::Layer1::Allied
Subclass for Allied Telesys Repeaters / Hubs. Subclass for Allied Telesis Repeaters / Hubs.
Requires ATI-MIB Requires ATI-MIB
@@ -401,7 +399,7 @@ SUBCLASSES
See documentation in SNMP::Info::Layer2::Aironet for details. See documentation in SNMP::Info::Layer2::Aironet for details.
SNMP::Info::Layer2::Allied SNMP::Info::Layer2::Allied
Allied Telesys switches. Allied Telesis switches.
See documentation in SNMP::Info::Layer2::Allied for details. See documentation in SNMP::Info::Layer2::Allied for details.
@@ -416,6 +414,10 @@ SUBCLASSES
See documentation in SNMP::Info::Layer2::Baystack for details. See documentation in SNMP::Info::Layer2::Baystack for details.
SNMP::Info::Layer2::Kentrox
Class for Kentrox DataSMART DSU/CSU. See
SNMP::Info::Layer2::Kentrox for details.
SNMP::Info::Layer2::C1900 SNMP::Info::Layer2::C1900
Subclass for Cisco Catalyst 1900 and 1900c Devices running Subclass for Cisco Catalyst 1900 and 1900c Devices running
CatOS. CatOS.
@@ -650,6 +652,10 @@ SUBCLASSES
See documentation in SNMP::Info::Layer3::Pf for details. See documentation in SNMP::Info::Layer3::Pf for details.
SNMP::Info::Layer3::SonicWALL
Subclass for generic SonicWALL devices. See documentation in
SNMP::Info::Layer3::SonicWALL for details.
SNMP::Info::Layer3::Sun SNMP::Info::Layer3::Sun
Subclass for Generic Sun Routers running SunOS. Subclass for Generic Sun Routers running SunOS.
@@ -695,13 +701,13 @@ USAGE
AutoSpecify AutoSpecify
Returns an object of a more specific device class Returns an object of a more specific device class
(default on) (default 0, which means "off")
BigInt BigInt
Return Math::BigInt objects for 64 bit counters. Sets on a Return Math::BigInt objects for 64 bit counters. Sets on a
global scope, not object. global scope, not object.
(default off) (default 0, which means "off")
BulkWalk BulkWalk
Set to 0 to turn off BULKWALK commands for SNMPv2 connections. Set to 0 to turn off BULKWALK commands for SNMPv2 connections.
@@ -709,7 +715,7 @@ USAGE
Note that BULKWALK is turned off for Net-SNMP versions 5.1.x Note that BULKWALK is turned off for Net-SNMP versions 5.1.x
because of a bug. because of a bug.
(default on) (default 1, which means "on")
BulkRepeaters BulkRepeaters
Set number of MaxRepeaters for BULKWALK operation. See "perldoc Set number of MaxRepeaters for BULKWALK operation. See "perldoc
@@ -726,13 +732,13 @@ USAGE
Set to 0 to turn off loop detection. Set to 0 to turn off loop detection.
(default on) (default 1, which measn "on")
Debug Debug
Prints Lots of debugging messages. Pass 2 to print even more Prints Lots of debugging messages. Pass 2 to print even more
debugging messages. debugging messages.
(default off) (default 0, which means "off")
DebugSNMP DebugSNMP
Set $SNMP::debugging level for Net-SNMP. Set $SNMP::debugging level for Net-SNMP.
@@ -752,7 +758,7 @@ USAGE
desired. This feature lets you read SNMPv2 data from an SNMP desired. This feature lets you read SNMPv2 data from an SNMP
version 1 connection, and should probably be left on. version 1 connection, and should probably be left on.
(default true) (default 1, which means "on")
Session Session
SNMP::Session object to use instead of connecting on own. SNMP::Session object to use instead of connecting on own.
@@ -1223,7 +1229,6 @@ USAGE
-- route to a non-local -- route to a non-local
indirect(4) -- host/network/sub-network indirect(4) -- host/network/sub-network
"The type of route. Note that the values "The type of route. Note that the values
direct(3) and indirect(4) refer to the notion of direct(3) and indirect(4) refer to the notion of
direct and indirect routing in the IP direct and indirect routing in the IP
@@ -1436,7 +1441,6 @@ EXTENDING SNMP::INFO
'super_hero_powers' => 'SuperHeroIfPowers' 'super_hero_powers' => 'SuperHeroIfPowers'
); );
%MUNGE = (%SNMP::Info::Layer2::MUNGE, %MUNGE = (%SNMP::Info::Layer2::MUNGE,
%SNMP::Info::CiscoVTP::MUNGE, %SNMP::Info::CiscoVTP::MUNGE,
'super_hero_powers' => \&munge_powers 'super_hero_powers' => \&munge_powers