|
NAMESNMP::Info::Layer2::N2270 - SNMP Interface to Nortel 2270 Series Wireless Switch AUTHOREric Miller SYNOPSIS #Let SNMP::Info determine the correct subclass for you.
my $n2270 = new SNMP::Info(
AutoSpecify => 1,
Debug => 1,
DestHost => 'myswitch',
Community => 'public',
Version => 2
)
or die "Can't connect to DestHost.\n";
my $class = $n2270->class();
print " Using device sub class : $class\n";
DESCRIPTIONProvides abstraction to the configuration information obtainable from a Nortel 2270 Series Wireless Switch through SNMP. Inherited ClassesRequired MIBs
GLOBALSThese are methods that return scalar value from SNMP
Overrides
Globals imported from SNMP::Info::Layer2See documentation in "GLOBALS" in SNMP::Info::Layer2 for details. Global Methods imported from SNMP::Info::SONMPSee documentation in "GLOBALS" in SNMP::Info::SONMP for details. Global Methods imported from SNMP::Info::AirespaceSee documentation in "GLOBALS" in SNMP::Info::Airespace for details. TABLE METHODSThese are methods that return tables of information in the form of a reference to a hash. OverridesTable Methods imported from SNMP::Info::Layer2See documentation in "TABLE METHODS" in SNMP::Info::Layer2 for details. Table Methods imported from SNMP::Info::SONMPSee documentation in "TABLE METHODS" in SNMP::Info::SONMP for details. Table Methods imported from SNMP::Info::AirespaceSee documentation in "TABLE METHODS" in SNMP::Info::Airespace for details.
|