08-31-2007 01:30 AM - edited 07-03-2021 02:34 PM
(firmware 12.3JEB)
I want to distinguish if an AP is in 802.11 a or b / g mode.
I have tried to get specific information from AWCVX-MIB.my.
For example i have tried to read AWCVX-MIB::awcDot11CurrentCarrierSet,AWCVX-MIB::awcDot11CurrentChannel
objects but the above MIB is not supported
The strange thing is that the web interface can distinguish if the radio interface operates at 2.4GHz or 5GHz and also can distinguish the mode a or b/g.
Is there an alternative solution to find this information through SNMP?
08-31-2007 06:53 AM
You might want to look at the CISCO-DOT11-RADIO-DIAGNOSTIC-MIB and the CISCO-DOT11-ASSOCIATION-MIB to see if they provide the objects you are looking for.
09-03-2007 05:44 AM
Hello,
I still can't get the information from the above MIBS...
SNMP Output(For 3 connected Clients) - Cisco Aironet 1200 firmware version-->12.3JEB
CISCO-DOT11-ASSOCIATION-MIB::cDot11ClientRadioType.1."gstam-cisco".'.....a' = INTEGER: unknown(1)
CISCO-DOT11-ASSOCIATION-MIB::cDot11ClientRadioType.1."gstam-cisco".'.....'' = INTEGER: unknown(1)
CISCO-DOT11-ASSOCIATION-MIB::cDot11ClientRadioType.1."gstam-cisco".'..~.!y' = INTEGER: unknown(1)
CISCO-DOT11-RADIO-DIAGNOSTIC-MIB::cDot11RadioDiagTempChannel.1 = Gauge32: 0
CISCO-DOT11-RADIO-DIAGNOSTIC-MIB::cDot11RadioDiagTempTxPowerLevel.1 = Gauge32: 0
CISCO-DOT11-RADIO-DIAGNOSTIC-MIB::cDot11RadioDiagMode.1 = INTEGER: 0
CISCO-DOT11-RADIO-DIAGNOSTIC-MIB::cDot11RadioDiagSettingsEnabled.1 = INTEGER: false(2)
CISCO-DOT11-RADIO-DIAGNOSTIC-MIB::cDot11RadioDiagTempClientTxPower.1 = Gauge32: 0
CISCO-DOT11-RADIO-DIAGNOSTIC-MIB::cDot11RadioDiagTempDataRateSet.1 = Hex-STRING: 00 00 00 00 00 00 00 00 00 00 00 00
12-10-2007 06:11 AM
cDot11RadioDiagMode OBJECT-TYPE
SYNTAX INTEGER {
normal(1),
apRadioDiscovery(2),
siteSurveyTempSettings(3),
siteSurveyNonTempSettings(4)
}
Here how to use that apRadioDiscovery..
There is no description about the object value.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide