|
NAMESNMP::Info::IEEE802dot11 - SNMP Interface to data from IEEE802dot11-MIB AUTHOREric Miller SYNOPSIS my $dot11 = new SNMP::Info(
AutoSpecify => 1,
Debug => 1,
DestHost => 'myswitch',
Community => 'public',
Version => 2
)
or die "Can't connect to DestHost.\n";
my $class = $dot11->class();
print " Using device sub class : $class\n";
DESCRIPTIONSNMP::Info::IEEE802dot11 is a subclass of SNMP::Info that provides an interface to IEEE802dot11-MIB. This MIB is used in standards based 802.11 wireless devices. Use or create a subclass of SNMP::Info that inherits this one. Do not use directly. Inherited ClassesNone.
Required MIBsGLOBALSThese are methods that return scalar value from SNMP
TABLE METHODSThese are methods that return tables of information in the form of a reference to a hash.
Dot11 Phy OFDM Table ("dot11PhyOFDMTable")
Dot11 Phy DSSS Table ("dot11PhyDSSSTable")
Dot11 Phy Operation Table ("dot11PhyOperationTable")
Dot11 Resource Information Table ("dot11ResourceInfoTable")
Dot11 Operation Table ("dot11OperationTable")
Dot11 Station Configuration Table ("dot11StationConfigTable")
Dot11 Transmission Power Table ("dot11PhyTxPowerTable")
|