![]() |
![]()
| ![]() |
![]()
NAMESNMP::Info::Layer2::Airespace - SNMP Interface to Cisco (Airespace) Wireless Controllers AUTHOREric Miller SYNOPSIS#Let SNMP::Info determine the correct subclass for you. my $airespace = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 2 ) or die "Can't connect to DestHost.\n"; my $class = $airespace->class(); print " Using device sub class : $class\n"; DESCRIPTIONProvides abstraction to the configuration information obtainable from Cisco (Airespace) Wireless Controllers through SNMP. Inherited ClassesRequired MIBs
GLOBALSThese are methods that return scalar value from SNMP
Global Methods imported from SNMP::Info::AirespaceSee documentation in "GLOBALS" in SNMP::Info::Airespace for details. Global Methods imported from SNMP::Info::CDPSee documentation in "GLOBALS" in SNMP::Info::CDP for details. Globals imported from SNMP::Info::BridgeSee documentation in "GLOBALS" in SNMP::Info::Bridge 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::AirespaceSee documentation in "TABLE METHODS" in SNMP::Info::Airespace 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::BridgeSee documentation in "TABLE METHODS" in SNMP::Info::Bridge for details. Data Munging Callback Subroutines
|