HUAWEI-WLAN-RADIO-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: HUAWEI-WLAN-RADIO-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hwRadio 1.3.6.1.4.1.2011.6.139.3
The HUAWEI-WLAN-RADIO-MIB contains objects to realize the management of AC at the side of the quality of wireless signal for AP.
     hwRadioProfileTable 1.3.6.1.4.1.2011.6.139.3.1 no-access
Huawei radio profile table. Radio profile is aggregate of a group of configuration. The content of the table contains : radio profile name, radio type, radio rate mode , the value of radio rate, radio channel mode, radio power mode, radio calibrate interval, radio PER threshold, radio confict rate threshold, radio RTS/CTS threshold, radio fragment threshold, radio short frame retry times, radio long frame retry times, radio support short preamble, radio DTIM interval, radio WMM profile name, radio profile row status, radio 80211n channel bandwidth, radio 80211n fast MCS feedback, radio 80211n guard interval mode, radio 80211n reduced Inter frame Space, radio 80211n AMSDU length capability, radio 80211n AMPDU length capability, radio 80211n MCS Spatial streams, radio 80211n MCS modulation, radio 80211n MCS code rate. The index of the radio profile table is hwRadioProfileName, A radio profile name is an unique identifier to a radio profile. The detail description about the index can refer to the node hwRadioProfileName description.
         hwRadioProfileEntry 1.3.6.1.4.1.2011.6.139.3.1.1 no-access
Huawei radio profile table entry. The entry of the huawei radio profile table, all the nodes of the huawei radio profile table are been configured. The detail of the table entry would be explained by the description of the nodes of the table. The index of the radio profile table is hwRadioProfileName, A radio profile name is an unique identifier to a radio profile. The detail description about the index can refer to the node hwRadioProfileName description.
             hwRadioProfileName 1.3.6.1.4.1.2011.6.139.3.1.1.1 octet string no-access
A human readable string representing the name of the radio profile. This is the (radio profile) model dependent radio profile ID. The request of the radio parofile name string in detail as follows: - The length of the radio profile name at least contain 1 Byte ASCII characters,at most contain 31 Byte ASCII characters. - Any ASCII characters value must be included from 0x20 to 0x7E. - The question mark ASCII characters can't be included . - The double quotation marks ASCII characters can't appear at the beginning and the end. - The blank ASCII characters can't follow the double quotation marks ASCII characters. - The blank ASCII characters can't appear at the beginning and the end.
             hwRadioType 1.3.6.1.4.1.2011.6.139.3.1.1.2 integer read-only
The radio type is supported by the radio profile.Each radio type has its corresponding radio model. This is the (radio profile) model dependent radio profile ID. The value of the radio type will be chosen one of the following enum value: auto,dot11b,dot11a,dot11g,dot11n,dot11bg,dot11an,dot11bgn. Each eadion type will set the radio profile work on the given radio mode,and the radion has its corresponding frequency range of the wireless signal. The corresponding relationship between the radion type and the radion mode as follows: - auto,it chose the supported radio mode by the radio in itself, chose the frist reported mode defaultly. - dot11b, it set the radio profile work on 802.11b mode. - dot11a, it set the radio profile work on 802.11a mode. - dot11g, it set the radio profile work on 802.11g mode. - dot11n, it set the radio profile work on 802.11n mode. - dot11bg,it set the radio profile work on compatiblt mode of 802.11b and 802.11g. - dot11an,it set the radio profile work on compatiblt mode of 802.11a and 802.11n. - dot11gn,it set the radio profile work on compatiblt mode of 802.11n and 802.11g. - dot11bgn,it set the radio profile work on compatiblt mode of 802.11b , 802.11g and 802.11n. Notes if the setted radio type for the radio profile isn't the supported radion type of a radio in itself , the radon wouldn't work normally . Enumeration: 'dot11bg': 6, 'dot11gn': 9, 'dot11n': 5, 'dot11g': 4, 'auto': 1, 'dot11b': 2, 'dot11a': 3, 'dot11an': 7, 'dot11bgn': 8, 'dot11ac': 10.
             hwRadioRateMode 1.3.6.1.4.1.2011.6.139.3.1.1.3 integer read-only
An object, which causes the way change to the radio support rate as the given mode when it's been modified. The meaning of the value in the enum list describe as following. Auto mode means the radio could working on all of the radio's support rates and hwRadioRateValue has the rate, which may be below or equal max rate automaticly. Designate mode means you can set a radio's specified support rate by the node hwRadioRateValue. Enumeration: 'unknown': -1, 'designate': 2, 'auto': 1.
             hwRadioRateValue 1.3.6.1.4.1.2011.6.139.3.1.1.4 integer read-only
The value of radio support rate, which is used together with the radio rate mode, designates the max rate of transmission by the radio profile. While the radio rate mode is auto, the radio rate value specify the max rate defaultly, and this node is useless. While the radio rate mode is designate, the radio rate value specify the max rate by the way of designation as the chosed rate value. It will give the combination meaning of enum member. each enum member fits together as tow part,the frist part is rate which means the radio rate, the second part means the magnitude of the support rate value, and the units is Mbps, such as rate1 means the max rate value supported by the radio profile is 1Mbps, rate2 means the max rate value supported by the radio profile is 2Mbps..., and so on. Notes the setting of this node must set the hwRadioRateMode node as designate. Please refer to the description of hwRadioRateMode. Enumeration: 'rate24': 10, 'rate36': 12, 'rate22': 9, 'rate1': 1, 'rate33': 11, 'rate18': 8, 'unknown': -1, 'rate12': 7, 'rate11': 6, 'rate6': 4, 'rate2': 2, 'rate55': 3, 'rate54': 14, 'rate48': 13, 'rate9': 5.
             hwRadioChannelMode 1.3.6.1.4.1.2011.6.139.3.1.1.5 integer read-only
The control mode of radio's channel. Auto means radio chooses the feat channel automatically on the basis of the detectted circumambienceis of the wireless signal in itself; Fixed means radio uses the channel as the configuration of administrator. Notes: The auto mode is recommended thanks to the changeful working circumambienceis of the radio wireless signal. If it uses the fixed mode, must detect the working circumambienceis of the radio wireless signal for the ap fristly, then choose the feat channel, otherwise the wireless signal maybe coflict and it would make worse to the quality of the communication. Enumeration: 'auto': 1, 'fixed': 2.
             hwRadioPowerMode 1.3.6.1.4.1.2011.6.139.3.1.1.6 integer read-only
The control mode of radio's power level. Auto means radio chooses the feat power level automatically on the basis of the detectted circumambienceis of the wireless signal in itself; Fixed means radio uses the power level as the configuration of administrator. Notes: The auto mode is recommended thanks to the changeful working circumambienceis of the radio wireless signal. If it uses the fixed mode, must detect the working circumambienceis of the radio wireless signal for the ap fristly, then choose the feat power level, otherwise the wireless signal maybe coflict and it would make worse to the quality of the communication. Enumeration: 'auto': 1, 'fixed': 2.
             hwRadioCalibrateInterval 1.3.6.1.4.1.2011.6.139.3.1.1.7 unsigned32 read-only
An interval uses to detect the rate of the lost signal packets and the conflicted signal packets periodically. If it sets the interval, radio will detect the signal quality in the configed calibrate interval. the units of the interval is minute, the range of the interval is from 5 minutes to 10080 minutes, and the default calibrate interval is 720 minutes.
             hwRadioPERThreshold 1.3.6.1.4.1.2011.6.139.3.1.1.8 unsigned32 read-only
A threshold standard, which uses the units percent ,gives an utmost rate to the lost signal packet or the error signal packet. The range of the threshold is from 3 to 50 percent, and the default PER threshold is 30 percent. If the average percent is out of the threshold, the Radio's channel or power level would be changed. when the MAC layer of the radio sends a signal packet at the least speed, and retransmits it the largest times, still could not receive any ACK or NACK packet, it will be thought as signal packet lost or error.
             hwRadioConfictRateThreshold 1.3.6.1.4.1.2011.6.139.3.1.1.9 unsigned32 read-only
A threshold standard, which uses the units percent ,gives an utmost rate to the conflicted signal packet. The range of the threshold is from 20 to 80 percent, and the default conflict rate threshold is 60 percent. If the average percent is out of the threshold, the Radio's channel or power level would be changed. when the MAC layer of the radio sends a signal packet at the least speed, and retransmits it the largest times, still could not receive any ACK packet, it will be thought as signal packet conflicted.
             hwRadioRTSThreshold 1.3.6.1.4.1.2011.6.139.3.1.1.10 unsigned32 read-only
A threshold standard, which judges whether need to send a RTS frame, gives an utmost length to the frame packet from the MAC layer. Once the length of a frame from MAC layer preponderates over the RTS/CTS threshold, it needs to send RTS frame befor the frame from MAC layer. the units of the RTS/CTS threshold is byte, the range of the threshold is from 64 Bytes to 2347 Bytes, and the default RTS/CTS threshold is 2347 Bytes.
             hwRadioFragmentThreshold 1.3.6.1.4.1.2011.6.139.3.1.1.11 unsigned32 read-only
A threshold standard, which judges whether need to split a frame to several frames, gives an utmost length to the frame packet from the MAC layer. Once the length of a frame from MAC layer preponderates over the fragment threshold, it needs to split the frame to several splited frames. the units of the fragment threshold is byte, the range of the threshold is from 64 Bytes to 2346 Bytes, and the default fragment threshold is 2346 Bytes.
             hwRadioShortFrameRetryTimes 1.3.6.1.4.1.2011.6.139.3.1.1.12 unsigned32 read-only
A threshold standard, which judges whether a frame need to retry to send or discard, gives an utmost times to retry to send a short frame packet from the MAC layer. A short frame means the lenth of the frame doesn't preponderate over the RTS/CTS threshold. Once the times to retry to send a short frame from MAC layer preponderates over the frame retry times, the frame would be discarded. The range of the short frame retry times is from 1 to 255 times, and the default of the short frame retry times is 7 times.
             hwRadioLongFrameRetryTimes 1.3.6.1.4.1.2011.6.139.3.1.1.13 unsigned32 read-only
A threshold standard, which judges whether a frame need to retry to send or discard, gives an utmost times to retry to send a long frame packet from the MAC layer. A long frame means the lenth of the frame preponderates over the RTS/CTS threshold. Once the times to retry to send a long frame from MAC layer preponderates over the frame retry times, the frame would be discarded. The range of the long frame retry times is from 1 to 255 times, and the default of the long frame retry times is 4 times.
             hwRadioSupportShortPreamble 1.3.6.1.4.1.2011.6.139.3.1.1.14 integer read-only
A switch flag, which set the short preamble status as enable or disable, tells whether the short preamble is supported by the radio. Enable means the radio supports short preamble, disable means the radio doesn't support short preamble. Preamble, which is used to identify synchronization and the data packet that immediately follows, is a set of bits in the front of a data packet by receiver. It recommends to use short preamble, because it can make the synchronous performance of the network well. Preamble includes short preamble and normal preamble, the normal preamble usually is used at the scene compatible with some old kind of client network Adapter. Enumeration: 'enable': 2, 'disable': 1.
             hwRadioDTIMInterval 1.3.6.1.4.1.2011.6.139.3.1.1.15 unsigned32 read-only
An interval uses to set the parameter of DTIM periods of a radio profile. The DTIM interval means between two DTIM beacon how much Beacons have been sended. DTIM is the abbreviation of Delivery Traffic Indication Map. AP will conserve the BTV and broadcast frames for a STA provisionally, when the STA is in the resting mode. If DTIM is included in a beacon from a ap to a sta, the ap will send the BTV and broadcast frames which have been conserved provisionally to the STA immediately. The units of the DTIM interval is beacon, the range of the DTIM interval is from 1 beacon to 255 beacons, and the default DTIM interval is 3 beacons.
             hwRadioBeaconInterval 1.3.6.1.4.1.2011.6.139.3.1.1.16 unsigned32 read-only
An interval uses to specify the number of TUs that a station should use for scheduling Beacon transmissions. This value is transmitted in Beacon and Probe Response frames. The units of the beacon interval is tu, the range of the beacon interval is from 20 tus to 1000tus, and the default beacon interval is 1000 tus. 1 tu equals to 1024 ms.
             hwRadioWMMProfileName 1.3.6.1.4.1.2011.6.139.3.1.1.17 octet string read-only
A human readable string representing the name of the WMM profile. WMM means WI-FI multimedia. This is the (radio profile) model dependent WMM profile ID. The request of the WMM parofile name string in detail as follows: - The length of the radio profile name at least contain 1 Byte ASCII characters,at most contain 31 Byte ASCII characters. - Any ASCII characters value must be included from 0x20 to 0x7E. - The question mark ASCII characters can't be included . - The double quotation marks ASCII characters can't appear at the beginning and the end. - The blank ASCII characters can't follow the double quotation marks ASCII characters. - The blank ASCII characters can't appear at the beginning and the end. Notes the WMM profile name can't be binded until the corresponding WMM profile is exist.
             hwRadioProfileRowStatus 1.3.6.1.4.1.2011.6.139.3.1.1.18 rowstatus read-only
An object is used to create or delete a radio profile. There are some restrictions of operation of the radio profile. - It needs a radio profile id for the creation of the radio profile. - A newly created row for a radio profile can't bind the node hwRadioWMMProfileName, until the corresponding hwRadioWMMProfileName have been set. - If A newly created row for a radio profile binds the node of hwRadioRateValue and hwRadioType, the value of hwRadioType must be supported radio type. - If a WMM profile have been binded to a radio profile, the radio profile can't be deleted.
             hwRadio80211nGuardIntervalMode 1.3.6.1.4.1.2011.6.139.3.1.1.19 integer read-only
The mode uses to set the guard interval which is the necessary interval to receive and dispatch wireless signal to make the communication well. Normal means it sets the normal guard interval, short means it sets the short guard interval. The default guard interval mode is normal mode. The normal guard interval is 800 ns, and the short guard interval is 400 ns. If it's is not a kind of 11n or mixed with 11n AP, you can't config the it's hwRadio80211nGuardIntervalMode value. When the AP changed to be other kinds, the value of hwRadio80211nGuardIntervalMode will change to be default value. Enumeration: 'unknown': -1, 'short': 2, 'normal': 1.
             hwRadio80211nAMPDUMaxLengthExponent 1.3.6.1.4.1.2011.6.139.3.1.1.20 integer32 read-only
The limit length of an AMPDU frame. AMPDU is the abbreviation of aggregate MAC protocol data unit. In order to reduce the spending of transmission, 80211n brings forward the frames aggregate technology that it aggregates several network frames to a singlehanded 80211 frame and transmit it. There are two ways of frames aggregate, one is the AMSDU and the other is AMPDU. AMPDU means it converts every network frame to 80211 frame, then aggregates serveral 80211 frames which go to the same destination to a singlehanded frame and transmit it. The units of the AMPDU frame is Byte, the range of the AMPDU frame is from 1024 Bytes to 65535 Bytes, and the default AMPDU frame is 1024 Bytes. If it's is not a kind of 11n or mixed with 11n AP, you can't config the it's AMPDU param value. When the AP changed to be other kinds, the value of AMPDU param will change to be default value. If the AMPDU param value is set to be 65535, that means the AMPDU module is closed, and if it set to be [0,3], that will enable the AMPDU module and set the AMPDU param value.
             hwRadioCalibrateEnable 1.3.6.1.4.1.2011.6.139.3.1.1.21 integer read-only
Description. Enumeration: 'on': 2, 'off': 1.
             hwRadioInterfDetDevice 1.3.6.1.4.1.2011.6.139.3.1.1.22 integer32 read-only
Description.
             hwRadioApComInterfThreshold 1.3.6.1.4.1.2011.6.139.3.1.1.23 integer32 read-only
Description.
             hwRadioApAdjInterfThreshold 1.3.6.1.4.1.2011.6.139.3.1.1.24 integer32 read-only
Description.
             hwRadioStaInterfThreshold 1.3.6.1.4.1.2011.6.139.3.1.1.25 integer32 read-only
Description.
             hwRadioDeviceReportDuration 1.3.6.1.4.1.2011.6.139.3.1.1.26 integer32 read-only
The reporting duration of the radio device.
             hwRadioRTSMode 1.3.6.1.4.1.2011.6.139.3.1.1.27 integer read-only
Description. Enumeration: 'disable': 1, 'ctsToSelf': 2, 'rtsCts': 3.
             hwRadioWifiLight 1.3.6.1.4.1.2011.6.139.3.1.1.28 integer read-only
Description. Enumeration: 'signalStrength': 1, 'traffic': 2.
             hwRadioBeamformingSwitch 1.3.6.1.4.1.2011.6.139.3.1.1.29 integer read-only
Description. Enumeration: 'enable': 2, 'disable': 1.
             hwRadioWidsDevSynchronizationInt 1.3.6.1.4.1.2011.6.139.3.1.1.30 integer32 read-write
Description.
             hwRadioChannelSwitchAnnouncement 1.3.6.1.4.1.2011.6.139.3.1.1.31 integer read-only
Description. Enumeration: 'enable': 2, 'disable': 1.
             hwRadioChannelSwitchMode 1.3.6.1.4.1.2011.6.139.3.1.1.32 integer read-only
Description. Enumeration: 'continueTransmitting': 1, 'stopTransmitting': 2.
             hwRadioStaAccessSignalStrengthSwitch 1.3.6.1.4.1.2011.6.139.3.1.1.33 integer read-only
Description. Enumeration: 'enable': 2, 'disable': 1.
             hwRadioStaAccessSignalStrengthThreshold 1.3.6.1.4.1.2011.6.139.3.1.1.34 integer32 read-only
Description.
             hwRadioBackgroundListenNeighborSwitch 1.3.6.1.4.1.2011.6.139.3.1.1.35 integer read-only
Description. Enumeration: 'enable': 2, 'disable': 1.
             hwRadioBackgroundScanningServiceThreshold 1.3.6.1.4.1.2011.6.139.3.1.1.36 integer32 read-write
Description.
             hwRadioBackgroundScanningClientThreshold 1.3.6.1.4.1.2011.6.139.3.1.1.37 integer32 read-write
Description.
             hwRadioStaAccessRateLimitSwitch 1.3.6.1.4.1.2011.6.139.3.1.1.38 integer read-write
Description. Enumeration: 'unknown': -1, 'enable': 2, 'disable': 1.
             hwRadioStaAccessRateLimitThreshold 1.3.6.1.4.1.2011.6.139.3.1.1.39 integer read-write
Description. Enumeration: 'rate24': 10, 'rate36': 12, 'rate22': 9, 'rate1': 1, 'rate33': 11, 'rate18': 8, 'unknown': -1, 'rate12': 7, 'rate11': 6, 'rate6': 4, 'rate2': 2, 'rate55': 3, 'rate54': 14, 'rate48': 13, 'rate9': 5.
             hwRadioSpectrumAnalysisScanPeriod 1.3.6.1.4.1.2011.6.139.3.1.1.40 integer32 read-write
Description.
             hwRadioSpectrumAnalysisScanInterval 1.3.6.1.4.1.2011.6.139.3.1.1.41 integer32 read-write
Description.
             hwRadioHighDenseSwitch 1.3.6.1.4.1.2011.6.139.3.1.1.42 integer32 read-write
0:disable 1:enable
             hwRadioHighDenseMode 1.3.6.1.4.1.2011.6.139.3.1.1.43 integer32 read-write
0:low mode 1:middle mode 2:high mode
             hwRadioStaOfflineSignalStrengthSwitch 1.3.6.1.4.1.2011.6.139.3.1.1.44 integer32 read-write
0:disable 1:enable
             hwRadioStaOfflineSignalStrengthThreshold 1.3.6.1.4.1.2011.6.139.3.1.1.45 integer32 read-write
Description.
             hwRadioStaOfflineRateLimitSwitch 1.3.6.1.4.1.2011.6.139.3.1.1.46 integer32 read-write
0:disable 1:enable
             hwRadioStaOfflineRateThreshold 1.3.6.1.4.1.2011.6.139.3.1.1.47 integer32 read-write
Description.
             hwRadioDynamicAdjustPowerSwitch 1.3.6.1.4.1.2011.6.139.3.1.1.48 integer32 read-write
0:disable 1:enable
             hwRadioLocationReportTime 1.3.6.1.4.1.2011.6.139.3.1.1.49 integer32 read-write
             hwRadioLocationScanInterval 1.3.6.1.4.1.2011.6.139.3.1.1.50 integer32 read-write
             hwRadioLocationScanPeriod 1.3.6.1.4.1.2011.6.139.3.1.1.51 integer32 read-write
             hwRadioAirTimeScheduleSwitch 1.3.6.1.4.1.2011.6.139.3.1.1.52 integer32 read-write
0:disable 1:enable
             hwRadioCalibrateScanCycle 1.3.6.1.4.1.2011.6.139.3.1.1.53 unsigned32 read-write
Description.
             hwRadioUacPolicyType 1.3.6.1.4.1.2011.6.139.3.1.1.54 integer read-write
Description. Enumeration: 'users': 1, 'channelUtilization': 2.
             hwRadioUacPolicySwitch 1.3.6.1.4.1.2011.6.139.3.1.1.55 integer read-write
Description. Enumeration: 'enable': 2, 'disable': 1.
             hwRadioUacAccessThreshold 1.3.6.1.4.1.2011.6.139.3.1.1.56 integer32 read-write
when uac policy type is users, the value range from 0 to 128, when uac policy type is channel utilization, the value range from 0 to 100.
             hwRadioUacRoamThreshold 1.3.6.1.4.1.2011.6.139.3.1.1.57 integer32 read-write
when uac policy type is users, the value range from 0 to 128, when uac policy type is channel utilization, the value range from 0 to 100. the value of Roam threshold is bigger than access threshold.
             hwRadioUacHideSSIDSwitch 1.3.6.1.4.1.2011.6.139.3.1.1.58 integer read-write
Description. Enumeration: 'enable': 2, 'disable': 1.
             hwRadio80211acGuardIntervalMode 1.3.6.1.4.1.2011.6.139.3.1.1.59 integer read-only
The mode uses to set the guard interval which is the necessary interval to receive and dispatch wireless signal to make the communication well. Normal means it sets the normal guard interval, short means it sets the short guard interval. The default guard interval mode is normal mode. The normal guard interval is 800 ns, and the short guard interval is 400 ns. If AP is not 11ac or mixed with 11ac, you can't config the hwRadio80211acGuardIntervalMode value. When the AP changed to be other kinds, the value of hwRadio80211acGuardIntervalMode will change to be default value. Enumeration: 'unknown': -1, 'short': 2, 'normal': 1.
             hwRadio80211acAMPDUMaxLengthExponent 1.3.6.1.4.1.2011.6.139.3.1.1.60 integer32 read-only
The limit length of an AMPDU frame. AMPDU is the abbreviation of aggregate MAC protocol data unit. In order to reduce the spending of transmission, 80211ac brings forward the frames aggregate technology that it aggregates several network frames to a singlehanded 80211 frame and transmit it. There are two ways of frames aggregate, one is the AMSDU and the other is AMPDU. AMPDU means it converts every network frame to 80211 frame, then aggregates serveral 80211 frames which go to the same destination to a singlehanded frame and transmit it. The units of the AMPDU frame is Byte, the range of the AMPDU frame is from 1024 Bytes to 65535 Bytes, and the default AMPDU frame is 1024 Bytes. If AP is not 11ac or mixed with 11ac, you can't config the AMPDU param value. When the AP changed to be other kinds, the value of AMPDU param will change to be default value. If the AMPDU param value is set to be 65535, that means the AMPDU module is closed, and if it set to be [0,7], that will enable the AMPDU module and set the AMPDU param value.
             hwRadio80211bgBasicRateSet 1.3.6.1.4.1.2011.6.139.3.1.1.61 octet string read-write
Description.
             hwRadio80211bgSupportRateSet 1.3.6.1.4.1.2011.6.139.3.1.1.62 octet string read-write
Description.
             hwRadio80211aBasicRateSet 1.3.6.1.4.1.2011.6.139.3.1.1.63 octet string read-write
Description.
             hwRadio80211aSupportRateSet 1.3.6.1.4.1.2011.6.139.3.1.1.64 octet string read-write
Description.
             hwRadio80211nSupportMCS 1.3.6.1.4.1.2011.6.139.3.1.1.65 octet string read-write
Description.
             hwRadio80211acSupportMcsMapMcs 1.3.6.1.4.1.2011.6.139.3.1.1.67 octet string read-write
Description.
             hwRadioMulticastRate2G 1.3.6.1.4.1.2011.6.139.3.1.1.68 integer32 read-write
Description.
             hwRadioMulticastRate5G 1.3.6.1.4.1.2011.6.139.3.1.1.69 integer32 read-write
Description.
             hwRadioLegacyStationEnable 1.3.6.1.4.1.2011.6.139.3.1.1.70 integer read-only
Allow legacy station access. Enumeration: 'enable': 1, 'disable': 2.
             hwRadioLocationScanChannel2G 1.3.6.1.4.1.2011.6.139.3.1.1.71 integer read-write
Description. Enumeration: 'countrychannel': 1, 'dcachannel': 2.
             hwRadioLocationScanChannel5G 1.3.6.1.4.1.2011.6.139.3.1.1.72 integer read-write
Description. Enumeration: 'countrychannel': 1, 'dcachannel': 2.
             hwRadioAMSDUTxEnable 1.3.6.1.4.1.2011.6.139.3.1.1.73 integer read-only
Send with A-MSDU. Enumeration: 'enable': 2, 'disable': 1.
             hwRadioAMSDUTxMaxSubFrames 1.3.6.1.4.1.2011.6.139.3.1.1.74 integer32 read-only
The maximum number of sub MSDUs in a A-MSDU.
     hwRadioManageTable 1.3.6.1.4.1.2011.6.139.3.2 no-access
Huawei radio manage table, it is aggregate of a group of management of radio, such as modification and display. The content of the table contains: radio ID, radio manage base BSSID, radio manage radio profile name, radio manage state, radio manage channel, radio manage power level, radio manage power, set radio available antenna number, set radio working channel, set radio working power level. The index of the radio management table is hwApIndex and hwRadioID, an Ap index is an unique identifier to a AP, A radio ID is an unique identifier to a radio. The Ap index is a index import from HUAWEI-WLAN-DEVICE-MIB, the detail description about the index can refer to the node hwApIndex and hwRadioID description.
         hwRadioManageEntry 1.3.6.1.4.1.2011.6.139.3.2.1 no-access
Huawei radio management table entry. The entry of the huawei radio management table, all the nodes of the huawei radio management table are been operated here. The detail of the table entry would be explained by the description of the nodes of the table. The index of the radio management table is hwApIndex and hwRadioID, an Ap index is an unique identifier to a AP, A radio ID is an unique identifier to a radio. The Ap index is a index import from HUAWEI-WLAN-DEVICE-MIB, the detail description about the index can refer to the node hwApIndex and hwRadioID description.
             hwRadioID 1.3.6.1.4.1.2011.6.139.3.2.1.1 unsigned32 no-access
A exclusive identifier of a radio. The range of the radio id is from 0 to 3, and the default radio id is 0. Notes the setting of radio id must insure the radio of a AP exist.
             hwRadioMngBaseBssID 1.3.6.1.4.1.2011.6.139.3.2.1.2 macaddress read-only
You can get an effective baseBssID ,only when wlan 1 is created. Or you will get a noneffective value. BSSID identifies a minimum service set,When administrator binds a ESS to a radio, it use base BSSID and WlanID to generate a BSSID. The format of the bssid is a max address which contains 3 sets of 2 Btyes hexadecimal character join up with - character, such as 00e0-5678-12fa.
             hwRadioMngRadioProfileName 1.3.6.1.4.1.2011.6.139.3.2.1.3 octet string read-write
The radio profile which is binded to this radio. The request of the radio parofile name string in detail as follows: - The length of the radio profile name at least contain 1 Byte ASCII characters,at most contain 31 Byte ASCII characters. - Any ASCII characters value must be included from 0x20 to 0x7E. - The question mark ASCII characters can't be included . - The double quotation marks ASCII characters can't appear at the beginning and the end. - The blank ASCII characters can't follow the double quotation marks ASCII characters. - The blank ASCII characters can't appear at the beginning and the end. Notes the radio profile name can't be binded until the corresponding radio profile is exist.
             hwRadioMngState 1.3.6.1.4.1.2011.6.139.3.2.1.4 integer read-write
A switch flag, which set the radio status as enable or disable, tells whether the wireless signal transmission is supported by the radio. Enable means the radio supports transmission, disable means the radio doesn't support transmission. The default setting of the wireless signal transmission is enable. Enumeration: 'enable': 2, 'disable': 1.
             hwRadioMngChannel 1.3.6.1.4.1.2011.6.139.3.2.1.5 unsigned32 read-write
An object uses to set the channel of a radio. The value of the channel is decided by the channel mode.Such as ,the enum value of channel is 1, 6, 11 on the condition of the 80211 b/g channel mode, the enum value of channel is 36, 40, 44, 48, 52, 56, 60, 64, 149, 153,157, 161 on the condition80 of 80211a channel mode.
             hwRadioMngPowerLevel 1.3.6.1.4.1.2011.6.139.3.2.1.6 unsigned32 read-write
An object uses to set the power level of a radio. The range of the power level of a radio is from 0 to 3. the power of power level 0 is the maximum power, the power of power level 1 is a half of the maximum power, the power of power level 2 is a quarter of the maximum power, the power of power level 3 is one of eight equal parts of the maximum power.
             hwRadioMngPower 1.3.6.1.4.1.2011.6.139.3.2.1.7 integer32 read-write
An object uses to display the power (in 0.01dbm) which is currently used by this radio.
             hwRadioAvailableSntennaNumber 1.3.6.1.4.1.2011.6.139.3.2.1.8 integer read-only
An object set the available antenna number,which can close some antennas to save electric power. All means it uses all the available antenna, Num1 means it uses one of the available antennas, Num2 means it uses two of the available antennas, Num3 means it uses three of the available antennas, Num4 means it uses four of the available antennas, Num5 means it uses five of the available antennas. Notes the configured available antenna number can't be larger than the real available antenna number. Enumeration: 'num4': 6, 'num5': 7, 'all': 1, 'num0': 2, 'num1': 3, 'num2': 4, 'num3': 5.
             hwRadioWorkingChannel 1.3.6.1.4.1.2011.6.139.3.2.1.9 unsigned32 read-only
An object uses to display the working channel which is currently used by this radio. Notes the radio working channel just can be display,but can't be configured.
             hwRadioWorkingPowerLevel 1.3.6.1.4.1.2011.6.139.3.2.1.10 unsigned32 read-only
An object uses to display the working power level which is currently used by this radio. Notes the radio working power level just can be display,but can't be configured.
             hwRadioWorkingPower 1.3.6.1.4.1.2011.6.139.3.2.1.11 unsigned32 read-only
An object is used to describing the working porwer (in 0.01dbm) that the radio is working on actually. You just can read it when the radio is working.
             hwRadioMngChannelBandwidth 1.3.6.1.4.1.2011.6.139.3.2.1.12 integer read-write
An object is used to describing the bandwidth that the AP support .You can config the AP bandwidth by the hwRadioMngChannelBandwidth, but the AP may be not working on value of the your config bandwidth. you can get the actual bandwidth by hwRadioWorkingChannelBandwidth. At present, 802.11n AP supports three kinds of bandwidth listed in the enum, and 802.11a/b/g AP just only supports HT20(1). Enumeration: 'ht40Plus': 2, 'ht40Minus': 3, 'ht80': 4, 'ht20': 1.
             hwRadioWorkingChannelBandwidth 1.3.6.1.4.1.2011.6.139.3.2.1.13 integer read-only
An object is used to describing the bandwidth that the AP working on actually. the value may be unknown(-1) HT20(1) HT40-plus(2) or HT40-minus(3) . Enumeration: 'ht40Plus': 2, 'unknown': -1, 'ht80': 4, 'ht20': 1, 'ht40Minus': 3.
             hwRadio80211nMCSValue 1.3.6.1.4.1.2011.6.139.3.2.1.14 integer32 read-write
An object is used to describing the 802.11n AP's MCS Value. The MCS means modulation and coding scheme. Tha value of MCS will changed for value of spatial streams has been changed. when spatial streams's value is 1, MCS's value may be 0 to 7, default value is 7; when spatial streams's value is 2, MCS's value may be 0 to 15, default value is 15. If it is a not 802.11n AP, don't config it's MCS value.
             hwRadioWidsWorkMode 1.3.6.1.4.1.2011.6.139.3.2.1.15 integer read-write
Description. Enumeration: 'hybrid': 3, 'monitor': 2, 'normal': 1.
             hwRadioMngBinded 1.3.6.1.4.1.2011.6.139.3.2.1.16 integer read-write
Object selects a mechanism for bind/unbind the radio-profile Enumeration: 'unknown': -1, 'false': 2, 'true': 1.
             hwRadioDeviceDetectEnable 1.3.6.1.4.1.2011.6.139.3.2.1.17 integer read-write
Description. Enumeration: 'enable': 1, 'disable': 2.
             hwRadioMaxTxPwrLvl 1.3.6.1.4.1.2011.6.139.3.2.1.18 integer32 read-only
Description.
             hwRadioPwrAttRange 1.3.6.1.4.1.2011.6.139.3.2.1.19 integer32 read-only
Description.
             hwRadioPwrAttValue 1.3.6.1.4.1.2011.6.139.3.2.1.20 integer32 read-only
Description.
             hwRadioAntennaGain 1.3.6.1.4.1.2011.6.139.3.2.1.21 integer32 read-write
Description.
             hwRadioBridgeWhitelistEnable 1.3.6.1.4.1.2011.6.139.3.2.1.22 integer read-write
Description. Enumeration: 'enable': 1, 'disable': 2.
             hwRadioBridgeWhitelistName 1.3.6.1.4.1.2011.6.139.3.2.1.23 octet string read-write
Description.
             hwRadioBridgeStpSwitch 1.3.6.1.4.1.2011.6.139.3.2.1.24 integer read-write
Description. Enumeration: 'enable': 1, 'disable': 2.
             hwRadioBridgeSwitch 1.3.6.1.4.1.2011.6.139.3.2.1.25 integer read-write
Description. Enumeration: 'enable': 2, 'disable': 1.
             hwRadioBridgeMode 1.3.6.1.4.1.2011.6.139.3.2.1.26 integer read-write
Description. Enumeration: 'middle': 1, 'leaf': 3, 'root': 2.
             hwRadioUndoBridgeWhitelist 1.3.6.1.4.1.2011.6.139.3.2.1.27 integer32 read-write
Description.
             hwRadioUserTrafficScheduler 1.3.6.1.4.1.2011.6.139.3.2.1.28 integer read-write
Description. Enumeration: 'enable': 1, 'disable': 2.
             hwRadioCountermeasuresMode 1.3.6.1.4.1.2011.6.139.3.2.1.29 unsigned32 read-write
Description.
             hwRadioFrequency 1.3.6.1.4.1.2011.6.139.3.2.1.30 integer read-write
Description. Enumeration: 'frequency2G': 1, 'frequency5G': 2.
             hwRadioCountermeasuresSwitch 1.3.6.1.4.1.2011.6.139.3.2.1.31 integer read-write
Description. Enumeration: 'enable': 2, 'disable': 1.
             hwRadioSpectrumAnalysisEnable 1.3.6.1.4.1.2011.6.139.3.2.1.32 integer32 read-write
Description.
             hwRadioWidsAttackDetEnable 1.3.6.1.4.1.2011.6.139.3.2.1.33 integer32 read-write
Description.
             hwRadioMeshWhitelistName 1.3.6.1.4.1.2011.6.139.3.2.1.34 octet string read-write
Description.
             hwRadioUndoMeshWhitelist 1.3.6.1.4.1.2011.6.139.3.2.1.35 integer32 read-write
Description.
             hwRadioMeshRole 1.3.6.1.4.1.2011.6.139.3.2.1.36 integer read-write
Description. Enumeration: 'meshPortal': 2, 'meshNode': 1.
             hwRadioLocationEnable 1.3.6.1.4.1.2011.6.139.3.2.1.37 integer32 read-write
0: disable 1: enable.
             hwRadioLocationScanChannelEnable 1.3.6.1.4.1.2011.6.139.3.2.1.38 integer32 read-write
0: disable 1: enable.
             hwRadio80211nMulticastMCSValue 1.3.6.1.4.1.2011.6.139.3.2.1.39 integer32 read-write
Description.
             hwRadioSpectrogramServerReportEnable 1.3.6.1.4.1.2011.6.139.3.2.1.40 integer32 read-write
0: disable 1: enable
             hwRadioRadioMulticastRateValue 1.3.6.1.4.1.2011.6.139.3.2.1.41 integer read-write
Description. Enumeration: 'rate24': 10, 'rate36': 12, 'rate1': 1, 'rate18': 8, 'unknown': -1, 'rate12': 7, 'rate11': 6, 'rate6': 4, 'rate2': 2, 'rate55': 3, 'rate54': 14, 'rate48': 13, 'rate9': 5.
             hwRadio11acSpatialStream 1.3.6.1.4.1.2011.6.139.3.2.1.42 integer32 read-write
Description.
             hwRadio11acMCSValue 1.3.6.1.4.1.2011.6.139.3.2.1.43 integer32 read-write
Description.
             hwRadioActiveSwitch 1.3.6.1.4.1.2011.6.139.3.2.1.44 integer read-write
Mesh handover feature: Fat AP receive dormancy or active signal through snmp. When the signal is active, radio of fat ap is enable and send RARP packet; When the signal is dormancy, radio of fat ap is disable. Enumeration: 'active': 2, 'dormancy': 1.
     hwRadioCalibrateStatisicsTable 1.3.6.1.4.1.2011.6.139.3.3 no-access
Huawei radio manage table, it is aggregate of a group of operation to the containing attributes of radio calibrate counters. Such as display and cleanup. The content of the containing attributes of radio calibrate contains: radio calibrate statistic signal bad count, radio calibrate statistic calibrate power count, radio calibrate statistic calibrate channel count,radio calibrate statistic operate mode. The index of the radio calibrate statisics table is hwApIndex and hwRadioID, an Ap index is an unique identifier to a AP, A radio ID is an unique identifier to a radio. The Ap index is a index import from HUAWEI-WLAN-DEVICE-MIB, the detail description about the index can refer to the node hwApIndex and hwRadioID description.
         hwRadioCalibrateStatisicsEntry 1.3.6.1.4.1.2011.6.139.3.3.1 no-access
Huawei radio calibrate statisics entry. The entry of the huawei radio calibrate statisics table, all the nodes of the huawei radio calibrate statisics table are been operated here. The detail of the table entry would be explained by the description of the nodes of the table. The index of the radio calibrate statisics table is hwApIndex and hwRadioID, an Ap index is an unique identifier to a AP, A radio ID is an unique identifier to a radio. The Ap index is a index import from HUAWEI-WLAN-DEVICE-MIB, the detail description about the index can refer to the node hwApIndex and hwRadioID description.
             hwRadioCalStatisSignalBadCount 1.3.6.1.4.1.2011.6.139.3.3.1.1 unsigned32 read-only
An object uses to display the radio calibrate statistic signal bad count. This count shall increment when a rado calibration is caused by bad signal qaulity, such as, once the rate of lost packet or conflicted packet preponderates over its threshold.
             hwRadioCalStatisCalibratePowerCount 1.3.6.1.4.1.2011.6.139.3.3.1.2 unsigned32 read-only
An object uses to display the radio calibrate statistic calibrate power count. This count shall increment when rado calibrates the power level of this radio.
             hwRadioCalStatisCalibrateChannelCount 1.3.6.1.4.1.2011.6.139.3.3.1.3 unsigned32 read-only
An object uses to display the radio calibrate statistic calibrate channel count. This count shall increment when rado calibrates the channel of this radio.
             hwRadioCalibrateStatisicsOperMode 1.3.6.1.4.1.2011.6.139.3.3.1.4 integer read-write
An object uses to set the radio calibrate statisics operation mode. Invalid means the operation is invalid, clear-statistic means it clear the radio calibrate statisics. Notes it just support clear calibrate statisics, Any other operation about this node is invalid. Enumeration: 'clearstatistic': 1, 'invalid': -1.
     hwRadioAuthNeighborInfTable 1.3.6.1.4.1.2011.6.139.3.4 no-access
Huawei radio authentic neighbor information table, it is aggregate of a group of display to the authentic neighbor AP infomation of radio. The authentic neighbor AP infomation of radio to display of the table contains: authentic neighbor AP ID list, authentic neighbor AP channel list, authentic neighbor AP front attenuation list, authentic neighbor AP back attenuation list. The index of the radio authentic neighbor onformation table is hwApIndex and hwRadioID, an Ap index is an unique identifier to a AP, A radio ID is an unique identifier to a radio. The Ap index is a index import from HUAWEI-WLAN-DEVICE-MIB, the detail description about the index can refer to the node hwApIndex and hwRadioID description.
         hwRadioAuthNeighborInfEntry 1.3.6.1.4.1.2011.6.139.3.4.1 no-access
Huawei radio authentic neighbor information table entry. The entry of the huawei radio authentic neighbor information table, all the nodes of the huawei radio neighbor information table are been operated here. The detail of the table entry would be explained by the description of the nodes of the table. The index of the radio authentic neighbor onformation table is hwApIndex and hwRadioID, an Ap index is an unique identifier to a AP, A radio ID is an unique identifier to a radio. The Ap index is a index import from HUAWEI-WLAN-DEVICE-MIB, the detail description about the index can refer to the node hwApIndex and hwRadioID description.
             hwAuthenticRadioNeighborAPID 1.3.6.1.4.1.2011.6.139.3.4.1.1 octet string read-only
An object uses to display the AP ID list of the authentic neighbor ap of the radio. Any of two authentic neighbor AP ID of the list should separate with question mark.
             hwAuthenticRadioNeighborChannel 1.3.6.1.4.1.2011.6.139.3.4.1.2 octet string read-only
An object uses to display the signal channel list of the authentic neighbor ap of the radio. Any of two authentic neighbor AP signal channel of the list should separate with question mark.
             hwAuthenticRadioNeighborFrontAttenu 1.3.6.1.4.1.2011.6.139.3.4.1.3 octet string read-only
An object uses to display the front attenuation list of the authentic neighbor ap of the radio. Any of two authentic neighbor front attenuation of the list should separate with question mark. The front attenuation indicates the attenuation of signal which is send from the radio of the operating AP to the neighbor radio.
             hwAuthenticRadioNeighborBackAttenu 1.3.6.1.4.1.2011.6.139.3.4.1.4 octet string read-only
An object uses to display the back attenuation list of the authentic neighbor ap of the radio. Any of two authentic neighbor back attenuation of the list should separate with question mark. The back attenuation indicates the attenuation of signal which is send from the neighbor radio to the radio of the operating AP .
             hwAuthenticRadioNeighborSSID 1.3.6.1.4.1.2011.6.139.3.4.1.5 octet string read-only
Description.
     hwRadioLoadBalanceGroupTable 1.3.6.1.4.1.2011.6.139.3.5 no-access
Huawei radio load balance group table, it is aggregate of a group of operation to load balance group and its parameter. it can balance the connected use number or traffic in several radios. The content of the table contains: load balance group name, load balance group mode, load balance group gap threshold, load balance group associate threshold, load balance group status, load balance group row status. The index of the load balance group table is hwLBGroupName, a load balance group name is an unique identifier to a oad balance group. The detail description about the index can refer to the node hwLBGroupName description.
         hwRadioLoadBalanceGroupEntry 1.3.6.1.4.1.2011.6.139.3.5.1 no-access
Huawei radio load balance group table entry. The entry of the huawei radio load balance group table, all the nodes of the huawei radio load balance group table are been operated here. The detail of the table entry would be explained by the description of the nodes of the table. The index of the load balance group table is hwLBGroupName, a load balance group name is an unique identifier to a oad balance group. The detail description about the index can refer to the node hwLBGroupName description.
             hwLBGroupName 1.3.6.1.4.1.2011.6.139.3.5.1.1 octet string no-access
A human readable string representing the name of the radio load balance group. The request of the radio radio load balance group name string in detail as follows: - The length of the radio profile name at least contain 1 Byte ASCII characters,at most contain 31 Byte ASCII characters. - Any ASCII characters value must be included from 0x20 to 0x7E. - The question mark ASCII characters can't be included . - The double quotation marks ASCII characters can't appear at the beginning and the end. - The blank ASCII characters can't follow the double quotation marks ASCII characters. - The blank ASCII characters can't appear at the beginning and the end.
             hwLBGroupMode 1.3.6.1.4.1.2011.6.139.3.5.1.2 integer read-only
An object to set the load balance mode of radio load balance group. Session means it adjust the radio load balance on the basis of the user numbers, traffic means it adjust the radio load balance on the basis of the traffic. Enumeration: 'session': 1, 'traffic': 2.
             hwLBGapThreshold 1.3.6.1.4.1.2011.6.139.3.5.1.3 integer32 read-only
When connected use number or traffic gap overreach the threshold, the balance will be effected. The units of the load balance group threshold is %, the range is from 1 to 100, and the default value is 4%.
             hwLBAssociateThreshold 1.3.6.1.4.1.2011.6.139.3.5.1.4 unsigned32 read-only
When the connection request number of terminal user send to AP reachs the associate threshold in one minute, and connected user number is not reach the max connect number in a radio , it must agree the user's connect request. The units of the load balance associae threshold is time, the range is from 1 to 30, and the default value is 6 times.
             hwLBGroupStatus 1.3.6.1.4.1.2011.6.139.3.5.1.5 integer read-only
An object uses to display the load balance group status, It indicates whether the load gap is above the load balance gap threshold. unbalanced means the load balance gap of two radios preponderate over the maximum of the load balance gap. balanced means the load balance gap of two radios don't preponderate over the maximum of the load balance gap. Notes the load balance group status just can be display,but can't be modified. Enumeration: 'balanced': 2, 'unbalanced': 1.
             hwLBGroupRowStatus 1.3.6.1.4.1.2011.6.139.3.5.1.6 rowstatus read-only
Huawei radio load balance group rowstatus is used to create or delete a radio load balance group.
     hwRadioLoadBalanceGroupMemberTable 1.3.6.1.4.1.2011.6.139.3.6 no-access
Huawei Radio Load Banlance Group Member Table, it describes members which is added to the Radio Load Banlance Group. The content of the table contains: load balance member radio channel, load balance member radio power level, load balance member radio power, load balance member radio session number, load balance member radio traffic, load balance member radio row status. The index of the radio profile table is hwLBGroupName, hwApIndex and hwRadioID, a Load Banlance Group name is an unique identifier to a Load Banlance Group, an Ap index is an unique identifier to a AP, A radio ID is an unique identifier to a radio. The Ap index is a index import from HUAWEI-WLAN-DEVICE-MIB, the detail description about the index can refer to the node hwLBGroupName, hwApIndex and hwRadioID description.
         hwRadioLoadBalanceGroupMemberEntry 1.3.6.1.4.1.2011.6.139.3.6.1 no-access
Huawei Radio Load Banlance Group Member table entry. The entry of the huawei radio Load Banlance Group Member table, all the nodes of the huawei radio Load Banlance Group Member table are been operated here. The detail of the table entry would be explained by the description of the nodes of the table. The index of the radio profile table is hwLBGroupName, hwApIndex and hwRadioID, a Load Banlance Group name is an unique identifier to a Load Banlance Group, an Ap index is an unique identifier to a AP, A radio ID is an unique identifier to a radio. The Ap index is a index import from HUAWEI-WLAN-DEVICE-MIB, the detail description about the index can refer to the node hwLBGroupName, hwApIndex and hwRadioID description.
             hwLBMemberRadioChannel 1.3.6.1.4.1.2011.6.139.3.6.1.1 unsigned32 read-only
An object uses to display the working channel which is currently used by the load balance member radio. Notes the radio working channel of the load balance member radio just can be display,but can't be configured.
             hwLBMemberRadioPowerLevel 1.3.6.1.4.1.2011.6.139.3.6.1.2 unsigned32 read-only
An object uses to display the working power level which is currently used by this radio. Notes the radio working power level just can be display,but can't be configured.
             hwLBMemberRadioPower 1.3.6.1.4.1.2011.6.139.3.6.1.3 unsigned32 read-only
An object uses to display the power which is currently used by this radio. Notes the radio power just can be display,but can't be configured.
             hwLBMemberRadioSeesionNum 1.3.6.1.4.1.2011.6.139.3.6.1.4 unsigned32 read-only
An object uses to display the connected user number which is currently used by this radio. Notes the radio connected user number just can be display,but can't be configured.
             hwLBMemberRadioTraffic 1.3.6.1.4.1.2011.6.139.3.6.1.5 unsigned32 read-only
An object uses to display the traffic which is currently used by this radio. Notes the radio traffic just can be display,but can't be configured.
             hwLBMemberRowStatus 1.3.6.1.4.1.2011.6.139.3.6.1.6 rowstatus read-only
Huawei Radio Load Banlance Group Member rowstatus is used to create or delete a Radio Load Banlance Group Member.
     hwRadioUncontrolAPInfTable 1.3.6.1.4.1.2011.6.139.3.7 no-access
Huawei radio uncontrol ap information table,it describes the information about ap which is not authorized by AC. it is aggregate of a group of display to the uncontrol AP infomation of radio. The uncontrol AP infomation of radio to display of the table contains: uncontrol AP index, uncontrol ap bssid, the AP index of the uncontrol AP neighbor, Uncontrol AP channel, Uncontrol AP RSSI. The index of the radio uncontrol ap information table is hwUncontrolAPIndex, an uncontrol Ap index is an unique identifier to a uncontrol AP. The detail description about the index can refer to the node hwUncontrolAPIndex description.
         hwRadioUncontrolAPInfEntry 1.3.6.1.4.1.2011.6.139.3.7.1 no-access
Huawei radio uncontrol ap information table entry. The entry of the huawei radio uncontrol ap information table, all the nodes of the huawei radio uncontrol ap information table are been operated here. The detail of the table entry would be explained by the description of the nodes of the table. The index of the radio uncontrol ap information table is hwUncontrolAPIndex, an uncontrol Ap index is an unique identifier to a uncontrol AP. The detail description about the index can refer to the node hwUncontrolAPIndex description.
             hwUncontrolAPIndex 1.3.6.1.4.1.2011.6.139.3.7.1.1 integer32 no-access
An object uses to display the index of the uncontrol ap. Notes the index of the uncontrol ap just can be display, but can't be configured.
             hwUncontrolAPBSSID 1.3.6.1.4.1.2011.6.139.3.7.1.2 macaddress read-only
An object uses to display the BSSID of uncontrol ap. BSSID identifies a minimum service set,When administrator binds a ESS to a radio, it use base BSSID and WlanID to generate a BSSID. The format of the bssid is a max address which contains 3 sets of 2 Btyes hexadecimal character join up with - character, such as 00e0-5678-12fa. Notes the BSSID of uncontrol ap just can be display, but can't be configured.
             hwAuthAPIndex 1.3.6.1.4.1.2011.6.139.3.7.1.3 integer32 read-only
An object uses to display the index of the latest authentic ap. Notes the index of the latest authentic ap just can be display, but can't be configured.
             hwUncontrolAPChannel 1.3.6.1.4.1.2011.6.139.3.7.1.4 unsigned32 read-only
An object uses to display the working channel which is currently used by the uncontrol ap. Notes the radio working channel of the uncontrol ap just can be display, but can't be configured.
             hwUncontrolAPRSSI 1.3.6.1.4.1.2011.6.139.3.7.1.5 integer32 read-only
An object uses to display the the RSSI from uncontrol ap to this radio. RSSI means the signal intensity of the rceived signal. Notes the RSSI from uncontrol ap to the radio just can be display,but can't be configured.
             hwUncontrolAPSSID 1.3.6.1.4.1.2011.6.139.3.7.1.6 octet string read-only
Description.
     hwRadioPerformanceStatTable 1.3.6.1.4.1.2011.6.139.3.8 no-access
Huawei radio performance statistic table, it is aggregate of a group of operation to the performance statistic of radio calibrate counters. Such as display and cleanup. The content of the table contains: radio received frames, radio received bytes, radio sent frames, radio sent bytes, radio sent success RTS frames, radio sent unicast frames, radio sent broadcast frames, radio sent failed frames, radio received error frames, radio received physics layer error frames, radio received CRC error frames, radio received MIC error frames, radio received key decrypt error frames, radio retry frames, radio error rate, radio channel utilization rate, radio performance Statics operate mode, radio error rate of last periods, radio received signal strength, radio down mac error frames, radio received power. The index of the radio performance statistic table is hwApIndex and hwRadioID, an Ap index is an unique identifier to a AP, A radio ID is an unique identifier to a radio. The Ap index is a index import from HUAWEI-WLAN-DEVICE-MIB, the detail description about the index can refer to the node hwApIndex and hwRadioID description.
         hwRadioPerformanceStatEntry 1.3.6.1.4.1.2011.6.139.3.8.1 no-access
Huawei radio performance statistic table entry. The entry of the huawei radio performance statistic table, all the nodes of the huawei radio performance statistic table are been operated here. The detail of the table entry would be explained by the description of the nodes of the table. The index of the radio performance statistic table is hwApIndex and hwRadioID, an Ap index is an unique identifier to a AP, A radio ID is an unique identifier to a radio. The Ap index is a index import from HUAWEI-WLAN-DEVICE-MIB, the detail description about the index can refer to the node hwApIndex and hwRadioID description.
             hwRadioRcvFrames 1.3.6.1.4.1.2011.6.139.3.8.1.1 unsigned32 read-only
An object uses to display the counter of wireless received frames. Notes the counter of wireless received frames just can be display, but can't be configured.
             hwRadioRcvBytes 1.3.6.1.4.1.2011.6.139.3.8.1.2 unsigned32 read-only
An object uses to display the counter of wireless received bytes. Notes the counter of wireless received bytes just can be display, but can't be configured.
             hwRadioSendFrames 1.3.6.1.4.1.2011.6.139.3.8.1.3 unsigned32 read-only
An object uses to display the counter of wireless transmitted frames. Notes the counter of wireless transmitted frames just can be display, but can't be configured.
             hwRadioSendBytes 1.3.6.1.4.1.2011.6.139.3.8.1.4 unsigned32 read-only
An object uses to display the counter of wireless transmitted bytes. Notes the counter of wireless transmitted bytes just can be display, but can't be configured.
             hwRadioSendRtsSuccess 1.3.6.1.4.1.2011.6.139.3.8.1.5 unsigned32 read-only
An object uses to display the counter of wireless transmitted RTS successes. Notes the counter of wireless transmitted RTS successes just can be display, but can't be configured.
             hwRadioSendUnicast 1.3.6.1.4.1.2011.6.139.3.8.1.6 unsigned32 read-only
An object uses to display the counter of wireless transmitted unicast frames. Notes the counter of wireless transmitted unicast frames just can be display, but can't be configured.
             hwRadioSendBroadcast 1.3.6.1.4.1.2011.6.139.3.8.1.7 unsigned32 read-only
An object uses to display the counter of wireless transmitted broadcast frames. Notes the counter of wireless transmitted broadcast frames just can be display, but can't be configured.
             hwRadioSendFailFrames 1.3.6.1.4.1.2011.6.139.3.8.1.8 unsigned32 read-only
An object uses to display the counter of wireless transmitted failure frames. Notes the counter of wireless transmitted failure frames just can be display, but can't be configured.
             hwRadioRcvErrFrames 1.3.6.1.4.1.2011.6.139.3.8.1.9 unsigned32 read-only
An object uses to display the counter of wireless received error frames. Notes the counter of wireless received error frames just can be display, but can't be configured.
             hwRadioRcvPhyErrFrames 1.3.6.1.4.1.2011.6.139.3.8.1.10 unsigned32 read-only
An object uses to display the counter of wireless received physical layer frames. Notes the counter of wireless received physical layer frames just can be display, but can't be configured.
             hwRadioRcvCrcErrFrames 1.3.6.1.4.1.2011.6.139.3.8.1.11 unsigned32 read-only
An object uses to display the counter of received CRC error frames. CRC means the circulative redundancy code, CRC error frame is one of the FCS error frames. Notes the counter of received CRC error frames just can be display, but can't be configured.
             hwRadioRcvMicErrFrames 1.3.6.1.4.1.2011.6.139.3.8.1.12 unsigned32 read-only
An object uses to display the counter of wireless received MIC error frames. Notes the counter of wireless received MIC error frames just can be display, but can't be configured.
             hwRadioRcvKeyDecryptErrFrames 1.3.6.1.4.1.2011.6.139.3.8.1.13 unsigned32 read-only
An object uses to display the counter of wireless received private key and decrypt fail frames. Notes the counter of wireless received private key and decrypt fail frames just can be display, but can't be configured.
             hwRadioRetryFrames 1.3.6.1.4.1.2011.6.139.3.8.1.14 unsigned32 read-only
An object uses to display the counter of wireless retry frames. Notes the counter of wireless retry frames just can be display, but can't be configured.
             hwRadioPER 1.3.6.1.4.1.2011.6.139.3.8.1.15 unsigned32 read-only
An object uses to display the wireless PER(packet error rate. Notes the wireless PER(packet error rate just can be display, but can't be configured.
             hwRadioChUtilizationRate 1.3.6.1.4.1.2011.6.139.3.8.1.16 unsigned32 read-only
An object uses to display the wireless channel utilization of the radio. Notes the wireless channel utilization of the radio just can be display, but can't be configured.
             hwRadioPerformanceStatOperMode 1.3.6.1.4.1.2011.6.139.3.8.1.17 integer read-write
An object uses to set the radio performance statisics operation mode. Invalid means the operation is invalid, clear-statistic means it clear the radio performance statisics. Notes it just support clear performance statisics, Any other operation about this node is invalid. Enumeration: 'clearstatistic': 1, 'invalid': -1.
             hwRadioPEROfLastPeriod 1.3.6.1.4.1.2011.6.139.3.8.1.18 unsigned32 read-only
An object uses to display the wireless error rate of the last statistic period. Notes the wireless error rate of the last statistic period just can be display, but can't be configured.
             hwRadioRcvSignalStrength 1.3.6.1.4.1.2011.6.139.3.8.1.19 integer32 read-only
An object uses to display the wireless received signal strength. Notes the wireless received signal strength just can be display, but can't be configured.
             hwRadioDownMacErrFrames 1.3.6.1.4.1.2011.6.139.3.8.1.20 unsigned32 read-only
An object uses to display the counter of wireless down-stream MAC error frames. Notes the counter of wireless down-stream MAC error frames just can be display, but can't be configured.
             hwRadioRcvPower 1.3.6.1.4.1.2011.6.139.3.8.1.21 integer32 read-only
An object uses to display the receive power of the radio. Notes the receive power of the radio just can be display, but can't be configured.
             hwRadioRcvUnicastFrames 1.3.6.1.4.1.2011.6.139.3.8.1.22 counter64 read-only
Description.
             hwRadioRcvMngFrames 1.3.6.1.4.1.2011.6.139.3.8.1.23 counter64 read-only
Description.
             hwRadioRcvCtrlFrames 1.3.6.1.4.1.2011.6.139.3.8.1.24 counter64 read-only
Description.
             hwRadioRcvDataFrames 1.3.6.1.4.1.2011.6.139.3.8.1.25 counter64 read-only
Description.
             hwRadioSendMngFrames 1.3.6.1.4.1.2011.6.139.3.8.1.26 counter64 read-only
Description.
             hwRadioSendCtrlFrames 1.3.6.1.4.1.2011.6.139.3.8.1.27 counter64 read-only
Description.
             hwRadioSendDataFrames 1.3.6.1.4.1.2011.6.139.3.8.1.28 counter64 read-only
Description.
             hwRadioStaMaxSignalStrength 1.3.6.1.4.1.2011.6.139.3.8.1.29 integer32 read-only
Description.
             hwRadioStaMinSignalStrength 1.3.6.1.4.1.2011.6.139.3.8.1.30 integer32 read-only
Description.
             hwRadioStaAvgSignalStrength 1.3.6.1.4.1.2011.6.139.3.8.1.31 integer32 read-only
Description.
             hwRadioSendRate 1.3.6.1.4.1.2011.6.139.3.8.1.32 unsigned32 read-only
Description.
             hwRadioRecvRate 1.3.6.1.4.1.2011.6.139.3.8.1.33 unsigned32 read-only
Description.
             hwRadioDropRate 1.3.6.1.4.1.2011.6.139.3.8.1.34 unsigned32 read-only
Description.
             hwRadioAirPortDhcpFrames 1.3.6.1.4.1.2011.6.139.3.8.1.35 counter64 read-only
Description.
             hwRadioAirPortEapolFrames 1.3.6.1.4.1.2011.6.139.3.8.1.36 counter64 read-only
Description.
             hwRadioAirPortPsPollFrames 1.3.6.1.4.1.2011.6.139.3.8.1.37 counter64 read-only
Description.
             hwRadioAssocRequestFrames 1.3.6.1.4.1.2011.6.139.3.8.1.38 counter64 read-only
Description.
             hwRadioAssocResponseFrames 1.3.6.1.4.1.2011.6.139.3.8.1.39 counter64 read-only
Description.
             hwRadioReassocRequestFrames 1.3.6.1.4.1.2011.6.139.3.8.1.40 counter64 read-only
Description.
             hwRadioReassocResponseFrames 1.3.6.1.4.1.2011.6.139.3.8.1.41 counter64 read-only
Description.
             hwRadioDisassocFrames 1.3.6.1.4.1.2011.6.139.3.8.1.42 counter64 read-only
Description.
             hwRadioDisauthFrames 1.3.6.1.4.1.2011.6.139.3.8.1.43 counter64 read-only
Description.
             hwRadioRcvFrames64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.44 counter64 read-only
Description.
             hwRadioRcvBytes64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.45 counter64 read-only
Description.
             hwRadioSendFrames64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.46 counter64 read-only
Description.
             hwRadioSendBytes64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.47 counter64 read-only
Description.
             hwRadioSendRtsSuccess64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.48 counter64 read-only
Description.
             hwRadioSendUnicast64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.49 counter64 read-only
Description.
             hwRadioSendBroadcast64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.50 counter64 read-only
Description.
             hwRadioSendFailFrames64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.51 counter64 read-only
Description.
             hwRadioRcvErrFrames64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.52 counter64 read-only
Description.
             hwRadioRcvPhyErrFrames64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.53 counter64 read-only
Description.
             hwRadioRcvCrcErrFrames64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.54 counter64 read-only
Description.
             hwRadioRcvMicErrFrames64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.55 counter64 read-only
Description.
             hwRadioRcvKeyDecryptErrFrames64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.56 counter64 read-only
Description.
             hwRadioRetryFrames64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.57 counter64 read-only
Description.
             hwRadioDownMacErrFrames64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.58 counter64 read-only
Description.
             hwRadioNoise 1.3.6.1.4.1.2011.6.139.3.8.1.59 integer32 read-write
Description.
             hwRadioActualBandwidth 1.3.6.1.4.1.2011.6.139.3.8.1.60 unsigned32 read-only
It means actual bandwidth, include all of both the sent rate and the received rate.
             hwRadioFrames 1.3.6.1.4.1.2011.6.139.3.8.1.61 counter64 read-only
It means all of both the sent frames and the received frames.
             hwRadioSendDropFrames64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.62 counter64 read-only
It means the sent and dropped frames.
             hwRadioRcvDropFrames64Bits 1.3.6.1.4.1.2011.6.139.3.8.1.63 counter64 read-only
It means the received and droped frames.
             hwRadioChannelFreeRate 1.3.6.1.4.1.2011.6.139.3.8.1.64 unsigned32 read-only
It means the rate of free channel.
             hwRadioTxRate 1.3.6.1.4.1.2011.6.139.3.8.1.65 unsigned32 read-only
It means the utilization rate of sending packets.
             hwRadioRxRate 1.3.6.1.4.1.2011.6.139.3.8.1.66 unsigned32 read-only
It means the utilization rate of receiving packets.
             hwRadioChInterferenceRate 1.3.6.1.4.1.2011.6.139.3.8.1.67 unsigned32 read-only
It means the rate of channel interference.
     hwRadioUnauthenticNeighborInfoTable 1.3.6.1.4.1.2011.6.139.3.9 no-access
Huawei radio unauthentic neighbor information table, it describes the information about the neighbor ap which is not authorized by AC. it is aggregate of a group of display to the unauthentic neighbor AP infomation of radio. The unauthentic neighbor AP infomation of radio to display of the table contains: the radio BSSID of the unauthentic neighbor ap, the radio RSSI of the unauthentic neighbor ap, the radio channel of the unauthentic neighbor ap. The index of the radio unauthentic neighbor infomation table is hwApIndex and hwRadioID, an Ap index is an unique identifier to a AP, A radio ID is an unique identifier to a radio. The Ap index is a index import from HUAWEI-WLAN-DEVICE-MIB, the detail description about the index can refer to the node hwApIndex and hwRadioID description.
         hwRadioUnauthenticNeighborInfoEntry 1.3.6.1.4.1.2011.6.139.3.9.1 no-access
Huawei radio unauthentic neighbor information table entry. The entry of the huawei radio unauthentic neighbor information table, all the nodes of the huawei radio unauthentic neighbor information table are been operated here. The detail of the table entry would be explained by the description of the nodes of the table. The index of the radio unauthentic neighbor infomation table is hwApIndex and hwRadioID, an Ap index is an unique identifier to a AP, A radio ID is an unique identifier to a radio. The Ap index is a index import from HUAWEI-WLAN-DEVICE-MIB, the detail description about the index can refer to the node hwApIndex and hwRadioID description.
             hwUnauthenticRadioNeighborBSSID 1.3.6.1.4.1.2011.6.139.3.9.1.1 octet string read-only
An object uses to display the BSSID of unauthentic neighbor ap. BSSID identifies a minimum service set,When administrator binds a ESS to a radio, it use base BSSID and WlanID to generate a BSSID. The format of the bssid is a max address which contains 3 sets of 2 Btyes hexadecimal character join up with - character, such as 00e0-5678-12fa. Notes the BSSID of unauthentic neighbor ap just can be display, but can't be configured.
             hwUnauthenticRadioNeighborRSSI 1.3.6.1.4.1.2011.6.139.3.9.1.2 octet string read-only
An object uses to display the the RSSI from unauthentic neighbor ap to this radio. RSSI means the signal intensity of the rceived signal. Notes the RSSI from unauthentic neighbor ap to the radio just can be display,but can't be configured.
             hwunauthenticRadioNeighborChannel 1.3.6.1.4.1.2011.6.139.3.9.1.3 octet string read-only
An object uses to display the working channel which is currently used by the unauthentic neighbor ap. Notes the radio working channel of the unauthentic neighbor ap just can be display, but can't be configured.
             hwUnauthenticRadioNeighborSSID 1.3.6.1.4.1.2011.6.139.3.9.1.4 octet string read-only
Description.
     hwRadioRegionCalibrateTable 1.3.6.1.4.1.2011.6.139.3.10 no-access
Huawei global calibrate config table, the global calibrate is based on AP region.Huawei radio manage table. The content of the table contains: region calibrate startup mode, region calibrate auto time, region calibrate listen mode, region calibrate status. The index of the radio global calibrate config table is hwApRegionIndex, an Ap region index is an unique identifier to a AP region. The Ap region index is a index import from HUAWEI-WLAN-DEVICE-MIB, the detail description about the index can refer to the node hwApRegionIndex description.
           hwRadioRegionCalibrateEntry 1.3.6.1.4.1.2011.6.139.3.10.1 no-access
Huawei radio global calibrate config table entry. The entry of the huawei radio global calibrate config table, all the nodes of the huawei radio global calibrate config table are been operated here. The detail of the table entry would be explained by the description of the nodes of the table. The index of the radio global calibrate config table is hwApRegionIndex, an Ap region index is an unique identifier to a AP region. The Ap region index is a index import from HUAWEI-WLAN-DEVICE-MIB, the detail description about the index can refer to the node hwApRegionIndex description.
               hwRegionCalibrateStartupMode 1.3.6.1.4.1.2011.6.139.3.10.1.1 integer read-write
The mode uses to set the golbal calibrate startup mode.Immediate means startup immediately. Here, hwRegionCalibrateAutoTime is meanningless. Periodic means startup calibrate periodically. In accordance, hwRegionCalibrateAutoTime specify the time when startup everyday. Cancel periodic means cancel the periodically calibrate. Here, hwRegionCalibrateAutoTime is meanningless. Please refer to the description of hwRegionCalibrateAutoTime. Enumeration: 'periodic': 2, 'cancelPeriodic': 3, 'immediate': 1.
               hwRegionCalibrateAutoTime 1.3.6.1.4.1.2011.6.139.3.10.1.2 dateandtime read-write
An object uses to set the time when startup everyday on the basic of the periodic calibrate startup mode. Please refer to the description of hwRegionCalibrateStartupMode. Notes it just can support the hour, minute and second ,the real date can't be support and the fixed date JAN 1st 2001 changelessly must be set, when the auto startup time is been set, notwithstanding it can get the date of the auto startup time too, but the value of the date is JAN 1st 2001 changelessly.
               hwRegionCalibrateListenMode 1.3.6.1.4.1.2011.6.139.3.10.1.3 integer read-write
A switch flag, which set the radio region calibrate listen mode as enable or disable, tells whether the listen unauthentic neighbor while calibrating is supported. Because listen unauthentic neighbor will need added time, so it as a option. enable means it listens unauthentic neighbor while calibrating, disable means it would not listen unauthentic neighbor, In this case, we can't get unauthentic neighbor information after calibrate done. Notes the setting of radio region calibrate listen mode must have the corresponding setting of the golbal calibrate startup mode, and the golbal calibrate startup mode can't be cancel-periodic. Enumeration: 'enable': 1, 'disable': 2.
               hwRegionCalibrateStatus 1.3.6.1.4.1.2011.6.139.3.10.1.4 integer read-only
An object uses to display the status of the global calibrate.running means the global calibrate is running. stop means the global calibrate had over. Notes the status of the global calibrate just can be display, but can't be configured. Enumeration: 'running': 1, 'stop': 2.
     hwBatchRadioProfileStartNumber 1.3.6.1.4.1.2011.6.139.3.11 integer32 read-write
An object uses to set the start number of the first radio profile in batch operation. The range of the first radio profile start number is from 1 to 512. Notes radio profile name is the unique identification of a radio profile, so the start number isn't the ID of the radio profile.
     hwBatchRadioProfileNumber 1.3.6.1.4.1.2011.6.139.3.12 integer32 read-write
An object uses to set the radio profile number which want to get in batch operation. The range of the radio profile number is from 1 to 128.
     hwBatchRadioProfileReturnNumber 1.3.6.1.4.1.2011.6.139.3.13 integer32 read-only
An object uses to display the radio profile number which can get in batch operation. The sum of the batch radio profile start number and the batch radio profile number should not be larger than the total radio profile number in the system, so the real batch radio profile number maybe not equal to the setting batch radio profile number. no matter how the real batch radio profile number is the batch radio profile return number. For example, the setting batch radio profile start number is 3, the setting batch radio profile number is 4 and the total radio profile number in the system is 5, the real batch radio profile number would be 2, and the batch radio profile return number must be 2, the batch radio profile return number isn't equal to the batch radio profile number, otherwise, the total radio profile number in the system is 7, the real batch radio profile number would be 4, and the batch radio profile return number must be 4 too, the batch radio profile return number is equal to the batch radio profile number.
     hwBatchRadioProfileName 1.3.6.1.4.1.2011.6.139.3.14 octet string read-only
An object uses to display the names of radio profiles which is in the range of batch radio profile names which are determined by the batch radio profile start number and the batch radio profile number. Any two batch radio profile names of the list should separate with question mark.
     hwBatchLoadBalanceGroupStartNumber 1.3.6.1.4.1.2011.6.139.3.15 integer32 read-write
An object uses to set the start number of the first load balance group in batch operation. The range of the first load balance group start number is from 1 to 4096. Notes the load balance group name is the unique identification of a load balance group, so the start number isn't the ID of the load balance group.
     hwBatchLoadBalanceGroupNumber 1.3.6.1.4.1.2011.6.139.3.16 integer32 read-write
An object uses to set the load balance group number which want to get in batch operation. The range of the load balance group number is from 1 to 4096.
     hwBatchLoadBalanceGroupReturnNumber 1.3.6.1.4.1.2011.6.139.3.17 integer32 read-only
An object uses to display the load balance group number which can get in batch operation. The sum of the batch load balance group start number and the batch load balance group number should not be larger than the total load balance group number in the system, so the real batch load balance group number maybe not equal to the setting batch load balance group number. no matter how the real batch load balance group number is the batch load balance group return number. For example, the setting batch load balance group start number is 3, the setting batch load balance group number is 4 and the total load balance group number in the system is 5, the real batch load balance group number would be 2, and the batch load balance group return number must be 2, the batch load balance group return number isn't equal to the batch load balance group number, otherwise, the total load balance group number in the system is 7, the real batch load balance group number would be 4, and the batch load balance group return number must be 4 too, the batch load balance group return number is equal to the batch load balance group number.
     hwBatchLoadBalanceGroupName 1.3.6.1.4.1.2011.6.139.3.18 octet string read-only
An object uses to display the names of load balance group which is in the range of batch load balance group names which are determined by the batch load balance group start number and the batch load balance group number. Any two batch load balance group names of the list should separate with question mark.
     hwBatchUncontrolAPStartNumber 1.3.6.1.4.1.2011.6.139.3.19 integer32 read-write
An object uses to set the start number of the first uncontrol AP in batch operation. The range of the first uncontrol AP start number is from 1 to 512. Notes the start number isn't the ID of the uncontrol AP.
     hwBatchUncontrolAPNumber 1.3.6.1.4.1.2011.6.139.3.20 integer32 read-write
An object uses to set the uncontrol AP number which want to get in batch operation. The range of the uncontrol AP start number is from 1 to 512.
     hwBatchUncontrolAPReturnNumber 1.3.6.1.4.1.2011.6.139.3.21 integer32 read-only
An object uses to display the uncontrol AP number which can get in batch operation. The sum of the batch uncontrol AP start number and the batch uncontrol AP number should not be larger than the total uncontrol AP number in the system, so the real batch uncontrol AP number maybe not equal to the setting batch uncontrol AP number. no matter how the real batch uncontrol AP number is the batch uncontrol AP return number. For example, the setting batch uncontrol AP start number is 3, the setting batch uncontrol AP number is 4 and the total uncontrol AP number in the system is 5, the real batch uncontrol AP number would be 2, and the batch uncontrol AP return number must be 2, the batch uncontrol AP return number isn't equal to the batch uncontrol AP number, otherwise, the total uncontrol AP number in the system is 7, the real batch uncontrol AP number would be 4, and the batch uncontrol AP return number must be 4 too, the batch uncontrol AP return number is equal to the batch uncontrol AP number.
     hwBatchUncontrolAPBssid 1.3.6.1.4.1.2011.6.139.3.22 octet string read-only
An object uses to display the the BSSID of uncontrol AP which is in the range of batch uncontrol AP BSSID which are determined by the batch uncontrol AP start number and the batch uncontrol AP BSSID. Any two batch uncontrol AP BSSID of the list should separate with question mark. BSSID identifies a minimum service set,When administrator binds a ESS to a radio, it use base BSSID and WlanID to generate a BSSID. The format of the bssid is a max address which contains 3 sets of 2 Btyes hexadecimal character join up with - character, such as 00e0-5678-12fa. Notes the BSSID of unauthentic neighbor ap just can be display, but can't be configured.
     hwBatchUncontrolAPAuthNeighborIndex 1.3.6.1.4.1.2011.6.139.3.23 octet string read-only
An object uses to display the authentic neighbor ap index of uncontrol ap which is in the range of batch uncontrol ap which are determined by the batch uncontrol ap start number and the batch uncontrol ap number. Any two authentic neighbor ap indexs of the batch uncontrol ap of the list should separate with question mark.
     hwRadioNotifications 1.3.6.1.4.1.2011.6.139.3.24
           hwRadioNotify 1.3.6.1.4.1.2011.6.139.3.24.1
               hwRadioChannelChangedNotify 1.3.6.1.4.1.2011.6.139.3.24.1.1
A notification which is sent out when actual channel of radio is changed.
               hwRadioSignalEnvDeteriorationNotify 1.3.6.1.4.1.2011.6.139.3.24.1.2
A notification which is sent out when radio report singal environment deterioration. The objects included with the Notification may be used to read further information using AP index ,radio ID radio PER and radio conflict rate.
               hwRadioSignalEnvResumeNotify 1.3.6.1.4.1.2011.6.139.3.24.1.3
A notification which is sent out when radio report singal environment resume. The objects included with the Notification may be used to read further information using AP index and radio ID.
               hwApMonitorModeChangedNotify 1.3.6.1.4.1.2011.6.139.3.24.1.4
Description.
               hwAPCoInterfDetectedNotify 1.3.6.1.4.1.2011.6.139.3.24.1.5
Description.
               hwAPCoInterfClearNotify 1.3.6.1.4.1.2011.6.139.3.24.1.6
Description.
               hwNerborInterfDetectedNotify 1.3.6.1.4.1.2011.6.139.3.24.1.7
Description.
               hwNeiborInterfClearNotify 1.3.6.1.4.1.2011.6.139.3.24.1.8
Description.
               hwStaInterfDetectedNotify 1.3.6.1.4.1.2011.6.139.3.24.1.9
Description.
               hwStaInterfClearNotify 1.3.6.1.4.1.2011.6.139.3.24.1.10
Description.
               hwOtherDeviceInterfDetectedNotify 1.3.6.1.4.1.2011.6.139.3.24.1.11
Description.
               hwOtherDeviceInterfClearNotify 1.3.6.1.4.1.2011.6.139.3.24.1.12
Description.
               hwRadioDownNotify 1.3.6.1.4.1.2011.6.139.3.24.1.13
Description.
               hwRadioDownRecovNotify 1.3.6.1.4.1.2011.6.139.3.24.1.14
Description.
               hwWIDSDetectRogueNotify 1.3.6.1.4.1.2011.6.139.3.24.1.15
A notification which is sent out when a rogue device is found.
               hwRadioNotSupportChannelNotify 1.3.6.1.4.1.2011.6.139.3.24.1.16
Description.
               hwRadioNotSupportPowerLevelNotify 1.3.6.1.4.1.2011.6.139.3.24.1.17
Description.
               hwRadioAntennaGainIsUnlawfulNotify 1.3.6.1.4.1.2011.6.139.3.24.1.18
Description.
               hwRadioPowerChangedNotify 1.3.6.1.4.1.2011.6.139.3.24.1.19
Description.
               hwApAccessUserNumExceedThresholdNotify 1.3.6.1.4.1.2011.6.139.3.24.1.20
Description.
               hwApAccessUserNumExceedThresholdRecovNotify 1.3.6.1.4.1.2011.6.139.3.24.1.21
Description.
               hwApRoamUserNumExceedThresholdNotify 1.3.6.1.4.1.2011.6.139.3.24.1.22
Description.
               hwApRoamUserNumExceedThresholdRecovNotify 1.3.6.1.4.1.2011.6.139.3.24.1.23
Description.
               hwApAccessChannelUtilExceedThresholdNotify 1.3.6.1.4.1.2011.6.139.3.24.1.24
Description.
               hwApAccessChannelUtilExceedThresholdRecovNotify 1.3.6.1.4.1.2011.6.139.3.24.1.25
Description.
               hwApRoamChannelUtilExceedThresholdNotify 1.3.6.1.4.1.2011.6.139.3.24.1.26
Description.
               hwApRoamChannelUtilExceedThresholdRecovNotify 1.3.6.1.4.1.2011.6.139.3.24.1.27
Description.
               hwRadioUploadRemoteCaptureFileNotify 1.3.6.1.4.1.2011.6.139.3.24.1.28
Description.
           hwRadioNotifyObjects 1.3.6.1.4.1.2011.6.139.3.24.3
               hwRadioActualChannel 1.3.6.1.4.1.2011.6.139.3.24.3.1 unsigned32 read-only
An object uses to display the actual working channel which is currently used by the radio. Notes the radio actual working channel just can be display, but can't be configured.
               hwRadioConflictRate 1.3.6.1.4.1.2011.6.139.3.24.3.2 unsigned32 read-only
An object uses to display the wireless conflict rate of the radio. Notes the wireless conflict rate of the radio just can be display, but can't be configured.
               hwApMonitorMode 1.3.6.1.4.1.2011.6.139.3.24.3.3 integer32 read-only
Description.
               hwApPreMonitorMode 1.3.6.1.4.1.2011.6.139.3.24.3.4 integer32 read-only
Description.
               hwApChannel 1.3.6.1.4.1.2011.6.139.3.24.3.5 integer32 read-only
Description.
               hwApInterfBssid 1.3.6.1.4.1.2011.6.139.3.24.3.6 macaddress read-only
Description.
               hwInterfStaMac 1.3.6.1.4.1.2011.6.139.3.24.3.7 octet string read-only
Description.
               hwRadioDownCause 1.3.6.1.4.1.2011.6.139.3.24.3.8 integer32 read-only
Description.
               hwInterfApChannel 1.3.6.1.4.1.2011.6.139.3.24.3.9 integer32 read-only
Description.
               hwInterfRSSI 1.3.6.1.4.1.2011.6.139.3.24.3.10 integer32 read-only
Description.
               hwWIDSTrapInfoAPID 1.3.6.1.4.1.2011.6.139.3.24.3.11 integer32 read-only
The ID of AP that is monitoring.
               hwWIDSTrapInfoRadioId 1.3.6.1.4.1.2011.6.139.3.24.3.12 integer32 read-only
The Radio ID of AP that is monitoring.
               hwWIDSTrapInfoAPMAC 1.3.6.1.4.1.2011.6.139.3.24.3.13 macaddress read-only
The MAC address of AP that is monitoring.
               hwWIDSTrapInfoRogueMAC 1.3.6.1.4.1.2011.6.139.3.24.3.14 macaddress read-only
The MAC address of the rogue device that is monitored.
               hwWIDSTrapInfoRogueSSId 1.3.6.1.4.1.2011.6.139.3.24.3.15 octet string read-only
The SSID of the rogue device that is monitored.
               hwWIDSTrapInfoRogueType 1.3.6.1.4.1.2011.6.139.3.24.3.16 integer32 read-only
The type of the rogue device that is monitored(1 stands for a rogue AP).
               hwWIDSTrapInfoRogueRSSI 1.3.6.1.4.1.2011.6.139.3.24.3.17 integer32 read-only
Description.
               hwWIDSTrapInfoRogueChanID 1.3.6.1.4.1.2011.6.139.3.24.3.18 integer32 read-only
Description.
               hwRadioActualChannelBandwidth 1.3.6.1.4.1.2011.6.139.3.24.3.19 integer read-only
Description. Enumeration: 'ht40Plus': 2, 'ht40Minus': 3, 'ht20': 1.
               hwRadioActualPowerLevel 1.3.6.1.4.1.2011.6.139.3.24.3.20 integer32 read-only
Description.
               hwRadioActualAntennaGain 1.3.6.1.4.1.2011.6.139.3.24.3.21 integer32 read-only
Description.
               hwRadioLegitimateAntennaGain 1.3.6.1.4.1.2011.6.139.3.24.3.22 integer32 read-only
Description.
               hwRadioChannelChangedReason 1.3.6.1.4.1.2011.6.139.3.24.3.23 integer read-only
Description. Enumeration: 'unknown': 1, 'dfs': 2, 'wds': 3, 'calibrate': 5, 'config': 4, 'mesh': 6.
               hwRadioChannelChangedReasonStr 1.3.6.1.4.1.2011.6.139.3.24.3.24 octet string read-only
Description.
               hwRadioDownCauseStr 1.3.6.1.4.1.2011.6.139.3.24.3.25 octet string read-only
Description.
               hwRadioUacUserNum 1.3.6.1.4.1.2011.6.139.3.24.3.26 integer32 read-only
Description.
               hwRadioPreActualChannel 1.3.6.1.4.1.2011.6.139.3.24.3.27 integer32 read-only
Actual channel before being changed. Used in channel change alarm.
               hwRadioPowerChangedReasonStr 1.3.6.1.4.1.2011.6.139.3.24.3.28 octet string read-only
Radio power change reason.
     hwRadioParaStatisticTable 1.3.6.1.4.1.2011.6.139.3.25 no-access
Description.
           hwRadioParaStatisticEntry 1.3.6.1.4.1.2011.6.139.3.25.1 no-access
Description.
               hwRadioStaAveSignalStrength 1.3.6.1.4.1.2011.6.139.3.25.1.1 integer32 read-only
Description.
     hwMacRadioManageTable 1.3.6.1.4.1.2011.6.139.3.26 no-access
Description.
           hwMacRadioManageEntry 1.3.6.1.4.1.2011.6.139.3.26.1 no-access
Description.
               hwMacRadioID 1.3.6.1.4.1.2011.6.139.3.26.1.1 unsigned32 no-access
Description.
               hwMacRadioMngBaseBssID 1.3.6.1.4.1.2011.6.139.3.26.1.2 macaddress read-only
You can get an effective baseBssID ,only when wlan 1 is created. Or you will get a noneffective value. BSSID identifies a minimum service set,When administrator binds a ESS to a radio, it use base BSSID and WlanID to generate a BSSID. The format of the bssid is a max address which contains 3 sets of 2 Btyes hexadecimal character join up with - character, such as 00e0-5678-12fa.
               hwMacRadioMngRadioProfileName 1.3.6.1.4.1.2011.6.139.3.26.1.3 octet string read-write
Description.
               hwMacRadioMngState 1.3.6.1.4.1.2011.6.139.3.26.1.4 integer read-write
Description. Enumeration: 'enable': 2, 'disable': 1.
               hwMacRadioMngChannel 1.3.6.1.4.1.2011.6.139.3.26.1.5 unsigned32 read-write
Description.
               hwMacRadioMngPowerLevel 1.3.6.1.4.1.2011.6.139.3.26.1.6 unsigned32 read-write
Description.
               hwMacRadioMngPower 1.3.6.1.4.1.2011.6.139.3.26.1.7 integer32 read-write
Description.
               hwMacRadioAvailableSntennaNumber 1.3.6.1.4.1.2011.6.139.3.26.1.8 integer read-write
Description. Enumeration: 'num4': 6, 'num5': 7, 'all': 1, 'num0': 2, 'num1': 3, 'num2': 4, 'num3': 5.
               hwMacRadioWorkingChannel 1.3.6.1.4.1.2011.6.139.3.26.1.9 unsigned32 read-only
Description.
               hwMacRadioWorkingPowerLevel 1.3.6.1.4.1.2011.6.139.3.26.1.10 unsigned32 read-only
Description.
               hwMacRadioWorkingPower 1.3.6.1.4.1.2011.6.139.3.26.1.11 unsigned32 read-only
Description.
               hwMacRadioMngChannelBandwidth 1.3.6.1.4.1.2011.6.139.3.26.1.12 integer read-write
Description. Enumeration: 'ht40Plus': 2, 'ht40Minus': 3, 'ht80': 4, 'ht20': 1.
               hwMacRadioWorkingChannelBandwidth 1.3.6.1.4.1.2011.6.139.3.26.1.13 integer read-only
Description. Enumeration: 'ht40Plus': 2, 'unknown': -1, 'ht80': 4, 'ht20': 1, 'ht40Minus': 3.
               hwMacRadio80211nMCSValue 1.3.6.1.4.1.2011.6.139.3.26.1.14 integer32 read-write
Description.
               hwMacRadioWidsWorkMode 1.3.6.1.4.1.2011.6.139.3.26.1.15 integer read-write
Description. Enumeration: 'hybrid': 3, 'monitor': 2, 'normal': 1.
               hwMacRadioMngBinded 1.3.6.1.4.1.2011.6.139.3.26.1.16 integer read-write
Object selects a mechanism for bind/unbind the radio-profile Enumeration: 'unknown': -1, 'false': 2, 'true': 1.
               hwMacRadioMaxTxPwrLvl 1.3.6.1.4.1.2011.6.139.3.26.1.18 integer32 read-only
Description.
               hwMacRadioPwrAttRange 1.3.6.1.4.1.2011.6.139.3.26.1.19 integer32 read-only
Description.
               hwMacRadioPwrAttValue 1.3.6.1.4.1.2011.6.139.3.26.1.20 integer32 read-only
Description.
               hwMacRadioAntennaGain 1.3.6.1.4.1.2011.6.139.3.26.1.21 integer32 read-write
Description.
               hwMacRadioBridgeWhitelistEnable 1.3.6.1.4.1.2011.6.139.3.26.1.22 integer read-write
Description. Enumeration: 'enable': 1, 'disable': 2.
               hwMacRadioBridgeWhitelistName 1.3.6.1.4.1.2011.6.139.3.26.1.23 octet string read-write
Description.
               hwMacRadioBridgeStpSwitch 1.3.6.1.4.1.2011.6.139.3.26.1.24 integer read-write
Description. Enumeration: 'enable': 1, 'disable': 2.
               hwMacRadioBridgeSwitch 1.3.6.1.4.1.2011.6.139.3.26.1.25 integer read-write
Description. Enumeration: 'enable': 2, 'disable': 1.
               hwMacRadioBridgeMode 1.3.6.1.4.1.2011.6.139.3.26.1.26 integer read-write
Description. Enumeration: 'middle': 1, 'leaf': 3, 'root': 2.
               hwMacRadioUndoBridgeWhitelist 1.3.6.1.4.1.2011.6.139.3.26.1.27 integer32 read-write
Description.
               hwMacRadioUserTrafficScheduler 1.3.6.1.4.1.2011.6.139.3.26.1.28 integer read-write
Description. Enumeration: 'enable': 1, 'disable': 2.
               hwMacRadioCountermeasuresMode 1.3.6.1.4.1.2011.6.139.3.26.1.29 unsigned32 read-write
Description.
               hwMacRadioFrequency 1.3.6.1.4.1.2011.6.139.3.26.1.30 integer read-write
Description. Enumeration: 'frequency2G': 1, 'frequency5G': 2.
               hwMacRadioCountermeasuresSwitch 1.3.6.1.4.1.2011.6.139.3.26.1.31 integer read-write
Description. Enumeration: 'enable': 2, 'disable': 1.
               hwMacRadioSpectrumAnalysisEnable 1.3.6.1.4.1.2011.6.139.3.26.1.32 integer32 read-write
Description.
               hwMACRadioWidsAttackDetEnable 1.3.6.1.4.1.2011.6.139.3.26.1.33 integer32 read-write
Description.
               hwMacRadioMeshWhitelistName 1.3.6.1.4.1.2011.6.139.3.26.1.34 octet string read-write
Description.
               hwMacUndoMeshWhitelist 1.3.6.1.4.1.2011.6.139.3.26.1.35 integer32 read-write
Description.
               hwMacRadioMeshRole 1.3.6.1.4.1.2011.6.139.3.26.1.36 integer read-write
Description. Enumeration: 'meshPortal': 2, 'meshNode': 1.
               hwMacRadioLocationEnable 1.3.6.1.4.1.2011.6.139.3.26.1.37 integer32 read-write
0: disable 1: enable
               hwMacRadioLocationScanChannelEnable 1.3.6.1.4.1.2011.6.139.3.26.1.38 integer32 read-write
0: disable 1: enable
               hwMacRadio80211nMulticastMCSValue 1.3.6.1.4.1.2011.6.139.3.26.1.39 integer32 read-write
Description.
               hwMacRadioSpectrogramServerReportEnable 1.3.6.1.4.1.2011.6.139.3.26.1.40 integer32 read-write
0: disable 1: enable
               hwMacRadioMulticastRateValue 1.3.6.1.4.1.2011.6.139.3.26.1.41 integer read-write
Description. Enumeration: 'rate24': 10, 'rate36': 12, 'rate1': 1, 'unknow': -1, 'rate18': 8, 'rate12': 7, 'rate11': 6, 'rate6': 4, 'rate2': 2, 'rate55': 3, 'rate54': 14, 'rate48': 13, 'rate9': 5.
               hwMacRadio11acSpatialStream 1.3.6.1.4.1.2011.6.139.3.26.1.42 integer32 read-write
Description.
               hwMacRadio11acMCSValue 1.3.6.1.4.1.2011.6.139.3.26.1.43 integer32 read-write
Description.
               hwMacRadioActiveSwitch 1.3.6.1.4.1.2011.6.139.3.26.1.44 integer read-write
Mesh handover feature: Fat AP receive dormancy or active signal through snmp. When the signal is active, radio of fat ap is enable and send RARP packet; When the signal is dormancy, radio of fat ap is disable. Enumeration: 'active': 2, 'dormancy': 1.
     hwMacRadioCalibrateStatisicsTable 1.3.6.1.4.1.2011.6.139.3.27 no-access
Description.
           hwMacRadioCalibrateStatisicsEntry 1.3.6.1.4.1.2011.6.139.3.27.1 no-access
Description.
               hwMacRadioCalStatisSignalBadCount 1.3.6.1.4.1.2011.6.139.3.27.1.1 unsigned32 read-only
Description.
               hwMacRadioCalStatisCalibratePowerCount 1.3.6.1.4.1.2011.6.139.3.27.1.2 unsigned32 read-only
Description.
               hwMacRadioCalStatisCalibrateChannelCount 1.3.6.1.4.1.2011.6.139.3.27.1.3 unsigned32 read-only
Description.
               hwMacRadioCalibrateStatisicsOperMode 1.3.6.1.4.1.2011.6.139.3.27.1.4 integer read-write
Description. Enumeration: 'clearstatistic': 1, 'invalid': -1.
     hwMacRadioAuthNeighborInfTable 1.3.6.1.4.1.2011.6.139.3.28 no-access
Description.
           hwMacRadioAuthNeighborInfEntry 1.3.6.1.4.1.2011.6.139.3.28.1 no-access
Description.
               hwMacAuthenticRadioNeighborAPID 1.3.6.1.4.1.2011.6.139.3.28.1.1 octet string read-only
Description.
               hwMacAuthenticRadioNeighborChannel 1.3.6.1.4.1.2011.6.139.3.28.1.2 octet string read-only
Description.
               hwMacAuthenticRadioNeighborFrontAttenu 1.3.6.1.4.1.2011.6.139.3.28.1.3 octet string read-only
Description.
               hwMacAuthenticRadioNeighborBackAttenu 1.3.6.1.4.1.2011.6.139.3.28.1.4 octet string read-only
Description.
               hwMacAuthenticRadioNeighborAPMac 1.3.6.1.4.1.2011.6.139.3.28.1.5 octet string read-only
Description.
               hwMacAuthenticRadioNeighborSSID 1.3.6.1.4.1.2011.6.139.3.28.1.6 octet string read-only
Description.
     hwMacRadioLoadBalanceGroupMemberTable 1.3.6.1.4.1.2011.6.139.3.29 no-access
Description.
           hwMacRadioLoadBalanceGroupMemberEntry 1.3.6.1.4.1.2011.6.139.3.29.1 no-access
Description.
               hwMacLBMemberRadioChannel 1.3.6.1.4.1.2011.6.139.3.29.1.1 unsigned32 read-only
Description.
               hwMacLBMemberRadioPowerLevel 1.3.6.1.4.1.2011.6.139.3.29.1.2 unsigned32 read-only
Description.
               hwMacLBMemberRadioPower 1.3.6.1.4.1.2011.6.139.3.29.1.3 unsigned32 read-only
Description.
               hwMacLBMemberRadioSeesionNum 1.3.6.1.4.1.2011.6.139.3.29.1.4 unsigned32 read-only
Description.
               hwMacLBMemberRadioTraffic 1.3.6.1.4.1.2011.6.139.3.29.1.5 unsigned32 read-only
Description.
               hwMacLBMemberRowStatus 1.3.6.1.4.1.2011.6.139.3.29.1.6 rowstatus read-only
Description.
     hwMacRadioPerformanceStatTable 1.3.6.1.4.1.2011.6.139.3.30 no-access
Description.
           hwMacRadioPerformanceStatEntry 1.3.6.1.4.1.2011.6.139.3.30.1 no-access
Description.
               hwMacRadioRcvFrames 1.3.6.1.4.1.2011.6.139.3.30.1.1 unsigned32 read-only
Description.
               hwMacRadioRcvBytes 1.3.6.1.4.1.2011.6.139.3.30.1.2 unsigned32 read-only
Description.
               hwMacRadioSendFrames 1.3.6.1.4.1.2011.6.139.3.30.1.3 unsigned32 read-only
Description.
               hwMacRadioSendBytes 1.3.6.1.4.1.2011.6.139.3.30.1.4 unsigned32 read-only
Description.
               hwMacRadioSendRtsSuccess 1.3.6.1.4.1.2011.6.139.3.30.1.5 unsigned32 read-only
Description.
               hwMacRadioSendUnicast 1.3.6.1.4.1.2011.6.139.3.30.1.6 unsigned32 read-only
Description.
               hwMacRadioSendBroadcast 1.3.6.1.4.1.2011.6.139.3.30.1.7 unsigned32 read-only
Description.
               hwMacRadioSendFailFrames 1.3.6.1.4.1.2011.6.139.3.30.1.8 unsigned32 read-only
Description.
               hwMacRadioRcvErrFrames 1.3.6.1.4.1.2011.6.139.3.30.1.9 unsigned32 read-only
Description.
               hwMacRadioRcvPhyErrFrames 1.3.6.1.4.1.2011.6.139.3.30.1.10 unsigned32 read-only
Description.
               hwMacRadioRcvCrcErrFrames 1.3.6.1.4.1.2011.6.139.3.30.1.11 unsigned32 read-only
Description.
               hwMacRadioRcvMicErrFrames 1.3.6.1.4.1.2011.6.139.3.30.1.12 unsigned32 read-only
Description.
               hwMacRadioRcvKeyDecryptErrFrames 1.3.6.1.4.1.2011.6.139.3.30.1.13 unsigned32 read-only
Description.
               hwMacRadioRetryFrames 1.3.6.1.4.1.2011.6.139.3.30.1.14 unsigned32 read-only
Description.
               hwMacRadioPER 1.3.6.1.4.1.2011.6.139.3.30.1.15 unsigned32 read-only
Description.
               hwMacRadioChUtilizationRate 1.3.6.1.4.1.2011.6.139.3.30.1.16 unsigned32 read-only
Description.
               hwMacRadioPerformanceStatOperMode 1.3.6.1.4.1.2011.6.139.3.30.1.17 integer read-write
Description. Enumeration: 'clearstatistic': 1, 'invalid': -1.
               hwMacRadioPEROfLastPeriod 1.3.6.1.4.1.2011.6.139.3.30.1.18 unsigned32 read-only
Description.
               hwMacRadioRcvSignalStrength 1.3.6.1.4.1.2011.6.139.3.30.1.19 integer32 read-only
Description.
               hwMacRadioDownMacErrFrames 1.3.6.1.4.1.2011.6.139.3.30.1.20 unsigned32 read-only
Description.
               hwMacRadioRcvPower 1.3.6.1.4.1.2011.6.139.3.30.1.21 integer32 read-only
Description.
               hwMacRadioRcvUnicastFrames 1.3.6.1.4.1.2011.6.139.3.30.1.22 counter64 read-only
Description.
               hwMacRadioRcvMngFrames 1.3.6.1.4.1.2011.6.139.3.30.1.23 counter64 read-only
Description.
               hwMacRadioRcvCtrlFrames 1.3.6.1.4.1.2011.6.139.3.30.1.24 counter64 read-only
Description.
               hwMacRadioRcvDataFrames 1.3.6.1.4.1.2011.6.139.3.30.1.25 counter64 read-only
Description.
               hwMacRadioSendMngFrames 1.3.6.1.4.1.2011.6.139.3.30.1.26 counter64 read-only
Description.
               hwMacRadioSendCtrlFrames 1.3.6.1.4.1.2011.6.139.3.30.1.27 counter64 read-only
Description.
               hwMacRadioSendDataFrames 1.3.6.1.4.1.2011.6.139.3.30.1.28 counter64 read-only
Description.
               hwMacRadioStaMaxSignalStrength 1.3.6.1.4.1.2011.6.139.3.30.1.29 integer32 read-only
Description.
               hwMacRadioStaMinSignalStrength 1.3.6.1.4.1.2011.6.139.3.30.1.30 integer32 read-only
Description.
               hwMacRadioStaAvgSignalStrength 1.3.6.1.4.1.2011.6.139.3.30.1.31 integer32 read-only
Description.
               hwMacRadioSendRate 1.3.6.1.4.1.2011.6.139.3.30.1.32 unsigned32 read-only
Description.
               hwMacRadioRecvRate 1.3.6.1.4.1.2011.6.139.3.30.1.33 unsigned32 read-only
Description.
               hwMacRadioDropRate 1.3.6.1.4.1.2011.6.139.3.30.1.34 unsigned32 read-only
Description.
               hwMacRadioAirPortDhcpFrames 1.3.6.1.4.1.2011.6.139.3.30.1.35 counter64 read-only
Description.
               hwMacRadioAirPortEapolFrames 1.3.6.1.4.1.2011.6.139.3.30.1.36 counter64 read-only
Description.
               hwMacRadioAirPortPsPollFrames 1.3.6.1.4.1.2011.6.139.3.30.1.37 counter64 read-only
Description.
               hwMacRadioAssocRequestFrames 1.3.6.1.4.1.2011.6.139.3.30.1.38 counter64 read-only
Description.
               hwMacRadioAssocResponseFrames 1.3.6.1.4.1.2011.6.139.3.30.1.39 counter64 read-only
Description.
               hwMacRadioReassocRequestFrames 1.3.6.1.4.1.2011.6.139.3.30.1.40 counter64 read-only
Description.
               hwMacRadioReassocResponseFrames 1.3.6.1.4.1.2011.6.139.3.30.1.41 counter64 read-only
Description.
               hwMacRadioDisassocFrames 1.3.6.1.4.1.2011.6.139.3.30.1.42 counter64 read-only
Description.
               hwMacRadioDisauthFrames 1.3.6.1.4.1.2011.6.139.3.30.1.43 counter64 read-only
Description.
               hwMacRadioRcvFrames64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.44 counter64 read-only
Description.
               hwMacRadioRcvBytes64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.45 counter64 read-only
Description.
               hwMacRadioSendFrames64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.46 counter64 read-only
Description.
               hwMacRadioSendBytes64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.47 counter64 read-only
Description.
               hwMacRadioSendRtsSuccess64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.48 counter64 read-only
Description.
               hwMacRadioSendUnicast64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.49 counter64 read-only
Description.
               hwMacRadioSendBroadcast64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.50 counter64 read-only
Description.
               hwMacRadioSendFailFrames64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.51 counter64 read-only
Description.
               hwMacRadioRcvErrFrames64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.52 counter64 read-only
Description.
               hwMacRadioRcvPhyErrFrames64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.53 counter64 read-only
Description.
               hwMacRadioRcvCrcErrFrames64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.54 counter64 read-only
Description.
               hwMacRadioRcvMicErrFrames64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.55 counter64 read-only
Description.
               hwMacRadioRcvKeyDecryptErrFrames64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.56 counter64 read-only
Description.
               hwMacRadioRetryFrames64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.57 counter64 read-only
Description.
               hwMacRadioDownMacErrFrames64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.58 counter64 read-only
Description.
               hwMacRadioNoise 1.3.6.1.4.1.2011.6.139.3.30.1.59 integer32 read-write
Description.
               hwMacRadioActualBandwidth 1.3.6.1.4.1.2011.6.139.3.30.1.60 unsigned32 read-only
Description.
               hwMacRadioFrames 1.3.6.1.4.1.2011.6.139.3.30.1.61 counter64 read-only
Description.
               hwMacRadioSendDropFrames64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.62 counter64 read-only
Description.
               hwMacRadioRcvDropFrames64Bits 1.3.6.1.4.1.2011.6.139.3.30.1.63 counter64 read-only
Description.
               hwMacRadioChannelFreeRate 1.3.6.1.4.1.2011.6.139.3.30.1.64 unsigned32 read-only
Description.
               hwMacRadioTxRate 1.3.6.1.4.1.2011.6.139.3.30.1.65 unsigned32 read-only
Description.
               hwMacRadioRxRate 1.3.6.1.4.1.2011.6.139.3.30.1.66 unsigned32 read-only
Description.
               hwMacRadioChInterferenceRate 1.3.6.1.4.1.2011.6.139.3.30.1.67 unsigned32 read-only
Description.
     hwMacRadioUnauthenticNeighborInfoTable 1.3.6.1.4.1.2011.6.139.3.31 no-access
Description.
           hwMacRadioUnauthenticNeighborInfoEntry 1.3.6.1.4.1.2011.6.139.3.31.1 no-access
Description.
               hwMacUnauthenticRadioNeighborBSSID 1.3.6.1.4.1.2011.6.139.3.31.1.1 octet string read-only
Description.
               hwMacUnauthenticRadioNeighborRSSI 1.3.6.1.4.1.2011.6.139.3.31.1.2 octet string read-only
Description.
               hwMacunauthenticRadioNeighborChannel 1.3.6.1.4.1.2011.6.139.3.31.1.3 octet string read-only
Description.
               hwMacUnauthenticRadioNeighborSSID 1.3.6.1.4.1.2011.6.139.3.31.1.4 octet string read-only
Description.
     hwRadioInfoTable 1.3.6.1.4.1.2011.6.139.3.32 no-access
Huawei radio wireless port information table. .
           hwRadioInfoEntry 1.3.6.1.4.1.2011.6.139.3.32.1 no-access
Description.
               hwRadioDecsption 1.3.6.1.4.1.2011.6.139.3.32.1.1 octet string read-only
Description.
               hwRadioPortType 1.3.6.1.4.1.2011.6.139.3.32.1.2 octet string read-only
Description.
               hwRadioMaxMtu 1.3.6.1.4.1.2011.6.139.3.32.1.3 integer32 read-only
Description.
               hwRadioBandwidth 1.3.6.1.4.1.2011.6.139.3.32.1.4 integer32 read-only
Description.
               hwRadioMac 1.3.6.1.4.1.2011.6.139.3.32.1.5 macaddress read-only
Description.
               hwRadioAdminStatus 1.3.6.1.4.1.2011.6.139.3.32.1.6 integer read-write
The admin status only can be 1 or 2. 1 stands for up, and 2 stands for admindown. Enumeration: 'admindown': 2, 'up': 1.
               hwRadioOperStatus 1.3.6.1.4.1.2011.6.139.3.32.1.7 integer read-only
The current status only can be 1, 2 or 3. 1 stands for up, 2 stands for down, and 3 stands for admindown. Enumeration: 'down': 2, 'admindown': 3, 'up': 1.
               hwRadioLastChange 1.3.6.1.4.1.2011.6.139.3.32.1.8 integer32 read-only
Description.
               hwRadioInfoUpDownTimes 1.3.6.1.4.1.2011.6.139.3.32.1.9 integer32 read-only
Description.
               hwRadioAutoOffSwitch 1.3.6.1.4.1.2011.6.139.3.32.1.10 integer read-write
Description. Enumeration: 'enable': 2, 'disable': 1.
               hwRadioAutoOffStartTime 1.3.6.1.4.1.2011.6.139.3.32.1.11 octet string read-write
Description.
               hwRadioAutoOffEndTime 1.3.6.1.4.1.2011.6.139.3.32.1.12 octet string read-write
Description.
     hwMacRadioInfoTable 1.3.6.1.4.1.2011.6.139.3.33 no-access
Huawei radio wireless port information table.
           hwMacRadioInfoEntry 1.3.6.1.4.1.2011.6.139.3.33.1 no-access
Description.
               hwMacRadioDecsption 1.3.6.1.4.1.2011.6.139.3.33.1.1 octet string read-only
Description.
               hwMacRadioPortType 1.3.6.1.4.1.2011.6.139.3.33.1.2 octet string read-only
Description.
               hwMacRadioMaxMtu 1.3.6.1.4.1.2011.6.139.3.33.1.3 integer32 read-only
Description.
               hwMacRadioBandwidth 1.3.6.1.4.1.2011.6.139.3.33.1.4 integer32 read-only
Description.
               hwMacRadioMac 1.3.6.1.4.1.2011.6.139.3.33.1.5 macaddress read-only
Description.
               hwMacRadioAdminStatus 1.3.6.1.4.1.2011.6.139.3.33.1.6 integer read-write
The admin status only can be 0 or 1. 0 stands for up, and 1 stands for admindown.. Enumeration: 'admindown': 2, 'up': 1.
               hwMacRadioOperStatus 1.3.6.1.4.1.2011.6.139.3.33.1.7 integer read-only
The current status only can be 0, 1 or 2. 0 stands for up, 1 stands for down, and 2 stands for admindown.. Enumeration: 'down': 2, 'admindown': 3, 'up': 1.
               hwMacRadioLastChange 1.3.6.1.4.1.2011.6.139.3.33.1.8 integer32 read-only
Description.
               hwMacRadioInfoUpDownTimes 1.3.6.1.4.1.2011.6.139.3.33.1.9 integer32 read-only
Description.
               hwMacRadioAutoOffSwitch 1.3.6.1.4.1.2011.6.139.3.33.1.10 integer read-write
Description. Enumeration: 'enable': 2, 'disable': 1.
               hwMacRadioAutoOffStartTime 1.3.6.1.4.1.2011.6.139.3.33.1.11 octet string read-write
Description.
               hwMacRadioAutoOffEndTime 1.3.6.1.4.1.2011.6.139.3.33.1.12 octet string read-write
Description.
     hwRadioObjects 1.3.6.1.4.1.2011.6.139.3.34
           hwRadioCalibrateTable 1.3.6.1.4.1.2011.6.139.3.34.1
               hwRadioCalibrateMode 1.3.6.1.4.1.2011.6.139.3.34.1.1 integer32 read-write
Description.
               hwRadioCalibrateTime 1.3.6.1.4.1.2011.6.139.3.34.1.2 octet string read-write
Description.
               hwRadioCalibrateManualStartup 1.3.6.1.4.1.2011.6.139.3.34.1.3 integer32 read-write
Description.
               hwRadioCalibrateCycle 1.3.6.1.4.1.2011.6.139.3.34.1.4 integer32 read-write
Description.
               hwRadioCalibratePolicy 1.3.6.1.4.1.2011.6.139.3.34.1.5 unsigned32 read-write
Description.
               hwRadioCalibratesensitivity 1.3.6.1.4.1.2011.6.139.3.34.1.6 unsigned32 read-write
Description.
               hwRadioGlobalCalibrateChannel2G 1.3.6.1.4.1.2011.6.139.3.34.1.7 octet string read-write
Description.
               hwRadioGlobalCalibrateChannel5G 1.3.6.1.4.1.2011.6.139.3.34.1.8 octet string read-write
Description.
               hwRadioGlobalScanChannel2G 1.3.6.1.4.1.2011.6.139.3.34.1.9 octet string read-write
Description.
               hwRadioGlobalScanChannel5G 1.3.6.1.4.1.2011.6.139.3.34.1.10 octet string read-write
Description.
               hwRadioGlobalCalibrate5gBandWidth 1.3.6.1.4.1.2011.6.139.3.34.1.11 integer read-write
Global calibrate 5G band width. Enumeration: 'ht80': 3, 'ht40': 2, 'ht20': 1.
               hwRadioCalibrateAutoStartTime 1.3.6.1.4.1.2011.6.139.3.34.1.12 octet string read-write
Auto calibrate start time.
           hwConnectProfileTable 1.3.6.1.4.1.2011.6.139.3.34.2 no-access
Huawei connect profile table. This table is used to create connect profile and config the element in this profile.The element include as fllows: - huawei connect profile name. - huawei connect ssid. - huawei connect peer mac. - huawei connect psk. - huawei connect distance kilo. - huawei connect distance mile. - huawei connect profile active. - huawei connect profile rowstatus.
               hwConnectProfileEntry 1.3.6.1.4.1.2011.6.139.3.34.2.1 no-access
Description.
                   hwConnectProfileName 1.3.6.1.4.1.2011.6.139.3.34.2.1.1 octet string no-access
An object is uesd to set connect profile name,if access to connect profile must through this name only. Generally,it can set 32 connect profiles and the name not samely.
                   hwConnectSsid 1.3.6.1.4.1.2011.6.139.3.34.2.1.2 octet string read-write
The string of ssid has no more than 32 character.
                   hwConnectPeerMac 1.3.6.1.4.1.2011.6.139.3.34.2.1.3 macaddress read-write
Description.
                   hwConnectPskPassPhase 1.3.6.1.4.1.2011.6.139.3.34.2.1.4 octet string read-write
An object is used to set psk for safe connect. The encrpytion tachniques only sustain wpa2-ccmp. The psk maybe 32 to 104 cryptograph character or 8 to 63 colloquial character.
                   hwConnectProfileActived 1.3.6.1.4.1.2011.6.139.3.34.2.1.5 integer32 read-write
An object is used to display and set connect profile's status. 0 show not connected,1 show connecting.
                   hwConnectProfileRowStatus 1.3.6.1.4.1.2011.6.139.3.34.2.1.6 rowstatus read-write
An object is used to create or delete a connect profile. There are some restrictions of operation of the connect profile. - It needs a connect profile name for the creation of the radio profile. - if hwconnect profile active value is 1,the connect profile can not delete. - if delete a connect profile,but the profile name not exist,it cannot delete.
           hwRadioBasicSettingTable 1.3.6.1.4.1.2011.6.139.3.34.3 no-access
Description.
               hwRadioBasicSettingEntry 1.3.6.1.4.1.2011.6.139.3.34.3.1 no-access
Description.
                   hwApRadioID 1.3.6.1.4.1.2011.6.139.3.34.3.1.1 integer32 no-access
The index of radio parameter.
                   hwApRadioTxPower 1.3.6.1.4.1.2011.6.139.3.34.3.1.2 integer32 read-write
An object is used to set transmittion power for wireless. The range is from 16 to 36. if not setting,the txpower is max power which the device hold.
                   hwApRadioRtsThreshold 1.3.6.1.4.1.2011.6.139.3.34.3.1.3 integer32 read-write
           hwConnectStatusTable 1.3.6.1.4.1.2011.6.139.3.34.4 no-access
Description.
               hwConnectStatusEntry 1.3.6.1.4.1.2011.6.139.3.34.4.1 no-access
Description.
                   hwConnectStatusPeerMac 1.3.6.1.4.1.2011.6.139.3.34.4.1.1 macaddress no-access
Description.
                   hwConnectStatusSsid 1.3.6.1.4.1.2011.6.139.3.34.4.1.2 octet string read-only
Description.
                   hwConnectStatus 1.3.6.1.4.1.2011.6.139.3.34.4.1.3 integer read-only
An object is used to display connect status now. 1 shows connection, 2 shows disconnection. Enumeration: 'disconnect': 1, 'connect': 2.
                   hwConnectStatusSNR 1.3.6.1.4.1.2011.6.139.3.34.4.1.4 integer32 read-only
An object is used to display the snr of current link.
                   hwConnectStatusNoiseFloor 1.3.6.1.4.1.2011.6.139.3.34.4.1.5 integer32 read-only
An object is used to display the noise of current link.
                   hwConnectStatusChannel 1.3.6.1.4.1.2011.6.139.3.34.4.1.6 integer32 read-only
An object is used to display the channel of current link.
                   hwConnectStatusActualTxPower 1.3.6.1.4.1.2011.6.139.3.34.4.1.7 integer32 read-only
An object is used to display the actual tx power of current link.
                   hwConnectStatusBeaconInterval 1.3.6.1.4.1.2011.6.139.3.34.4.1.8 integer32 read-only
An object is used to display the beacon interval of current link.
                   hwConnectStatusCurrentRate 1.3.6.1.4.1.2011.6.139.3.34.4.1.9 integer32 read-only
An object is used to display the rate of current link.
                   hwConnectStatusTxBeamforming 1.3.6.1.4.1.2011.6.139.3.34.4.1.10 integer32 read-only
An object is used to display the tx beam forming of current link.
                   hwConnectStatusActualCountryCode 1.3.6.1.4.1.2011.6.139.3.34.4.1.11 integer32 read-only
An object is used to display the current countrycode of current device.
                   hwConnectStatusDistance 1.3.6.1.4.1.2011.6.139.3.34.4.1.12 integer32 read-only
An object is used to get the distance setting for the connection. The unit is 0.1 km.
                   hwConnectStatusCurrentRateKbps 1.3.6.1.4.1.2011.6.139.3.34.4.1.13 integer32 read-only
An object is used to display the rate of current link, the unit is Kbps.
                   hwConnectStatusHtMode 1.3.6.1.4.1.2011.6.139.3.34.4.1.14 integer read-only
An object is used to display the HT mode of current link. Enumeration: 'ht40': 2, 'ht20': 1.
                   hwConnectStatusGIMode 1.3.6.1.4.1.2011.6.139.3.34.4.1.15 integer read-only
An object is used to display the GI mode of current link. Enumeration: 'short': 2, 'normal': 1.
           hwConnectStatisticsTable 1.3.6.1.4.1.2011.6.139.3.34.5 no-access
Description.
               hwConnectStatisticsEntry 1.3.6.1.4.1.2011.6.139.3.34.5.1 no-access
Description.
                   hwConnectStatisticsPeerMac 1.3.6.1.4.1.2011.6.139.3.34.5.1.1 macaddress no-access
Description.
                   hwConnectRxOkUcastDataFrames 1.3.6.1.4.1.2011.6.139.3.34.5.1.2 counter64 read-only
An object is used to display the count of correct unicast Rx message.
                   hwConnectRxOkUcastDataBytes 1.3.6.1.4.1.2011.6.139.3.34.5.1.3 counter64 read-only
An object is used to display the bytes count of correct unicast Rx message.
                   hwConnectTxOkUcastDataFrames 1.3.6.1.4.1.2011.6.139.3.34.5.1.4 counter64 read-only
An object is used to display the count of correct unicast Tx message.
                   hwConnectTxOkUcastDataBytes 1.3.6.1.4.1.2011.6.139.3.34.5.1.5 counter64 read-only
An object is used to display the bytes count of correct unicast Tx message.
                   hwConnectRxThroughput 1.3.6.1.4.1.2011.6.139.3.34.5.1.6 unsigned32 read-only
An object is used to display the rate of Rx message.The unit is Mbps.
                   hwConnectTxThroughput 1.3.6.1.4.1.2011.6.139.3.34.5.1.7 unsigned32 read-only
An object is used to display the rate of Tx message.The unit is Mbps.
                   hwConnectRxErrFrames 1.3.6.1.4.1.2011.6.139.3.34.5.1.8 counter64 read-only
An object is used to display the count of Rx message which is wrong.
                   hwConnectTxErrUcastDataFrames 1.3.6.1.4.1.2011.6.139.3.34.5.1.9 counter64 read-only
An object is used to display the count of Tx message which is wrong.
                   hwConnectUcastDataFrameTxRetryRatio 1.3.6.1.4.1.2011.6.139.3.34.5.1.10 unsigned32 read-only
An object is used to display the repeate message rate of unicast Tx message.The range id from 0 to 100.
                   hwConnectOnlineTime 1.3.6.1.4.1.2011.6.139.3.34.5.1.11 unsigned32 read-only
An object is used to display the connection time length which connected last time.
                   hwConnectStatisticsReset 1.3.6.1.4.1.2011.6.139.3.34.5.1.12 integer read-write
An object is used to reset the statistics datas of current device. Enumeration: 'reset': 1, 'unreset': 2.
           hwConnectRateHistogramTable 1.3.6.1.4.1.2011.6.139.3.34.6 no-access
Huawei connect rate histogram table. This table is uses to display connect rate histogram.The content of the table contains:connect rate histogram TxRx,connect rate histogram rate and connect rate histogram ucast date frames.
               hwConnectRateHistogramEntry 1.3.6.1.4.1.2011.6.139.3.34.6.1 no-access
Huawei connect rate histogram table entry. The index of the connect rate histogram table is hwConnectRateHistogramTxRx and hwconnectRateHistogramRate.
                   hwConnectRateStatDirection 1.3.6.1.4.1.2011.6.139.3.34.6.1.1 integer no-access
The first index is connect rate histogram TxRx,the detail ranges as follows: - 1 express Received rate histogram of unicast data frames. - 2 express Transmit rate histogram of unicast data frames. Enumeration: 'txRate': 1, 'rxRate': 2.
                   hwConnectRateStatRange 1.3.6.1.4.1.2011.6.139.3.34.6.1.2 integer32 no-access
The second index is connect rate histogram rate.The range as follows: - MCS0,MCS1,MCS2,MCS3,MCS4,MCS5,MCS6,MCS7,MCS8,MCS9,MCS10,MCS11,MCS12 show 0 to 12 - MCS13,MCS14,MCS15,MCS16,MCS17,MCS18,MCS19,MCS20,MCS21,MCS22,MCS23 show 13 to 23 - 32 shows rate6 from 36M to 48M - 33 shows rate4 from 18M to 24M - 34 shows rate2 from 9M to 12M - 35 shows rate0 less than 6M - 36 shows rate7 from 48M to 54M - 37 shows rate5 from 24M to 36M - 38 shows rate3 from 12M to 18M - 39 shows rate1 from 6M to 9M
                   hwConnectRateStatUcastDataFrames 1.3.6.1.4.1.2011.6.139.3.34.6.1.3 counter64 read-only
An object uses to display connect rate histogram ucast data frames through the connect rate histogram TxRx and the connect rate histogram rate.
           hwConnectAMPDUHistogramTable 1.3.6.1.4.1.2011.6.139.3.34.7 no-access
Description.
               hwConnectAMPDUHistogramEntry 1.3.6.1.4.1.2011.6.139.3.34.7.1 no-access
Description.
                   hwConnectAMPDUStatDirection 1.3.6.1.4.1.2011.6.139.3.34.7.1.1 integer no-access
The first index is connect AMPDU histogram TxRx,the detail ranges as follows: - 1 express Received rate histogram of unicast data frames. - 2 express Transmit rate histogram of unicast data frames. Enumeration: 'txAMPDU': 1, 'rxAMPDU': 2.
                   hwConnectAMPDUStatRange 1.3.6.1.4.1.2011.6.139.3.34.7.1.2 integer32 no-access
The range is from 0 to 64.Different number make up different length of AMPDU. For example,32 express the length of AMPDU is 32.
                   hwConnectAMPDUStatUcastDataFrames 1.3.6.1.4.1.2011.6.139.3.34.7.1.3 counter64 read-only
An object uses to display connect AMPDU ucast data frames through the connect AMPDU stat direction and the connect AMPDU stat range.
           hwConnectLenHistogramTable 1.3.6.1.4.1.2011.6.139.3.34.8 no-access
Description.
               hwConnectLenHistogramEntry 1.3.6.1.4.1.2011.6.139.3.34.8.1 no-access
Description.
                   hwConnectDataLenStatDirection 1.3.6.1.4.1.2011.6.139.3.34.8.1.1 integer no-access
The first index is connect datalen stat direction,the detail ranges as follows: - 1 express Received rate histogram of unicast data frames. - 2 express Transmit rate histogram of unicast data frames. Enumeration: 'txLen': 1, 'rxLen': 2.
                   hwConnectDataLenStatLength 1.3.6.1.4.1.2011.6.139.3.34.8.1.2 integer32 no-access
The second index is connect data length.The range as follows: -0 shows 0 to 255 -1 shows 256 to 511 -2 shows 512 to 767 -3 shows 768 to 1023 -4 shows 1024 to 1279 -5 shows 1280 to 1535 -6 shows 1536 to 1791 -7 shows 1792 to 2047
                   hwConnectDataLenStatFrameCounts 1.3.6.1.4.1.2011.6.139.3.34.8.1.3 counter64 read-only
An object uses to display connect data length stat frame counts through the connect data length dir- ection and the connect data length.
           hwConnectMaxSnrTable 1.3.6.1.4.1.2011.6.139.3.34.9 no-access
Description.
               hwConnectMaxSnrEntry 1.3.6.1.4.1.2011.6.139.3.34.9.1 no-access
Description.
                   hwConnectMaxSnrPeerMAC 1.3.6.1.4.1.2011.6.139.3.34.9.1.1 macaddress no-access
Description.
                   hwConnectMaxSnrValue 1.3.6.1.4.1.2011.6.139.3.34.9.1.2 integer32 read-only
An object is used to display max snr value when connection.
                   hwConnectMaxSnrNoiseFloor 1.3.6.1.4.1.2011.6.139.3.34.9.1.3 integer32 read-only
noise floor
                   hwConnectMaxSnrSSID 1.3.6.1.4.1.2011.6.139.3.34.9.1.4 octet string read-only
neighbor ssid
                   hwConnectMaxSnrTime 1.3.6.1.4.1.2011.6.139.3.34.9.1.5 dateandtime read-only
last time
           hwRadioQueryPowerlevelTable 1.3.6.1.4.1.2011.6.139.3.34.10 no-access
Table for query powerlevel of the appointed AP if set channel and bandwidth.
                 hwRadioQueryPowerlevelEntry 1.3.6.1.4.1.2011.6.139.3.34.10.1 no-access
Entry for query powerlevel table .
                     hwRadioQueryPowerlevelChannel 1.3.6.1.4.1.2011.6.139.3.34.10.1.1 integer32 no-access
The channel if it will be set as an index.
                     hwRadioQueryPowerlevelBandwidth 1.3.6.1.4.1.2011.6.139.3.34.10.1.2 integer32 no-access
The bandwidth if it will be set as an index.
                     hwRadioQueryPowerlevelMax 1.3.6.1.4.1.2011.6.139.3.34.10.1.3 integer32 read-only
The result ,it shows the number of powerlevel , which begins from zero.
     hwRadioConformance 1.3.6.1.4.1.2011.6.139.3.35
           hwRadioCompliances 1.3.6.1.4.1.2011.6.139.3.35.1
               hwRadioCompliance 1.3.6.1.4.1.2011.6.139.3.35.1.1
Description.
           hwRadioObjectGroups 1.3.6.1.4.1.2011.6.139.3.35.2
               hwRadioProfileGroup 1.3.6.1.4.1.2011.6.139.3.35.2.1
Description.
               hwRadioManageGroup 1.3.6.1.4.1.2011.6.139.3.35.2.2
Description.
               hwRadioCalibrateStatisicsGroup 1.3.6.1.4.1.2011.6.139.3.35.2.3
Description.
               hwRadioAuthNeighborInfGroup 1.3.6.1.4.1.2011.6.139.3.35.2.4
Description.
               hwRadioLoadBalanceGroupGroup 1.3.6.1.4.1.2011.6.139.3.35.2.5
Description.
               hwRadioLoadBalanceGroupMemberGroup 1.3.6.1.4.1.2011.6.139.3.35.2.6
Description.
               hwRadioUncontrolAPInfGroup 1.3.6.1.4.1.2011.6.139.3.35.2.7
Description.
               hwRadioPerformanceStatGroup 1.3.6.1.4.1.2011.6.139.3.35.2.8
Description.
               hwRadioUnauthenticNeighborInfoGroup 1.3.6.1.4.1.2011.6.139.3.35.2.9
Description.
               hwRadioRegionCalibrateGroup 1.3.6.1.4.1.2011.6.139.3.35.2.10
Description.
               hwRadioGlobalGroup 1.3.6.1.4.1.2011.6.139.3.35.2.11
Description.
               hwRadioNotifyGroup 1.3.6.1.4.1.2011.6.139.3.35.2.12
Description.
               hwRadioNotifyObjectGroup 1.3.6.1.4.1.2011.6.139.3.35.2.13
Description.
               hwRadioParaStatisticGroup 1.3.6.1.4.1.2011.6.139.3.35.2.14
Description.
               hwMacRadioManageGroup 1.3.6.1.4.1.2011.6.139.3.35.2.15
Description.
               hwMacRadioCalibrateStatisicsGroup 1.3.6.1.4.1.2011.6.139.3.35.2.16
Description.
               hwMacRadioAuthNeighborInfGroup 1.3.6.1.4.1.2011.6.139.3.35.2.17
Description.
               hwMacRadioLoadBalanceGroupMemberGroup 1.3.6.1.4.1.2011.6.139.3.35.2.18
Description.
               hwMacRadioPerformanceStatGroup 1.3.6.1.4.1.2011.6.139.3.35.2.19
Description.
               hwMacRadioUnauthenticNeighborInfoGroup 1.3.6.1.4.1.2011.6.139.3.35.2.20
Description.
               hwRadioInfoGroup 1.3.6.1.4.1.2011.6.139.3.35.2.21
Description.
               hwMacRadioInfoGroup 1.3.6.1.4.1.2011.6.139.3.35.2.22
Description.
               hwRadioCalibrateGroup 1.3.6.1.4.1.2011.6.139.3.35.2.23
Description.
               hwConnectStatusGroup 1.3.6.1.4.1.2011.6.139.3.35.2.24
Description.
               hwConnectStatisticsGruop 1.3.6.1.4.1.2011.6.139.3.35.2.25
Description.
               hwConnectRateHistogramGruop 1.3.6.1.4.1.2011.6.139.3.35.2.26
Description.
               hwConnectAMPDUHistogramGruop 1.3.6.1.4.1.2011.6.139.3.35.2.27
Description.
               hwConnectLenHistogramGruop 1.3.6.1.4.1.2011.6.139.3.35.2.28
Description.
               hwConnectMaxSnrGruop 1.3.6.1.4.1.2011.6.139.3.35.2.29
Description.