|
NAMESNMP::Info::Layer2::HP4000 - SNMP Interface to older HP ProCurve Switches (1600, 2400, 2424M, 4000 and 8000) AUTHORMax Baker SYNOPSIS # Let SNMP::Info determine the correct subclass for you.
my $hp = new SNMP::Info(
AutoSpecify => 1,
Debug => 1,
DestHost => 'myswitch',
Community => 'public',
Version => 2
)
or die "Can't connect to DestHost.\n";
my $class = $hp->class();
print "SNMP::Info determined this device to fall under subclass : $class\n";
DESCRIPTIONProvides abstraction to the configuration information obtainable from a HP ProCurve Switch via SNMP. Note: Some HP Switches will connect via SNMP version 1, but a lot of config data will not be available. Make sure you try and connect with Version 2 first, and then fail back to version 1. Inherited ClassesRequired MIBs
The last five MIBs listed are from HP and can be found at <http://www.hp.com/rnd/software> or <http://www.hp.com/rnd/software/MIBs.htm> Change LogVersion 0.4 - Removed ENTITY-MIB e_*() methods to separate sub-class - SNMP::Info::Entity GLOBALSThese are methods that return scalar value from SNMP
Globals imported from SNMP::Info::Layer2See documentation in "GLOBALS" in SNMP::Info::Layer2 for details. Globals imported from SNMP::Info::MAUSee documentation in "GLOBALS" in SNMP::Info::MAU for details. TABLE METHODSThese are methods that return tables of information in the form of a reference to a hash. Overrides
Table Methods imported from SNMP::Info::Layer2See documentation in "TABLE METHODS" in SNMP::Info::Layer2 for details. Table Methods imported from SNMP::Info::MAUSee documentation in "TABLE METHODS" in SNMP::Info::MAU for details. SET METHODSThese are methods that provide SNMP set functionality for overridden methods or provide a simpler interface to complex set operations. See "SETTING DATA VIA SNMP" in SNMP::Info for general information on set operations.
|