⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ieee802dot11mib.mib

📁 vworks 下wlan的实现代码
💻 MIB
📖 第 1 页 / 共 5 页
字号:
        STATUS current        DESCRIPTION        "This counter shall increment when an MSDU is not transmitted        successfully due to the number of transmit attempts exceeding        either the  dot11ShortRetryLimit or dot11LongRetryLimit. "    ::= {  dot11CountersEntry 3 }dot11RetryCount OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "This counter shall increment when an MSDU is successfully            transmitted after one or more retransmissions."    ::= {  dot11CountersEntry 4 }dot11MultipleRetryCount OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "This counter shall increment when an MSDU is successfully            transmitted after more than one retransmission."    ::= {  dot11CountersEntry 5 }dot11FrameDuplicateCount  OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "This counter shall increment when a frame is received            that the Sequence Control field indicates is a            duplicate."    ::= {  dot11CountersEntry 6 }dot11RTSSuccessCount OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "This counter shall increment when a CTS is received in            response to an RTS."        ::= {  dot11CountersEntry 7 }dot11RTSFailureCount OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION        "This counter shall increment when a CTS is not received in        response to an RTS."    ::= { dot11CountersEntry 8 }dot11ACKFailureCount OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "This counter shall increment when an ACK is not received            when expected."    ::= {  dot11CountersEntry 9 }dot11ReceivedFragmentCount OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "This counter shall be incremented for each successfully            received MPDU of type Data or Management."    ::= {  dot11CountersEntry 10 }dot11MulticastReceivedFrameCount OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "This counter shall increment when a MSDU is received            with the multicast bit set in the destination            MAC address."    ::= {  dot11CountersEntry 11 }dot11FCSErrorCount OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "This counter shall increment when an FCS error is            detected in a received MPDU."    ::= {  dot11CountersEntry 12 }dot11TransmittedFrameCount OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION"This counter shall increment for each successfully transmitted MSDU."    ::= {  dot11CountersEntry 13 }dot11WEPUndecryptableCount OBJECT-TYPE        SYNTAX Counter32        MAX-ACCESS read-only        STATUS current        DESCRIPTION        "This counter shall increment when a frame is received with        the WEP 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."    ::= { dot11CountersEntry 14 }-- **********************************************************************-- *    End of dot11CountersEntry  TABLE-- **********************************************************************-- **********************************************************************-- *    GroupAddresses  TABLE-- **********************************************************************dot11GroupAddressesTable OBJECT-TYPE        SYNTAX SEQUENCE OF Dot11GroupAddressesEntry        MAX-ACCESS not-accessible        STATUS current        DESCRIPTION            "A conceptual table containing a set of MAC addresses            identifying the multicast addresses for which this STA            will receive frames.  The default value of this attribute            shall be null."    ::= {  dot11mac 3 }dot11GroupAddressesEntry OBJECT-TYPE        SYNTAX Dot11GroupAddressesEntry        MAX-ACCESS not-accessible        STATUS current        DESCRIPTION            "An Entry (conceptual row) in the Group Addresses Table.            ifIndex - Each 802.11 interface is represented by an            ifEntry.  Interface tables in this MIB module are indexed            by ifIndex."        INDEX {ifIndex, dot11GroupAddressesIndex}    ::= {  dot11GroupAddressesTable  1 }Dot11GroupAddressesEntry ::= SEQUENCE {            dot11GroupAddressesIndex    Integer32,            dot11Address                MacAddress,            dot11GroupAddressesStatus   RowStatus}dot11GroupAddressesIndex OBJECT-TYPE        SYNTAX Integer32        MAX-ACCESS not-accessible        STATUS current        DESCRIPTION            "The auxiliary variable used to identify instances            of the columnar objects in the Group Addresses Table."    ::= {  dot11GroupAddressesEntry 1 }dot11Address OBJECT-TYPE        SYNTAX MacAddress        MAX-ACCESS read-create        STATUS current        DESCRIPTION            "MAC address identifying a multicast addresses            from which this STA will receive frames."    ::= {  dot11GroupAddressesEntry 2 }dot11GroupAddressesStatus OBJECT-TYPE        SYNTAX RowStatus        MAX-ACCESS read-create        STATUS current        DESCRIPTION            "The status column used for creating, modifying, and            deleting instances of the columnar objects in the Group            Addresses Table."        DEFVAL {active}    ::= {  dot11GroupAddressesEntry 3 }-- **********************************************************************-- *    End of GroupAddress  TABLE-- **********************************************************************-- **********************************************************************-- *    Resource Type Attribute Templates-- **********************************************************************dot11ResourceTypeIDName OBJECT-TYPE        SYNTAX DisplayString (SIZE(4))        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "Contains the name of the Resource Type ID managed object.            The attribute is read-only and always contains the value            RTID.  This attribute value shall not be used as a naming            attribute for any other managed object class."        REFERENCE "IEEE Std 802.1F-1993,  A.7"        DEFVAL {"RTID"}    ::= {  dot11resAttribute 1 }-- **********************************************************************-- *    dot11ResourceInfo  TABLE-- **********************************************************************dot11ResourceInfoTable OBJECT-TYPE        SYNTAX SEQUENCE OF Dot11ResourceInfoEntry        MAX-ACCESS not-accessible        STATUS current        DESCRIPTION            "Provides a means of indicating, in data readable from a            managed object, information that identifies the source of            the implementation."        REFERENCE "IEEE Std 802.1F-1993,  A.7"    ::= {  dot11resAttribute 2 }dot11ResourceInfoEntry OBJECT-TYPE        SYNTAX Dot11ResourceInfoEntry        MAX-ACCESS not-accessible        STATUS current        DESCRIPTION            "An entry in the dot11ResourceInfo Table.            ifIndex - Each 802.11 interface is represented by an            ifEntry.  Interface tables in this MIB module are indexed            by ifIndex."        INDEX {ifIndex}    ::= {  dot11ResourceInfoTable 1 }Dot11ResourceInfoEntry ::= SEQUENCE {            dot11manufacturerOUI             OCTET STRING,            dot11manufacturerName            DisplayString,            dot11manufacturerProductName     DisplayString,            dot11manufacturerProductVersion  DisplayString}dot11manufacturerOUI OBJECT-TYPE        SYNTAX OCTET STRING (SIZE(3))        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "Takes the value of an organizationally unique identifier."    ::= {  dot11ResourceInfoEntry 1 }dot11manufacturerName OBJECT-TYPE        SYNTAX DisplayString (SIZE(0..128))        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "A printable string used to identify the manufacturer of the            resource.  Maximum string length is 128 octets."    ::= {  dot11ResourceInfoEntry 2 }dot11manufacturerProductName OBJECT-TYPE        SYNTAX DisplayString (SIZE(0..128))        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "A printable string used to identify the manufacturer's product            name of the resource.  Maximum string length is 128 octets."    ::= {  dot11ResourceInfoEntry 3 }dot11manufacturerProductVersion OBJECT-TYPE        SYNTAX DisplayString (SIZE(0..128))        MAX-ACCESS read-only        STATUS current        DESCRIPTION            "Printable string used to identify the manufacturer's product            version of the resource.  Maximum string length is 128 octets."    ::= {  dot11ResourceInfoEntry 4 }-- **********************************************************************-- *    End of dot11ResourceInfo  TABLE-- **********************************************************************-- **********************************************************************-- *   PHY Attribute Templates-- **********************************************************************-- **********************************************************************-- *    dot11PhyOperation  TABLE-- **********************************************************************dot11PhyOperationTable OBJECT-TYPE        SYNTAX SEQUENCE OF Dot11PhyOperationEntry        MAX-ACCESS not-accessible        STATUS current        DESCRIPTION        "PHY level attributes concerned with        operation.  Implemented as a table indexed on        ifIndex to allow for multiple instantiations on an        Agent."    ::= {  dot11phy 1 }dot11PhyOperationEntry OBJECT-TYPE        SYNTAX Dot11PhyOperationEntry        MAX-ACCESS not-accessible        STATUS current        DESCRIPTION            "An entry in the dot11PhyOperation Table.            ifIndex - Each 802.11 interface is represented by an            ifEntry.  Interface tables in this MIB module are indexed            by ifIndex."        INDEX {ifIndex}    ::= {  dot11PhyOperationTable 1 }Dot11PhyOperationEntry ::= SEQUENCE {            dot11PHYType            INTEGER,            dot11CurrentRegDomain   Integer32,            dot11TempType           INTEGER }dot11PHYType OBJECT-TYPE        SYNTAX INTEGER {fhss(1), dsss(2), irbaseband(3)}        MAX-ACCESS read-only        STATUS current        DESCRIPTION        "This is an 8-bit integer value that identifies the PHY type        supported by the attached PLCP and PMD. Currently defined        values and their corresponding PHY types are:        FHSS 2.4 GHz = 01 , DSSS 2.4 GHz = 02, IR Baseband = 03"    ::= {  dot11PhyOperationEntry 1 }dot11CurrentRegDomain OBJECT-TYPE        SYNTAX Integer32        MAX-ACCESS read-write        STATUS current        DESCRIPTION            "The current regulatory domain this instance of the PMD is            supporting.  This object corresponds to one of the            RegDomains listed in dot11RegDomainsSupported."    ::= {   dot11PhyOperationEntry 2 }dot11TempType OBJECT-TYPE        SYNTAX INTEGER {tempType1(1), tempType2(2) }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -