![]() |
![]()
| ![]() |
![]()
NAMESNMP::Info::Layer3::Enterasys - SNMP Interface to Enterasys Network Devices AUTHOREric Miller SYNOPSIS# Let SNMP::Info determine the correct subclass for you. my $enterasys = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 2 ) or die "Can't connect to DestHost.\n"; my $class = $enterasys->class(); print "SNMP::Info determined this device to fall under subclass : $class\n"; DESCRIPTIONProvides abstraction to the configuration information obtainable from an Enterasys device through SNMP. Inherited ClassesRequired MIBsInherited MIBsSee "Required MIBs" in SNMP::Info::MAU for its MIB requirements. See "Required MIBs" in SNMP::Info::CDP for its MIB requirements. See "Required MIBs" in SNMP::Info::Layer3 for its MIB requirements. GLOBALSThese are methods that return scalar value from SNMP
Globals imported from SNMP::Info::MAUSee documentation in "GLOBALS" in SNMP::Info::MAU for details. Globals imported from SNMP::Info::CDPSee documentation in "GLOBALS" in SNMP::Info::CDP for details. Globals imported from SNMP::Info::Layer3See documentation in "GLOBALS" in SNMP::Info::Layer3 for details. TABLE METHODSThese are methods that return tables of information in the form of a reference to a hash. Overrides
Time Filter Table Index OverridesThe time filter "TimeFilter" implementation continuously increments when walked and we may never reach the end of the table. This behavior can be modified with the "set snmp timefilter break disable" command, unfortunately it is not the default. These methods are overridden to supply a partial value of zero which means no time filter.
Table Methods imported from SNMP::Info::MAUSee documentation in "TABLE METHODS" in SNMP::Info::MAU for details. Table Methods imported from SNMP::Info::CDPSee documentation in "TABLE METHODS" in SNMP::Info::CDP for details. Table Methods imported from SNMP::Info::Layer3See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details.
|