>> MIB - Management Information Base

>> Table: dot11CountersTable - (.1.2.840.10036.2.2.1)

Description: An entry in the dot11CountersEntry Table.

ifIndex - Each 802.11 interface is represented by an ifEntry. Interface tables in this MIB module are indexed by ifIndex.

dot11CountersTable
OIDNameTypeAccess
.1TransmittedFragmentCountCounter32R
.2MulticastTransmittedFrameCountCounter32R
.3FailedCountCounter32R
.4RetryCountCounter32R
.5MultipleRetryCountCounter32R
.6FrameDuplicateCountCounter32R
.7RTSSuccessCountCounter32R
.8RTSFailureCountCounter32R
.9ACKFailureCountCounter32R
.10ReceivedFragmentCountCounter32R
.11MulticastReceivedFrameCountCounter32R
.12FCSErrorCountCounter32R
.13TransmittedFrameCountCounter32R
.14WEPUndecryptableCountCounter32R
.15QosDiscardedFragmentCountCounter32R
.16AssociatedStationCountCounter32R
.17QosCFPollsReceivedCountCounter32R
.18QosCFPollsUnusedCountCounter32R
.19QosCFPollsUnusableCountCounter32R
.21TransmittedAMSDUCountCounter32R
.22FailedAMSDUCountCounter32R
.23RetryAMSDUCountCounter32R
.24MultipleRetryAMSDUCountCounter32R
.25TransmittedOctetsInAMSDUCountCounter64R
.26AMSDUAckFailureCountCounter32R
.27ReceivedAMSDUCountCounter32R
.28ReceivedOctetsInAMSDUCountCounter64R
.29TransmittedAMPDUCountCounter32R
.30TransmittedMPDUsInAMPDUCountCounter32R
.31TransmittedOctetsInAMPDUCountCounter64R
.32AMPDUReceivedCountCounter32R
.33MPDUInReceivedAMPDUCountCounter32R
.34ReceivedOctetsInAMPDUCountCounter64R
.35AMPDUDelimiterCRCErrorCountCounter32R
.36ImplicitBARFailureCountCounter32R
.37ExplicitBARFailureCountCounter32R
.38ChannelWidthSwitchCountCounter32R
.39TwentyMHzFrameTransmittedCountCounter32R
.40FortyMHzFrameTransmittedCountCounter32R
.41TwentyMHzFrameReceivedCountCounter32R
.42FortyMHzFrameReceivedCountCounter32R
.43PSMPSuccessCountCounter32R
.44PSMPFailureCountCounter32R
.45GrantedRDGUsedCountCounter32R
.46GrantedRDGUnusedCountCounter32R
.47TransmittedFramesInGrantedRDGCountCounter32R
.48TransmittedOctetsInGrantedRDGCountCounter64R
.49BeamformingFrameCountCounter32R
.50DualCTSSuccessCountCounter32R
.51DualCTSFailureCountCounter32R
.52STBCCTSSuccessCountCounter32R
.53STBCCTSFailureCountCounter32R
.54nonSTBCCTSSuccessCountCounter32R
.55nonSTBCCTSFailureCountCounter32R
.56RTSLSIGSuccessCountCounter32R
.57RTSLSIGFailureCountCounter32R

TransmittedFragmentCount
This counter shall be incremented for an acknowledged MPDU with an individual address in the address 1 field or an MPDU with a multicast address in the address 1 field of type Data or Management.
MulticastTransmittedFrameCount
This counter shall increment only when the multicast bit is set in the destination MAC address of a successfully transmitted MSDU. When operating as a STA in an ESS, where these frames are directed to the AP, this implies having received an acknowledgment to all associated MPDUs.
FailedCount
This counter shall increment when an MSDU is not transmitted successfully due to the number of transmit attempts exceeding either the dot11ShortRetryLimit or dot11LongRetryLimit.
RetryCount
This counter shall increment when an MSDU is successfully transmitted after one or more retransmissions.
MultipleRetryCount
This counter shall increment when an MSDU is successfully transmitted after more than one retransmission.
FrameDuplicateCount
This counter shall increment when a frame is received that the Sequence Control field indicates is a duplicate.
RTSSuccessCount
This counter shall increment when a CTS is received in response to an RTS.
RTSFailureCount
This counter shall increment when a CTS is not received in response to an RTS.
ACKFailureCount
This counter shall increment when an ACK is not received when expected.
ReceivedFragmentCount
This counter shall be incremented for each successfully received MPDU of type Data or Management.
MulticastReceivedFrameCount
This counter shall increment when a MSDU is received with the multicast bit set in the destination MAC address.
FCSErrorCount
This counter shall increment when an FCS error is detected in a received MPDU.
TransmittedFrameCount
This counter shall increment for each successfully transmitted MSDU.
WEPUndecryptableCount
This counter shall increment when a frame is received with the Protected Frame subfield of the Frame Control field set to one and the WEPOn value for the key mapped to the TA's MAC address indicates that the frame should not have been encrypted or that frame is discarded due to the receiving STA not implementing the privacy option.
QosDiscardedFragmentCount
This counter shall increment for each QoS Data MPDU that has been discarded.
AssociatedStationCount
This counter, only available at QAP, shall increment when a station associates or reassociates. This counter shall decrement when a station disassociates.
QosCFPollsReceivedCount
This counter shall increment for each QoS (+)CF-Poll that has been received.
QosCFPollsUnusedCount
This counter shall increment for each QoS (+)CF-Poll that has been received but not used.
QosCFPollsUnusableCount
This counter shall increment for each QoS (+)CF-Poll that has been received but could not be used due to the TXOP size being smaller than the time that is required for one frame exchange sequence.
TransmittedAMSDUCount
This counter shall be incremented for an acknowledged A-MSDU frame with an individual address in the address 1 field or an AMSDU frame with a multicast address in the address 1 field.
FailedAMSDUCount
This counter shall be incremented when an A-MSDU is not transmitted successfully due to the number of transmit attempts exceeding either the dot11ShortRetryLimit or dot11LongRetryLimit.
RetryAMSDUCount
This counter shall be incremented when an A-MSDU is successfully transmitted after one or more retransmissions.
MultipleRetryAMSDUCount
This counter shall be incremented when an A-MSDU is successfully transmitted after more than one retransmission.
TransmittedOctetsInAMSDUCount
This counter shall be incremented by the number of octets in the framebody of an A-MSDU frame when an A-MSDU frame is successfully transmitted.
AMSDUAckFailureCount
This counter shall be incremented when an acknowledgement to an AMSDU is not received when expected. This acknowledgement can be in an ACK or the BlockAck frame.
ReceivedAMSDUCount
This counter shall be incremented for a received A-MSDU frame with the station's MAC address in the address 1 field or an AMSDU frame with a multicast address in the address 1 field.
ReceivedOctetsInAMSDUCount
This counter shall be incremented by the number of octets in the framebody of an A-MSDU frame when an A-MSDU frame is received.
TransmittedAMPDUCount
This counter shall be incremented when an A-MPDU is transmitted.
TransmittedMPDUsInAMPDUCount
This counter shall increment by the number of MPDUs in the AMPDU when an A-MPDU is transmitted.
TransmittedOctetsInAMPDUCount
This counter shall be incremented by the number of octets in the A-MPDU frame when an A-MPDU frame is transmitted.
AMPDUReceivedCount
This counter shall be incremented when the MAC receives an AMPDU from the PHY.
MPDUInReceivedAMPDUCount
This counter shall be incremented by the number of MPDUs received in the A-MPDU when an A-MPDU is received.
ReceivedOctetsInAMPDUCount
This counter shall be incremented by the number of octets in the A-MPDU frame when an A-MPDU frame is received.
AMPDUDelimiterCRCErrorCount
This counter shall be incremented when an A-MPDU delimiter has CRC error when this is the first CRC error in the received A-MPDU or when the previous delimiter has been decoded correctly.
ImplicitBARFailureCount
This counter shall be incremented when the expected BlockAck is not received in response to an Implicit BlockAckReq frame.
ExplicitBARFailureCount
This counter shall be incremented when the expected BlockAck is not received in response to an Explicit BlockAckReq.
ChannelWidthSwitchCount
This counter shall be increment when the bandwidth used is switched from 20 to 40 or vice-versa.
TwentyMHzFrameTransmittedCount
This counter shall be incremented when a Frame is transmitted only on the primary channel.
FortyMHzFrameTransmittedCount
This counter shall be incremented when a Frame is transmitted on both control and secondary channels.
TwentyMHzFrameReceivedCount
This counter shall be incremented when a Frame is received only on the primary channel.
FortyMHzFrameReceivedCount
This counter shall be incremented when a Frame is received on both the control and secondary channels.
PSMPSuccessCount
This counter shall be incremented when an allocated PSMP-UTT is used.
PSMPFailureCount
This counter shall be incremented when an allocated PSMP-UTT is not used.
GrantedRDGUsedCount
This counter at the RD initiator shall be incremented when an allocated RDG is used by the station, apart from transmitting a response frame such as ACK or Block Ack frames.
GrantedRDGUnusedCount
This counter at the initiatior shall be incremented when an allocated RDG is not used by the station, apart from transmitting a response frame such as ACK or Block Ack frames.
TransmittedFramesInGrantedRDGCount
This counter at the initiatior shall be incremented for every frame, other than response frames such as ACK or Block Ack frames, transmitted by the station during a granted RDG.
TransmittedOctetsInGrantedRDGCount
This counter at the initiatior shall be incremented by the number of octets in the framebody of a frame, other than response frames such as ACK or Block Ack frames, transmitted by the station during a granted RDG.
BeamformingFrameCount
This counter shall be incremented when th transmitter sends a frame with new/updated beam forming parameters.
DualCTSSuccessCount
This counter shall be incremented when AP sends a dual CTS in response to a STA initiating TXOP in extended range.
DualCTSFailureCount
This counter shall be incremented when AP fails to send a dual CTS in response to a STA initiating TXOP in extended range.
STBCCTSSuccessCount
This counter shall be incremented when AP does not detect a collision PIFS after sending a CTS to self STBC frame in extended range.
STBCCTSFailureCount
This counter shall be incremented when AP detects a collision PIFS after sending a CTS to self STBC frame in extended range.
nonSTBCCTSSuccessCount
This counter shall be incremented when AP does not detect a collision PIFS after sending a CTS to self that is an non-STBC frame in extended range.
nonSTBCCTSFailureCount
This counter shall be incremented when AP detects a collision PIFS after sending a CTS to self that is an non-STBC frame in extended range.
RTSLSIGSuccessCount
This counter shall be incremented when the duration/ID field is set according to the rules of EPP in the received CTS following a transmission of RTS in EPP mode.
RTSLSIGFailureCount
This counter shall be incremented when the duration/ID field is not set according to the rules of EPP in the received CTS following a transmission of RTS in EPP mode.


MIB Reference to Software Version 7.9.5 generated on 2010/10/07. Provided by webmaster@funkwerk-ec.com
Copyright ©2010 by Funkwerk Enterprise Communications GmbH