Path: blob/main/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt
109733 views
--1-- Copyright (C) 2010 The FreeBSD Foundation2--3-- This documentation was written by Shteryana Sotirova Shopova under4-- sponsorship from the FreeBSD Foundation.5--6-- Redistribution and use in source and binary forms, with or without7-- modification, are permitted provided that the following conditions8-- are met:9-- 1. Redistributions of source code must retain the above copyright10-- notice, this list of conditions and the following disclaimer.11-- 2. Redistributions in binary form must reproduce the above copyright12-- notice, this list of conditions and the following disclaimer in the13-- documentation and/or other materials provided with the distribution.14--15-- THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND16-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE17-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE18-- ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE19-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL20-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS21-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)22-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT23-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY24-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF25-- SUCH DAMAGE.26--2728BEGEMOT-WIRELESS-MIB DEFINITIONS ::= BEGIN2930IMPORTS31MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,32Counter32, Integer32, TimeTicks, Unsigned32, mib-233FROM SNMPv2-SMI34TEXTUAL-CONVENTION, MacAddress, TruthValue, RowStatus,35DisplayString36FROM SNMPv2-TC37InterfaceIndex, ifIndex FROM IF-MIB38begemot39FROM BEGEMOT-MIB;4041begemotWlan MODULE-IDENTITY42LAST-UPDATED "201005170000Z"43ORGANIZATION "The FreeBSD Foundation"44CONTACT-INFO45" Shteryana Shopova4647Postal: 12 Andrey Lyapchev Blvd.48block 2, ap.19491797 Sofia50Bulgaria5152Fax: N/A5354E-Mail: [email protected]"55DESCRIPTION56"The Begemot MIB for managing IEEE802.11 interfaces."57REVISION "201005170000Z"58DESCRIPTION59"Initial revision."60::= { begemot 210 }6162-- ---------------------------------------------------------- --63-- Textual conventions64-- ---------------------------------------------------------- --65WlanMgmtReasonCode ::= TEXTUAL-CONVENTION66STATUS current67DESCRIPTION68"Enumeration of reason and codes used in IEEE802.1169management frames to indicate why an action took place."70SYNTAX INTEGER {71unspecified(1),72authenticationExpire(2),73authenticationLeave(3),74associationExpire(4),75associationTooMany(5),76notAuthenticated(6),77notAssociated(7),78associationLeave(8),79associationNotAuthenticated(9),80-- XXX: TODO - FIXME81dissassocPwrcapBad(10),82dissassocSuperchanBad(11),83ieInvalid(13),84micFailure(14),85fourWayHandshakeTimeout(15),86groupKeyUpdateTimeout(16),87ieIn4FourWayDiffers(17),88groupCipherInvalid(18),89pairwiseCiherInvalid(19),90akmpInvalid(20),91unsupportedRsnIeVersion(21),92invalidRsnIeCap(22),93dot1xAuthFailed(23),94cipherSuiteRejected(24),95unspeciffiedQos(32),96insufficientBw(33),97tooManyFrames(34),98outsideTxOp(35),99leavingQbss(36),100badMechanism(37),101setupNeeded(38),102timeout(39)103}104105WlanMgmtMeshReasonCode ::= TEXTUAL-CONVENTION106STATUS current107DESCRIPTION108"Enumeration of reason and codes used in IEEE802.11109mesh routing management frames to indicate why an110action took place."111SYNTAX INTEGER {112-- XXX: TODO - FIXME113peerLinkCancelled(2),114maxPeers(3),115cpViolation(4),116closeRcvd(5),117maxRetries(6),118confirmTimeout(7),119invalidGtk(8),120inconsistentParams(9),121invalidSecurity(10),122perrUnspecified(11),123perrNoFI(12),124perrDestUnreach(13)125}126127WlanMgmtStatusCode ::= TEXTUAL-CONVENTION128STATUS current129DESCRIPTION130"Enumeration of reason and codes used in IEEE802.11131management frames to indicate what the result of an132operation is."133SYNTAX INTEGER {134-- XXX: TODO - FIXME135success(0),136unspecified(1),137capabilitiesInfo(10),138notAssociated(11),139other(12),140algorithm(13),141sequence(14),142challenge(15),143timeout(16),144tooMany(17),145basicRate(18),146spRequired(19),147pbccRequired(20),148caRequired(21),149specMgmtRequired(22),150pwrcapRequire(23),151superchanRequired(24),152shortSlotRequired(25),153dssofdmRequired(26),154missingHTCaps(27),155invalidIE(40),156groupCipherInvalid(41),157pairwiseCipherInvalid(42),158akmpInvalid(43),159unsupportedRsnIEVersion(44),160invalidRsnIECap(45),161cipherSuiteRejected(46)162}163164WlanRegDomainCode ::= TEXTUAL-CONVENTION165STATUS current166DESCRIPTION167"Enumeration of regdomain codes."168SYNTAX INTEGER {169fcc(1),170ca(2),171etsi(3),172etsi2(4),173etsi3(5),174fcc3(6),175japan(7),176korea(8),177apac(9),178apac2(10),179apac3(11),180row(12),181none(13),182debug(14),183sr9(15),184xr9(16),185gz901(17)186}187188WlanIfaceDot11nPduType ::= TEXTUAL-CONVENTION189STATUS current190DESCRIPTION191"Enumeration of values for PDU transmit/receive enabled."192SYNTAX INTEGER {193disabled(0),194rxOnly(1),195txOnly(2),196txAndRx(3)197}198199WlanPeerCapabilityFlags ::= TEXTUAL-CONVENTION200STATUS current201DESCRIPTION202"A list of capability bits that may be advertised by a peer."203SYNTAX BITS {204ess(1),205ibss(2),206cfPollable(3),207cfPollRequest(4),208privacy(5),209shortPreamble(6),210pbcc(7),211channelAgility(8),212shortSlotTime(9),213rsn(10),214dsssofdm(11)215}216217WlanIfPhyMode ::= TEXTUAL-CONVENTION218STATUS current219DESCRIPTION220"A list of wireless PHY operating modes."221SYNTAX INTEGER {222auto(1),223dot11a(2),224dot11b(3),225dot11g(4),226fh(5),227turboA(6),228turboG(7),229sturboA(8),230dot11na(9),231dot11ng(10),232ofdmHalf(11),233ofdmQuarter(12)234}235236-- ---------------------------------------------------------- --237-- Subtrees in the Begemot Wireless MIB238-- ---------------------------------------------------------- --239begemotWlanNotifications OBJECT IDENTIFIER ::= { begemotWlan 0 }240241begemotWlanInterface OBJECT IDENTIFIER ::= { begemotWlan 1 }242243begemotWlanScanning OBJECT IDENTIFIER ::= { begemotWlan 2 }244245begemotWlanStatistics OBJECT IDENTIFIER ::= { begemotWlan 3 }246247begemotWlanWep OBJECT IDENTIFIER ::= { begemotWlan 4 }248249begemotWlanMACAccessControl OBJECT IDENTIFIER ::= { begemotWlan 5 }250251begemotWlanMeshRouting OBJECT IDENTIFIER ::= { begemotWlan 6 }252253-- ---------------------------------------------------------- --254-- begemotWlanMultimedia OBJECT IDENTIFIER ::= { begemotWlan 7 }255-- ---------------------------------------------------------- --256257-- ---------------------------------------------------------- --258-- Cloned wireless interfaces' database259-- ---------------------------------------------------------- --260wlanInterfaceTable OBJECT-TYPE261SYNTAX SEQUENCE OF WlanInterfaceEntry262MAX-ACCESS not-accessible263STATUS current264DESCRIPTION265"A table that contains the list of cloned wireless266interfaces created on the system."267::= { begemotWlanInterface 1 }268269wlanInterfaceEntry OBJECT-TYPE270SYNTAX WlanInterfaceEntry271MAX-ACCESS not-accessible272STATUS current273DESCRIPTION274"Information for a cloned wireless interface."275INDEX { wlanIfaceName }276::= { wlanInterfaceTable 1 }277278WlanInterfaceEntry ::= SEQUENCE {279wlanIfaceIndex InterfaceIndex,280wlanIfaceName DisplayString,281wlanParentIfName DisplayString,282wlanIfaceOperatingMode INTEGER,283wlanIfaceFlags BITS,284wlanIfaceBssid MacAddress,285wlanIfaceLocalAddress MacAddress,286wlanIfaceStatus RowStatus,287wlanIfaceState INTEGER288}289290wlanIfaceIndex OBJECT-TYPE291SYNTAX InterfaceIndex292MAX-ACCESS read-only293STATUS current294DESCRIPTION295"The ifIndex of this cloned wireless interface."296::= { wlanInterfaceEntry 1 }297298wlanIfaceName OBJECT-TYPE299SYNTAX DisplayString (SIZE(1..32))300MAX-ACCESS read-create301STATUS current302DESCRIPTION303"The name of this cloned wireless interface."304::= { wlanInterfaceEntry 2 }305306wlanParentIfName OBJECT-TYPE307SYNTAX DisplayString (SIZE(1..32))308MAX-ACCESS read-create309STATUS current310DESCRIPTION311"The name of this cloned wireless interface's parent hardware312interface."313::= { wlanInterfaceEntry 3 }314315wlanIfaceOperatingMode OBJECT-TYPE316SYNTAX INTEGER {317ibss(0),318station(1),319wds(2),320adhocDemo(3),321hostAp(4),322monitor(5),323meshPoint(6),324tdma(7)325}326MAX-ACCESS read-create327STATUS current328DESCRIPTION329"The desired operating mode of the cloned wireless interface."330DEFVAL { station }331::= { wlanInterfaceEntry 4 }332333wlanIfaceFlags OBJECT-TYPE334SYNTAX BITS {335uniqueBssid(1),336noBeacons(2),337wdsLegacy(3)338}339MAX-ACCESS read-create340STATUS current341DESCRIPTION342"Flags per cloned wireless interface used during creation."343::= { wlanInterfaceEntry 5 }344345wlanIfaceBssid OBJECT-TYPE346SYNTAX MacAddress347MAX-ACCESS read-create348STATUS current349DESCRIPTION350"The BSSID assigned to a cloned wireless interface operating in351WDS mode."352::= { wlanInterfaceEntry 6 }353354wlanIfaceLocalAddress OBJECT-TYPE355SYNTAX MacAddress356MAX-ACCESS read-create357STATUS current358DESCRIPTION359"The unique local MAC address assigned to the cloned wireless360interface during creation."361::= { wlanInterfaceEntry 7 }362363wlanIfaceStatus OBJECT-TYPE364SYNTAX RowStatus365MAX-ACCESS read-create366STATUS current367DESCRIPTION368"This column allows creation or deletion of cloned wireless369interfaces."370::= { wlanInterfaceEntry 8 }371372wlanIfaceState OBJECT-TYPE373SYNTAX INTEGER {374up(1),375down(2)376}377MAX-ACCESS read-create378STATUS current379DESCRIPTION380"The operating state of the interface."381::= { wlanInterfaceEntry 9 }382383wlanIfParentTable OBJECT-TYPE384SYNTAX SEQUENCE OF WlanIfParentEntry385MAX-ACCESS not-accessible386STATUS current387DESCRIPTION388"A table that contains information about the parent hardware389interface of every cloned wireless interface in the system."390::= { begemotWlanInterface 2 }391392wlanIfParentEntry OBJECT-TYPE393SYNTAX WlanIfParentEntry394MAX-ACCESS not-accessible395STATUS current396DESCRIPTION397"Information for the parent hardware interface of a cloned398wireless interface."399AUGMENTS { wlanInterfaceEntry }400::= { wlanIfParentTable 1 }401402WlanIfParentEntry ::= SEQUENCE {403wlanIfParentDriverCapabilities BITS,404wlanIfParentCryptoCapabilities BITS,405wlanIfParentHTCapabilities BITS406}407408wlanIfParentDriverCapabilities OBJECT-TYPE409SYNTAX BITS {410station(1),411ieee8023encap(2),412athFastFrames(3),413athTurbo(4),414ibss(5),415pmgt(6),416hostAp(7),417ahDemo(8),418swRetry(9),419txPmgt(10),420shortSlot(11),421shortPreamble(12),422monitor(13),423dfs(14),424mbss(15),425wpa1(16),426wpa2(17),427burst(18),428wme(19),429wds(20),430bgScan(21),431txFrag(22),432tdma(23)433}434MAX-ACCESS read-only435STATUS current436DESCRIPTION437"The driver capabilities of this cloned interface's parent."438::= { wlanIfParentEntry 1 }439440wlanIfParentCryptoCapabilities OBJECT-TYPE441SYNTAX BITS {442wep(1),443tkip(2),444aes(3),445aesCcm(4),446tkipMic(5),447ckip(6)448}449MAX-ACCESS read-only450STATUS current451DESCRIPTION452"The hardware cryptographic capabilities of this cloned453interface's parent."454::= { wlanIfParentEntry 2 }455456wlanIfParentHTCapabilities OBJECT-TYPE457SYNTAX BITS {458ldpc(1),459chwidth40(2),460greenField(3),461shortGi20(4),462shortGi40(5),463txStbc(6),464delba(7),465amsdu7935(8),466dssscck40(9),467psmp(10),468fortyMHzIntolerant(11),469lsigTxOpProt(12),470htcAmpdu(13),471htcAmsdu(14),472htcHt(15),473htcSmps(16),474htcRifs(17)475}476MAX-ACCESS read-only477STATUS current478DESCRIPTION479"The hardware High Throughput capabilities of this cloned480interface's parent."481::= { wlanIfParentEntry 3 }482483wlanIfaceConfigTable OBJECT-TYPE484SYNTAX SEQUENCE OF WlanIfaceConfigEntry485MAX-ACCESS not-accessible486STATUS current487DESCRIPTION488"A table that contains a list of configuration parameters per489cloned wireless interface. Some of the parameters may not be490applicable depending on the underlying device's hardware491capabilities and operating mode of the virtual interface."492::= { begemotWlanInterface 3 }493494wlanIfaceConfigEntry OBJECT-TYPE495SYNTAX WlanIfaceConfigEntry496MAX-ACCESS not-accessible497STATUS current498DESCRIPTION499"A list of configuration parameters for a cloned wireless interface."500AUGMENTS { wlanInterfaceEntry }501::= { wlanIfaceConfigTable 1 }502503WlanIfaceConfigEntry ::= SEQUENCE {504wlanIfacePacketBurst TruthValue,505wlanIfaceCountryCode OCTET STRING,506wlanIfaceRegDomain INTEGER,507wlanIfaceDesiredSsid OCTET STRING,508wlanIfaceDesiredChannel INTEGER,509wlanIfaceDynamicFreqSelection TruthValue,510wlanIfaceFastFrames TruthValue,511wlanIfaceDturbo TruthValue,512wlanIfaceTxPower INTEGER,513wlanIfaceFragmentThreshold INTEGER,514wlanIfaceRTSThreshold INTEGER,515wlanIfaceWlanPrivacySubscribe TruthValue,516-- Parameters for station mode517wlanIfaceBgScan TruthValue,518wlanIfaceBgScanIdle INTEGER,519wlanIfaceBgScanInterval INTEGER,520wlanIfaceBeaconMissedThreshold INTEGER,521wlanIfaceDesiredBssid MacAddress,522wlanIfaceRoamingMode INTEGER,523-- Additional parameters when operating in host-ap/ad-hoc mode524wlanIfaceDot11d TruthValue,525wlanIfaceDot11h TruthValue,526wlanIfaceDynamicWds TruthValue,527wlanIfacePowerSave TruthValue,528wlanIfaceApBridge TruthValue,529wlanIfaceBeaconInterval INTEGER,530wlanIfaceDtimPeriod INTEGER,531wlanIfaceHideSsid TruthValue,532wlanIfaceInactivityProccess TruthValue,533wlanIfaceDot11gProtMode INTEGER,534wlanIfaceDot11gPureMode TruthValue,535wlanIfaceDot11nPureMode TruthValue,536wlanIfaceDot11nAmpdu INTEGER,537wlanIfaceDot11nAmpduDensity INTEGER,538wlanIfaceDot11nAmpduLimit INTEGER,539wlanIfaceDot11nAmsdu INTEGER,540wlanIfaceDot11nAmsduLimit INTEGER,541wlanIfaceDot11nHighThroughput TruthValue,542wlanIfaceDot11nHTCompatible TruthValue,543wlanIfaceDot11nHTProtMode INTEGER,544wlanIfaceDot11nRIFS TruthValue,545wlanIfaceDot11nShortGI TruthValue,546wlanIfaceDot11nSMPSMode INTEGER,547-- Parameters when operating in tdma mode548wlanIfaceTdmaSlot INTEGER,549wlanIfaceTdmaSlotCount INTEGER,550wlanIfaceTdmaSlotLength INTEGER,551wlanIfaceTdmaBeaconInterval INTEGER552}553554wlanIfacePacketBurst OBJECT-TYPE555SYNTAX TruthValue556MAX-ACCESS read-write557STATUS current558DESCRIPTION559"The value of this object controls whether packet bursting is560enabled on the interface."561::= { wlanIfaceConfigEntry 1 }562563wlanIfaceCountryCode OBJECT-TYPE564SYNTAX OCTET STRING (SIZE(3))565MAX-ACCESS read-write566STATUS current567DESCRIPTION568"The value of this object controls the country regulatory569constraints for operation of this wireless interface. The first570two octets of this string is the two character country code as571described in ISO/IEC 3166-1. The third octet shall contain one572of the following:5735741. an ASCII space character, if the regulations under which the575interface is operating include all environments in the specified576country.5775782. an ASCII 'O' character, if the country's regulations are for579Outdoor environment only.5805813. an ASCII 'I' character, if the country's regulations are for582Indoor environment only."583::= { wlanIfaceConfigEntry 2 }584585wlanIfaceRegDomain OBJECT-TYPE586SYNTAX WlanRegDomainCode587MAX-ACCESS read-write588STATUS current589DESCRIPTION590"This object specifies the regulatory domain to use when calculating591the regulatory constraints for operation of the interface."592::= { wlanIfaceConfigEntry 3 }593594wlanIfaceDesiredSsid OBJECT-TYPE595SYNTAX OCTET STRING (SIZE(0..32))596MAX-ACCESS read-write597STATUS current598DESCRIPTION599"The desired SSID for the interface as an ASCII string.600Specifying an empty string shall remove the current configured601SSID."602::= { wlanIfaceConfigEntry 4 }603604wlanIfaceDesiredChannel OBJECT-TYPE605SYNTAX INTEGER606MAX-ACCESS read-write607STATUS current608DESCRIPTION609"The desired operating channel for this interface. The value of this610column is the channel index (wlanIfaceChannelId) of the corresponding611entry from the wlanIfaceChannelTable. The interface status must be612down so that the current operating channel may be set properly."613::= { wlanIfaceConfigEntry 5 }614615wlanIfaceDynamicFreqSelection OBJECT-TYPE616SYNTAX TruthValue617MAX-ACCESS read-write618STATUS current619DESCRIPTION620"The value of this object specifies whether Dynamic Frequency621Selection (DFS) as specified in 802.11h is enabled on an622interface that supports 802.11h and DFS."623DEFVAL { false }624::= { wlanIfaceConfigEntry 6 }625626wlanIfaceFastFrames OBJECT-TYPE627SYNTAX TruthValue628MAX-ACCESS read-write629STATUS current630DESCRIPTION631"The value of this object controls whether use of Atheros Fast632Frames is enabled when when communicating with another Fast633Frames-capable station. The value is only meaningful for634interfaces that support Atheros Fast Frames."635::= { wlanIfaceConfigEntry 7 }636637wlanIfaceDturbo OBJECT-TYPE638SYNTAX TruthValue639MAX-ACCESS read-write640STATUS current641DESCRIPTION642"The value of this object controls whether use of Atheros Dynamic643Turbo mode is enabled when when communicating with another Dynamic644Turbo-capable station. The value is only meaningful for interfaces645that support Atheros Dynamic Turbo mode."646::= { wlanIfaceConfigEntry 8 }647648wlanIfaceTxPower OBJECT-TYPE649SYNTAX INTEGER650MAX-ACCESS read-write651STATUS current652DESCRIPTION653"The value of this object controls the power used to transmit654frames. Accepted values are in units of one tenths of a dBm in655steps of .5 dBm, e.g setting the value of this object to 155656results in 15.5 dBm transmit power configured on the interface."657::= { wlanIfaceConfigEntry 9 }658659wlanIfaceFragmentThreshold OBJECT-TYPE660SYNTAX INTEGER (256..2346)661MAX-ACCESS read-write662STATUS current663DESCRIPTION664"The value of this object controls the threshold for which665transmitted frames are broken into fragments. Setting the value666of this object to 2346 will disable transmit fragmentation."667DEFVAL { 2346 }668::= { wlanIfaceConfigEntry 10 }669670wlanIfaceRTSThreshold OBJECT-TYPE671SYNTAX INTEGER (1..2346)672UNITS "bytes"673MAX-ACCESS read-write674STATUS current675DESCRIPTION676"The value of this object controls the threshold for which677transmitted frames are preceded by transmission of an RTS678control frame. Setting the value of this object to 2346 will679disable transmission of RTS frames."680DEFVAL { 2346 }681::= { wlanIfaceConfigEntry 11 }682683wlanIfaceWlanPrivacySubscribe OBJECT-TYPE684SYNTAX TruthValue685MAX-ACCESS read-write686STATUS current687DESCRIPTION688"The value of this object specifies whether Wireless Privacy689Subscriber support is enabled on the interface."690::= { wlanIfaceConfigEntry 12 }691692wlanIfaceBgScan OBJECT-TYPE693SYNTAX TruthValue694MAX-ACCESS read-write695STATUS current696DESCRIPTION697"The value of this object specifies whether background scanning698is enabled for an interface operating in station mode."699::= { wlanIfaceConfigEntry 13 }700701wlanIfaceBgScanIdle OBJECT-TYPE702SYNTAX INTEGER703UNITS "milliseconds"704MAX-ACCESS read-write705STATUS current706DESCRIPTION707"The value of this object specifies the minimum time a station must708be idle before a background scan is initiated on an interface709operating in station mode."710DEFVAL { 250 }711::= { wlanIfaceConfigEntry 14 }712713wlanIfaceBgScanInterval OBJECT-TYPE714SYNTAX INTEGER715UNITS "seconds"716MAX-ACCESS read-write717STATUS current718DESCRIPTION719"The value of this object specifies the interval at which background720scanning is attempted when operating in station mode."721DEFVAL { 300 }722::= { wlanIfaceConfigEntry 15 }723724wlanIfaceBeaconMissedThreshold OBJECT-TYPE725SYNTAX INTEGER (1..255)726UNITS "frames"727MAX-ACCESS read-write728STATUS current729DESCRIPTION730"The value of this object specifies the number of consecutive missed731beacons before an interface operating in station mode will attempt732to search for a new access point."733DEFVAL { 7 }734::= { wlanIfaceConfigEntry 16 }735736wlanIfaceDesiredBssid OBJECT-TYPE737SYNTAX MacAddress738MAX-ACCESS read-write739STATUS current740DESCRIPTION741"The value of this object specifies the MAC address of the desired742access point to use when an interface is operating as a station."743::= { wlanIfaceConfigEntry 17 }744745wlanIfaceRoamingMode OBJECT-TYPE746SYNTAX INTEGER {747device(1),748auto(2),749manual(3)750}751MAX-ACCESS read-write752STATUS current753DESCRIPTION754"The value of this object specifies the desired system behavior755when the interface is operating as a station and the communication756with the current access point is broken."757DEFVAL { auto }758::= { wlanIfaceConfigEntry 18 }759760wlanIfaceDot11d OBJECT-TYPE761SYNTAX TruthValue762MAX-ACCESS read-write763STATUS current764DESCRIPTION765"The value of this object specifies whether 802.11d specification766support is enabled."767DEFVAL { false }768::= { wlanIfaceConfigEntry 19 }769770wlanIfaceDot11h OBJECT-TYPE771SYNTAX TruthValue772MAX-ACCESS read-write773STATUS current774DESCRIPTION775"The value of this object specifies whether 802.11h support776including spectrum management is enabled. The value is only777meaningfull for interfaces that support 802.11h specification."778DEFVAL { false }779::= { wlanIfaceConfigEntry 20 }780781wlanIfaceDynamicWds OBJECT-TYPE782SYNTAX TruthValue783MAX-ACCESS read-write784STATUS current785DESCRIPTION786"The value of this object specifies whether Dynamic WDS (DWDS)787support is enabled. The value is only meaningful for interfaces788that support Dynamic WDS."789::= { wlanIfaceConfigEntry 21 }790791wlanIfacePowerSave OBJECT-TYPE792SYNTAX TruthValue793MAX-ACCESS read-write794STATUS current795DESCRIPTION796"The value of this object specifies whether powersave operation797is enabled. The value is only meaningful for interfaces that798support powersave operation."799::= { wlanIfaceConfigEntry 22 }800801wlanIfaceApBridge OBJECT-TYPE802SYNTAX TruthValue803MAX-ACCESS read-write804STATUS current805DESCRIPTION806"The value of this object specifies whether packets between807wireless clients will be passed directly by an interface808operating in host ap mode. Disabling it may be useful in809situations when traffic between wireless clients needs to be810processed with packet filtering."811DEFVAL { true }812::= { wlanIfaceConfigEntry 23 }813814wlanIfaceBeaconInterval OBJECT-TYPE815SYNTAX INTEGER (25..1000)816MAX-ACCESS read-write817STATUS current818DESCRIPTION819"The value of this object specifies the interval at with beacon820frames are sent when an interface is operating in ad-hoc or ap821mode. The beacon interval is specified in TU's (1024 usecs)."822DEFVAL { 100 }823::= { wlanIfaceConfigEntry 24 }824825wlanIfaceDtimPeriod OBJECT-TYPE826SYNTAX INTEGER (1..15)827MAX-ACCESS read-write828STATUS current829DESCRIPTION830"The value of this object specifies the DTIM period at which831buffered multicast data frames are transmitted by an interface832operating in host ap mode. Its value indicates the number of833beacon intervals between DTIM."834DEFVAL { 1 }835::= { wlanIfaceConfigEntry 25 }836837wlanIfaceHideSsid OBJECT-TYPE838SYNTAX TruthValue839MAX-ACCESS read-write840STATUS current841DESCRIPTION842"The value of this object specifies whether broadcasting of the843SSID in beacon frames and responding to undirected probe request844frames is enabled for an interface operating in ap mode."845DEFVAL { false }846::= { wlanIfaceConfigEntry 26 }847848wlanIfaceInactivityProccess OBJECT-TYPE849SYNTAX TruthValue850MAX-ACCESS read-write851STATUS current852DESCRIPTION853"The value of this object specifies whether inactivity processing854for associated station on an interface operating in ap mode is855enabled."856DEFVAL { true }857::= { wlanIfaceConfigEntry 27 }858859wlanIfaceDot11gProtMode OBJECT-TYPE860SYNTAX INTEGER {861off(1),862cts(2),863rtscts(3)864}865MAX-ACCESS read-write866STATUS current867DESCRIPTION868"The value of this object specifies the technique used for869protecting OFDM frames in a mixed 11b/11g network."870::= { wlanIfaceConfigEntry 28 }871872wlanIfaceDot11gPureMode OBJECT-TYPE873SYNTAX TruthValue874MAX-ACCESS read-write875STATUS current876DESCRIPTION877"The value of this object specifies whether only 802.11g-capable878stations will be allowed to associate to an interface operating879as access point in 802.11g mode."880::= { wlanIfaceConfigEntry 29 }881882wlanIfaceDot11nPureMode OBJECT-TYPE883SYNTAX TruthValue884MAX-ACCESS read-write885STATUS current886DESCRIPTION887"The value of this object specifies whether only HT-capable888stations will be allowed to associate to an interface operating889as access point in 802.11n mode."890::= { wlanIfaceConfigEntry 30 }891892wlanIfaceDot11nAmpdu OBJECT-TYPE893SYNTAX WlanIfaceDot11nPduType894MAX-ACCESS read-write895STATUS current896DESCRIPTION897"The value of this object specifies whether sending and898receiving of AMPDU frames is enabled on an interface899operating in 802.11n mode."900DEFVAL { txAndRx }901::= { wlanIfaceConfigEntry 31 }902903wlanIfaceDot11nAmpduDensity OBJECT-TYPE904SYNTAX INTEGER (0|25|50|100|200|400|800|1600)905UNITS "1/100ths-of-microsecond"906MAX-ACCESS read-write907STATUS current908DESCRIPTION909"The value of this object specifies the AMPDU density parameter910for an interface operating in 802.11n mode."911::= { wlanIfaceConfigEntry 32 }912913wlanIfaceDot11nAmpduLimit OBJECT-TYPE914SYNTAX INTEGER (8192|16384|32768|65536)915MAX-ACCESS read-write916STATUS current917DESCRIPTION918"The value of this object specifies a limit on the AMPDU packet919size for receiving AMPDU frames for an interface operating in920802.11n mode."921::= { wlanIfaceConfigEntry 33 }922923wlanIfaceDot11nAmsdu OBJECT-TYPE924SYNTAX WlanIfaceDot11nPduType925MAX-ACCESS read-write926STATUS current927DESCRIPTION928"The value of this object specifies whether sending and receiving929of AMSDU frames is enabled on an interface operating in 802.11n930mode."931DEFVAL { rxOnly }932::= { wlanIfaceConfigEntry 34 }933934wlanIfaceDot11nAmsduLimit OBJECT-TYPE935SYNTAX INTEGER (3839|7935)936MAX-ACCESS read-write937STATUS current938DESCRIPTION939"The value of this object specifies a limit on the AMSDU packet940size when sending and receiving AMSDU frames for an interface941operating in 802.11n mode."942::= { wlanIfaceConfigEntry 35 }943944wlanIfaceDot11nHighThroughput OBJECT-TYPE945SYNTAX TruthValue946MAX-ACCESS read-write947STATUS current948DESCRIPTION949"The value of this object specifies whether use of High Throughput950(HT) is enabled for an interface operating in 802.11n mode."951DEFVAL { true }952::= { wlanIfaceConfigEntry 36 }953954wlanIfaceDot11nHTCompatible OBJECT-TYPE955SYNTAX TruthValue956MAX-ACCESS read-write957STATUS current958DESCRIPTION959"The value of this object specifies whether use of compatibility960support for pre-802.11n devices is enabled for an interface961operating in 802.11n mode."962DEFVAL { true }963::= { wlanIfaceConfigEntry 37 }964965wlanIfaceDot11nHTProtMode OBJECT-TYPE966SYNTAX INTEGER {967off(1),968rts(2)969}970MAX-ACCESS read-write971STATUS current972DESCRIPTION973"The value of this object specifies the technique used for974protecting HT frames in a mixed legacy/HT network for interfaces975operating in 802.11n mode."976DEFVAL { rts }977::= { wlanIfaceConfigEntry 38 }978979wlanIfaceDot11nRIFS OBJECT-TYPE980SYNTAX TruthValue981MAX-ACCESS read-write982STATUS current983DESCRIPTION984"The value of this object specifies whether Reduced InterFrame985Spacing (RIFS) is enabled for an interface operating in 802.11n986mode on an HT channel."987::= { wlanIfaceConfigEntry 39 }988989wlanIfaceDot11nShortGI OBJECT-TYPE990SYNTAX TruthValue991MAX-ACCESS read-write992STATUS current993DESCRIPTION994"The value of this object specifies whether use of Short Guard995Interval is enabled on an interface operating in 802.11n mode996on an HT channel."997::= { wlanIfaceConfigEntry 40 }998999wlanIfaceDot11nSMPSMode OBJECT-TYPE1000SYNTAX INTEGER {1001disabled(1),1002static(2),1003dynamic(3)1004}1005MAX-ACCESS read-write1006STATUS current1007DESCRIPTION1008"The value of this object specifies whether use of Spatial Multiplexing1009Power Save (SMPS) is enabled on an interface operating in 802.11n mode1010and whether SMPS mode is set to Static or Dynamic. The value is only1011meaningfull for interfaces that support SMPS."1012::= { wlanIfaceConfigEntry 41 }10131014wlanIfaceTdmaSlot OBJECT-TYPE1015SYNTAX INTEGER (0..2)1016MAX-ACCESS read-write1017STATUS current1018DESCRIPTION1019"The value of this object specifies the slot configuration to use1020when operating in TDMA mode."1021::= { wlanIfaceConfigEntry 42 }10221023wlanIfaceTdmaSlotCount OBJECT-TYPE1024SYNTAX INTEGER (0..2)1025MAX-ACCESS read-write1026STATUS current1027DESCRIPTION1028"The value of this object specifies the number of slots to use to1029setup a BSS for an interface operating in TDMA mode."1030::= { wlanIfaceConfigEntry 43 }10311032wlanIfaceTdmaSlotLength OBJECT-TYPE1033SYNTAX INTEGER (150..65000)1034UNITS "microseconds"1035MAX-ACCESS read-write1036STATUS current1037DESCRIPTION1038"The value of this object specifies a slot length that each station1039has when a BSS is setup by an interface operating in TDMA mode."1040DEFVAL { 10000 }1041::= { wlanIfaceConfigEntry 44 }10421043wlanIfaceTdmaBeaconInterval OBJECT-TYPE1044SYNTAX INTEGER1045MAX-ACCESS read-write1046STATUS current1047DESCRIPTION1048"The value of this object specifies the number of superframes at1049which a beacon frame is sent to synchronize the TDMA slot timing1050for interfaces operating in TDMA mode."1051DEFVAL { 5 }1052::= { wlanIfaceConfigEntry 45 }10531054wlanIfacePeerTable OBJECT-TYPE1055SYNTAX SEQUENCE OF WlanIfacePeerEntry1056MAX-ACCESS not-accessible1057STATUS current1058DESCRIPTION1059"A table that contains information about the associated stations1060for an interface operating as an access point, or the stations1061identified as neighbors in the IBSS for an interface operating in1062adhoc mode."1063::= { begemotWlanInterface 4 }10641065wlanIfacePeerEntry OBJECT-TYPE1066SYNTAX WlanIfacePeerEntry1067MAX-ACCESS not-accessible1068STATUS current1069DESCRIPTION1070"An entry that contains information for the associated stations1071for an interface operating as an access point, or the neighboring1072stations of an interface in adhoc mode."1073INDEX { wlanIfaceName, wlanIfacePeerAddress }1074::= { wlanIfacePeerTable 1 }10751076WlanIfacePeerEntry ::= SEQUENCE {1077wlanIfacePeerAddress MacAddress,1078wlanIfacePeerAssociationId INTEGER,1079wlanIfacePeerVlanTag INTEGER,1080wlanIfacePeerFrequency INTEGER,1081wlanIfacePeerCurrentTXRate INTEGER,1082wlanIfacePeerRxSignalStrength INTEGER,1083wlanIfacePeerIdleTimer INTEGER,1084wlanIfacePeerTxSequenceNo INTEGER,1085wlanIfacePeerRxSequenceNo INTEGER,1086wlanIfacePeerTxPower INTEGER,1087wlanIfacePeerCapabilities BITS,1088wlanIfacePeerFlags BITS1089}10901091wlanIfacePeerAddress OBJECT-TYPE1092SYNTAX MacAddress1093MAX-ACCESS read-only1094STATUS current1095DESCRIPTION1096"The MAC address of this peer."1097::= { wlanIfacePeerEntry 1 }10981099wlanIfacePeerAssociationId OBJECT-TYPE1100SYNTAX INTEGER1101MAX-ACCESS read-only1102STATUS current1103DESCRIPTION1104"The ID of the associacition with this peer."1105::= { wlanIfacePeerEntry 2 }11061107wlanIfacePeerVlanTag OBJECT-TYPE1108SYNTAX INTEGER (0..4096)1109MAX-ACCESS read-write1110STATUS current1111DESCRIPTION1112"The Vlan Tag for traffic to/from this peer."1113::= { wlanIfacePeerEntry 3 }11141115wlanIfacePeerFrequency OBJECT-TYPE1116SYNTAX INTEGER1117MAX-ACCESS read-only1118STATUS current1119DESCRIPTION1120"The operating frequency for the link with this peer."1121::= { wlanIfacePeerEntry 4 }11221123wlanIfacePeerCurrentTXRate OBJECT-TYPE1124SYNTAX INTEGER1125MAX-ACCESS read-only1126STATUS current1127DESCRIPTION1128"The current transmit rate for this peer."1129::= { wlanIfacePeerEntry 5 }11301131wlanIfacePeerRxSignalStrength OBJECT-TYPE1132SYNTAX INTEGER1133MAX-ACCESS read-only1134STATUS current1135DESCRIPTION1136"The average receive signal strength for this peer."1137::= { wlanIfacePeerEntry 6 }11381139wlanIfacePeerIdleTimer OBJECT-TYPE1140SYNTAX INTEGER1141UNITS "seconds"1142MAX-ACCESS read-only1143STATUS current1144DESCRIPTION1145"The value of this peer's inactivity timer."1146::= { wlanIfacePeerEntry 7 }11471148wlanIfacePeerTxSequenceNo OBJECT-TYPE1149SYNTAX INTEGER1150MAX-ACCESS read-only1151STATUS current1152DESCRIPTION1153"The last sequence number transmitted to this peer."1154::= { wlanIfacePeerEntry 8 }11551156wlanIfacePeerRxSequenceNo OBJECT-TYPE1157SYNTAX INTEGER1158MAX-ACCESS read-only1159STATUS current1160DESCRIPTION1161"The last sequence number received from this peer."1162::= { wlanIfacePeerEntry 9 }11631164wlanIfacePeerTxPower OBJECT-TYPE1165SYNTAX INTEGER1166MAX-ACCESS read-only1167STATUS current1168DESCRIPTION1169"The transmit power limit for this peer."1170::= { wlanIfacePeerEntry 10 }11711172wlanIfacePeerCapabilities OBJECT-TYPE1173SYNTAX WlanPeerCapabilityFlags1174MAX-ACCESS read-only1175STATUS current1176DESCRIPTION1177"The capabilities advertised by this peer."1178::= { wlanIfacePeerEntry 11 }11791180wlanIfacePeerFlags OBJECT-TYPE1181SYNTAX BITS {1182authorizedForData(1),1183qosEnabled(2),1184erpEnabled(3),1185powerSaveMode(4),1186authRefHeld(5),1187htEnabled(6),1188htCompat(7),1189wpsAssoc(8),1190tsnAssoc(9),1191ampduRx(10),1192ampduTx(11),1193mimoPowerSave(12),1194sendRts(13),1195rifs(14),1196shortGiHT20(15),1197shortGiHT40(16),1198amsduRx(17),1199amsduTx(18)1200}1201MAX-ACCESS read-only1202STATUS current1203DESCRIPTION1204"The peer state flags."1205::= { wlanIfacePeerEntry 12 }12061207wlanIfaceChannelTable OBJECT-TYPE1208SYNTAX SEQUENCE OF WlanIfaceChannelEntry1209MAX-ACCESS not-accessible1210STATUS current1211DESCRIPTION1212"A table that contains information about the active channels for1213the cloned wireless interfaces in the system."1214::= { begemotWlanInterface 5 }12151216wlanIfaceChannelEntry OBJECT-TYPE1217SYNTAX WlanIfaceChannelEntry1218MAX-ACCESS not-accessible1219STATUS current1220DESCRIPTION1221"An entry that contains active channel information for the wireless1222interface."1223INDEX { wlanIfaceName, wlanIfaceChannelId }1224::= { wlanIfaceChannelTable 1 }12251226WlanIfaceChannelEntry ::= SEQUENCE {1227wlanIfaceChannelId INTEGER,1228wlanIfaceChannelIeeeId INTEGER,1229wlanIfaceChannelType INTEGER,1230wlanIfaceChannelFlags BITS,1231wlanIfaceChannelFrequency INTEGER,1232wlanIfaceChannelMaxRegPower INTEGER,1233wlanIfaceChannelMaxTxPower INTEGER,1234wlanIfaceChannelMinTxPower INTEGER,1235wlanIfaceChannelState BITS,1236wlanIfaceChannelHTExtension INTEGER,1237wlanIfaceChannelMaxAntennaGain INTEGER1238}12391240wlanIfaceChannelId OBJECT-TYPE1241SYNTAX INTEGER (1..1536)1242MAX-ACCESS not-accessible1243STATUS current1244DESCRIPTION1245"The index of this channel entry."1246::= { wlanIfaceChannelEntry 1 }12471248wlanIfaceChannelIeeeId OBJECT-TYPE1249SYNTAX INTEGER (1..256)1250MAX-ACCESS read-only1251STATUS current1252DESCRIPTION1253"The channel IEEE ID."1254::= { wlanIfaceChannelEntry 2 }12551256wlanIfaceChannelType OBJECT-TYPE1257SYNTAX INTEGER {1258fhss(1),1259dot11a(2),1260dot11b(3),1261dot11g(4),1262tenMHz(5),1263fiveMHz(6),1264turbo(7),1265ht(8)1266}1267MAX-ACCESS read-only1268STATUS current1269DESCRIPTION1270"The operating channel type for this entry."1271::= { wlanIfaceChannelEntry 3 }12721273wlanIfaceChannelFlags OBJECT-TYPE1274SYNTAX BITS {1275turbo(1),1276cck(2),1277ofdm(3),1278spectrum2Ghz(4),1279spectrum5Ghz(5),1280passiveScan(6),1281dynamicCckOfdm(7),1282gfsk(8),1283spectrum900Mhz(9),1284dot11aStaticTurbo(10),1285halfRate(11),1286quarterRate(12),1287ht20(13),1288ht40u(14),1289ht40d(15),1290dfs(16),1291xmit4ms(17),1292noAdhoc(18),1293noHostAp(19),1294dot11d(20)1295}1296MAX-ACCESS read-only1297STATUS current1298DESCRIPTION1299"The channel flags."1300::= { wlanIfaceChannelEntry 4 }13011302wlanIfaceChannelFrequency OBJECT-TYPE1303SYNTAX INTEGER1304MAX-ACCESS read-only1305STATUS current1306DESCRIPTION1307"The channel frequency setting in MHz."1308::= { wlanIfaceChannelEntry 5 }13091310wlanIfaceChannelMaxRegPower OBJECT-TYPE1311SYNTAX INTEGER1312MAX-ACCESS read-only1313STATUS current1314DESCRIPTION1315"The maximum regulatory tx power in dBm for this channel."1316::= { wlanIfaceChannelEntry 6 }13171318wlanIfaceChannelMaxTxPower OBJECT-TYPE1319SYNTAX INTEGER1320MAX-ACCESS read-only1321STATUS current1322DESCRIPTION1323"The maximum tx power in units of .5 dBm for this channel."1324::= { wlanIfaceChannelEntry 7 }13251326wlanIfaceChannelMinTxPower OBJECT-TYPE1327SYNTAX INTEGER1328MAX-ACCESS read-only1329STATUS current1330DESCRIPTION1331"The minimum tx power in units of .5 dBm for this channel."1332::= { wlanIfaceChannelEntry 8 }13331334wlanIfaceChannelState OBJECT-TYPE1335SYNTAX BITS {1336radar(1),1337cacDone(2),1338interferenceDetected(3),1339radarClear(4)1340}1341MAX-ACCESS read-only1342STATUS current1343DESCRIPTION1344"The channel dynamic state."1345::= { wlanIfaceChannelEntry 9 }13461347wlanIfaceChannelHTExtension OBJECT-TYPE1348SYNTAX INTEGER1349MAX-ACCESS read-only1350STATUS current1351DESCRIPTION1352"The HT40 extension channel number."1353::= { wlanIfaceChannelEntry 10 }13541355wlanIfaceChannelMaxAntennaGain OBJECT-TYPE1356SYNTAX INTEGER1357MAX-ACCESS read-only1358STATUS current1359DESCRIPTION1360"The maximum antenna gain in units of .5 dBm."1361::= { wlanIfaceChannelEntry 11 }13621363-- ---------------------------------------------------------- --1364-- The Scan requests/results for cloned wireless interfaces1365-- ---------------------------------------------------------- --13661367wlanScanConfigTable OBJECT-TYPE1368SYNTAX SEQUENCE OF WlanScanConfigEntry1369MAX-ACCESS not-accessible1370STATUS current1371DESCRIPTION1372"A table that contains a configuration for channel scanning1373initiated via SNMP."1374::= { begemotWlanScanning 1 }13751376wlanScanConfigEntry OBJECT-TYPE1377SYNTAX WlanScanConfigEntry1378MAX-ACCESS not-accessible1379STATUS current1380DESCRIPTION1381"Per cloned wireless interface channel scan configuration data.1382The entry will be empty if no scans were initiated via SNMP."1383INDEX { wlanIfaceName }1384::= { wlanScanConfigTable 1 }13851386WlanScanConfigEntry ::= SEQUENCE {1387wlanScanFlags BITS,1388wlanScanDuration INTEGER,1389wlanScanMinChannelDwellTime INTEGER,1390wlanScanMaxChannelDwellTime INTEGER,1391wlanScanConfigStatus INTEGER1392}13931394wlanScanFlags OBJECT-TYPE1395SYNTAX BITS {1396noSelection(1),1397activeScan(2),1398pickFirst(3),1399backgroundScan(4),1400once(5),1401noBroadcast(6),1402noAutoSequencing(7),1403flushCashe(8),1404chechCashe(9)1405}1406MAX-ACCESS read-write1407STATUS current1408DESCRIPTION1409"Desired flags for the channel scan."1410::= { wlanScanConfigEntry 1 }14111412wlanScanDuration OBJECT-TYPE1413SYNTAX INTEGER (1..2147483647)1414UNITS "milliseconds"1415MAX-ACCESS read-write1416STATUS current1417DESCRIPTION1418"The desired duration of the scan. Setting the value of this object1419to the highest allowed value will initiate an infinite scan."1420::= { wlanScanConfigEntry 2 }14211422wlanScanMinChannelDwellTime OBJECT-TYPE1423SYNTAX INTEGER1424UNITS "milliseconds"1425MAX-ACCESS read-write1426STATUS current1427DESCRIPTION1428"The minimum channel dwelltime for this scan."1429::= { wlanScanConfigEntry 3 }14301431wlanScanMaxChannelDwellTime OBJECT-TYPE1432SYNTAX INTEGER1433UNITS "milliseconds"1434MAX-ACCESS read-write1435STATUS current1436DESCRIPTION1437"The maximum channel dwelltime for this scan."1438::= { wlanScanConfigEntry 4 }14391440wlanScanConfigStatus OBJECT-TYPE1441SYNTAX INTEGER {1442unknown(0),1443notStarted(1),1444running(2),1445finished(3),1446cancel(4)1447}1448MAX-ACCESS read-write1449STATUS current1450DESCRIPTION1451"This object is used to initiate or cancel channel scanning on the cloned1452interface via SNMP. Setting its value to running(2) will initiate channel1453scanning on the cloned interface, while setting the value to cancel will1454cancel the current ongoing scan. All other values should be returned in1455GET operations only."1456::= { wlanScanConfigEntry 5 }14571458wlanScanResultsTable OBJECT-TYPE1459SYNTAX SEQUENCE OF WlanScanResultsEntry1460MAX-ACCESS not-accessible1461STATUS current1462DESCRIPTION1463"A table that contains scan results for a virtual wireless interface."1464::= { begemotWlanScanning 2 }14651466wlanScanResultsEntry OBJECT-TYPE1467SYNTAX WlanScanResultsEntry1468MAX-ACCESS not-accessible1469STATUS current1470DESCRIPTION1471"Per virtual wireless interface channel scan results data."1472INDEX { wlanIfaceName, wlanScanResultID, wlanScanResultBssid }1473::= { wlanScanResultsTable 1 }14741475WlanScanResultsEntry ::= SEQUENCE {1476wlanScanResultID OCTET STRING,1477wlanScanResultBssid MacAddress,1478wlanScanResultChannel INTEGER,1479wlanScanResultRate INTEGER,1480wlanScanResultNoise INTEGER,1481wlanScanResultBeaconInterval INTEGER,1482wlanScanResultCapabilities BITS1483}14841485wlanScanResultID OBJECT-TYPE1486SYNTAX OCTET STRING (SIZE(0..32))1487MAX-ACCESS read-only1488STATUS current1489DESCRIPTION1490"The SSID/MESH ID for this scan result entry."1491::= { wlanScanResultsEntry 1 }14921493wlanScanResultBssid OBJECT-TYPE1494SYNTAX MacAddress1495MAX-ACCESS read-only1496STATUS current1497DESCRIPTION1498"The BSSID for this scan result entry."1499::= { wlanScanResultsEntry 2 }15001501wlanScanResultChannel OBJECT-TYPE1502SYNTAX INTEGER1503MAX-ACCESS read-only1504STATUS current1505DESCRIPTION1506"The operating channel for this scan result entry."1507::= { wlanScanResultsEntry 3 }15081509wlanScanResultRate OBJECT-TYPE1510SYNTAX INTEGER1511MAX-ACCESS read-only1512STATUS current1513DESCRIPTION1514"The operating rate of this scan result entry."1515::= { wlanScanResultsEntry 4 }15161517wlanScanResultNoise OBJECT-TYPE1518SYNTAX INTEGER1519MAX-ACCESS read-only1520STATUS current1521DESCRIPTION1522"The channel noise for this scan result entry."1523::= { wlanScanResultsEntry 5 }15241525wlanScanResultBeaconInterval OBJECT-TYPE1526SYNTAX INTEGER1527MAX-ACCESS read-only1528STATUS current1529DESCRIPTION1530"The beacon interval reported for this scan result entry."1531::= { wlanScanResultsEntry 6 }15321533wlanScanResultCapabilities OBJECT-TYPE1534SYNTAX WlanPeerCapabilityFlags1535MAX-ACCESS read-only1536STATUS current1537DESCRIPTION1538"The capabilities advertised for this scan result entry."1539::= { wlanScanResultsEntry 7 }15401541wlanIfRoamParamsTable OBJECT-TYPE1542SYNTAX SEQUENCE OF WlanIfRoamParamsEntry1543MAX-ACCESS not-accessible1544STATUS current1545DESCRIPTION1546"A table that contains the parameters that govern the roaming1547operation on a wireless interface."1548::= { begemotWlanInterface 6 }15491550wlanIfRoamParamsEntry OBJECT-TYPE1551SYNTAX WlanIfRoamParamsEntry1552MAX-ACCESS not-accessible1553STATUS current1554DESCRIPTION1555"An entry that contains the roaming parameters of a wireless1556interface."1557INDEX { wlanIfaceName, wlanIfRoamPhyMode }1558::= { wlanIfRoamParamsTable 1 }15591560WlanIfRoamParamsEntry ::= SEQUENCE {1561wlanIfRoamPhyMode INTEGER,1562wlanIfRoamRxSignalStrength INTEGER,1563wlanIfRoamTxRateThreshold INTEGER1564}15651566wlanIfRoamPhyMode OBJECT-TYPE1567SYNTAX WlanIfPhyMode1568MAX-ACCESS not-accessible1569STATUS current1570DESCRIPTION1571"The PHY mode for this roaming parameters entry."1572::= { wlanIfRoamParamsEntry 1 }15731574wlanIfRoamRxSignalStrength OBJECT-TYPE1575SYNTAX INTEGER1576MAX-ACCESS read-only1577STATUS current1578DESCRIPTION1579"The Receive Signal Strength for this roaming parameters entry."1580::= { wlanIfRoamParamsEntry 2 }15811582wlanIfRoamTxRateThreshold OBJECT-TYPE1583SYNTAX INTEGER1584MAX-ACCESS read-only1585STATUS current1586DESCRIPTION1587"The transmit rate threshold value for this roaming parameters1588entry in Mb/s or MCS."1589::= { wlanIfRoamParamsEntry 3 }15901591wlanIfTxParamsTable OBJECT-TYPE1592SYNTAX SEQUENCE OF WlanIfTxParamsEntry1593MAX-ACCESS not-accessible1594STATUS current1595DESCRIPTION1596"A table that contains the parameters that govern the transmit1597operation on a wireless interface."1598::= { begemotWlanInterface 7 }15991600wlanIfTxParamsEntry OBJECT-TYPE1601SYNTAX WlanIfTxParamsEntry1602MAX-ACCESS not-accessible1603STATUS current1604DESCRIPTION1605"An entry that contains the transmit parameters of a wireless1606interface."1607INDEX { wlanIfaceName, wlanIfTxPhyMode }1608::= { wlanIfTxParamsTable 1 }16091610WlanIfTxParamsEntry ::= SEQUENCE {1611wlanIfTxPhyMode INTEGER,1612wlanIfTxUnicastRate INTEGER,1613wlanIfTxMcastRate INTEGER,1614wlanIfTxMgmtRate INTEGER,1615wlanIfTxMaxRetryCount INTEGER1616}16171618wlanIfTxPhyMode OBJECT-TYPE1619SYNTAX WlanIfPhyMode1620MAX-ACCESS not-accessible1621STATUS current1622DESCRIPTION1623"The PHY mode for this entry."1624::= { wlanIfTxParamsEntry 1 }16251626wlanIfTxUnicastRate OBJECT-TYPE1627SYNTAX INTEGER1628MAX-ACCESS read-write1629STATUS current1630DESCRIPTION1631"The value of this object specifies a fixed rate for transmitting1632unicast frames in this phy mode."1633::= { wlanIfTxParamsEntry 2 }16341635wlanIfTxMcastRate OBJECT-TYPE1636SYNTAX INTEGER1637MAX-ACCESS read-write1638STATUS current1639DESCRIPTION1640"The value of this object specifies a fixed rate for transmitting1641broadcast and multicast frames in this phy mode."1642::= { wlanIfTxParamsEntry 3 }16431644wlanIfTxMgmtRate OBJECT-TYPE1645SYNTAX INTEGER1646MAX-ACCESS read-write1647STATUS current1648DESCRIPTION1649"The value of this object specifies a fixed rate for transmitting1650management and/or control frames in this phy mode."1651::= { wlanIfTxParamsEntry 4 }16521653wlanIfTxMaxRetryCount OBJECT-TYPE1654SYNTAX INTEGER1655MAX-ACCESS read-write1656STATUS current1657DESCRIPTION1658"The maximum number of tries to use when sending unicast frames1659in this phy mode."1660::= { wlanIfTxParamsEntry 5 }16611662-- ---------------------------------------------------------- --1663-- The Statistics Database for Wireless interfaces1664-- ---------------------------------------------------------- --16651666wlanIfaceStatisticsTable OBJECT-TYPE1667SYNTAX SEQUENCE OF WlanIfaceStatisticsEntry1668MAX-ACCESS not-accessible1669STATUS current1670DESCRIPTION1671"A table that contains summary statistics for each virtual wireless1672interface on the managed device."1673::= { begemotWlanStatistics 1 }16741675wlanIfaceStatisticsEntry OBJECT-TYPE1676SYNTAX WlanIfaceStatisticsEntry1677MAX-ACCESS not-accessible1678STATUS current1679DESCRIPTION1680"A list of statistics for each virtual wireless interface."1681AUGMENTS { wlanInterfaceEntry }1682::= { wlanIfaceStatisticsTable 1 }16831684WlanIfaceStatisticsEntry ::= SEQUENCE {1685wlanStatsRxBadVersion Counter32,1686wlanStatsRxTooShort Counter32,1687wlanStatsRxWrongBssid Counter32,1688wlanStatsRxDiscardedDups Counter32,1689wlanStatsRxWrongDir Counter32,1690wlanStatsRxDiscardMcastEcho Counter32,1691wlanStatsRxDiscardNoAssoc Counter32,1692wlanStatsRxWepNoPrivacy Counter32,1693wlanStatsRxWepUnencrypted Counter32,1694wlanStatsRxWepFailed Counter32,1695wlanStatsRxDecapsulationFailed Counter32,1696wlanStatsRxDiscardMgmt Counter32,1697wlanStatsRxControl Counter32,1698wlanStatsRxBeacon Counter32,1699wlanStatsRxRateSetTooBig Counter32,1700wlanStatsRxElemMissing Counter32,1701wlanStatsRxElemTooBig Counter32,1702wlanStatsRxElemTooSmall Counter32,1703wlanStatsRxElemUnknown Counter32,1704wlanStatsRxChannelMismatch Counter32,1705wlanStatsRxDropped Counter32,1706wlanStatsRxSsidMismatch Counter32,1707wlanStatsRxAuthNotSupported Counter32,1708wlanStatsRxAuthFailed Counter32,1709wlanStatsRxAuthCM Counter32,1710wlanStatsRxAssocWrongBssid Counter32,1711wlanStatsRxAssocNoAuth Counter32,1712wlanStatsRxAssocCapMismatch Counter32,1713wlanStatsRxAssocNoRateMatch Counter32,1714wlanStatsRxBadWpaIE Counter32,1715wlanStatsRxDeauthenticate Counter32,1716wlanStatsRxDisassociate Counter32,1717wlanStatsRxUnknownSubtype Counter32,1718wlanStatsRxFailedNoBuf Counter32,1719wlanStatsRxBadAuthRequest Counter32,1720wlanStatsRxUnAuthorized Counter32,1721wlanStatsRxBadKeyId Counter32,1722wlanStatsRxCCMPSeqViolation Counter32,1723wlanStatsRxCCMPBadFormat Counter32,1724wlanStatsRxCCMPFailedMIC Counter32,1725wlanStatsRxTKIPSeqViolation Counter32,1726wlanStatsRxTKIPBadFormat Counter32,1727wlanStatsRxTKIPFailedMIC Counter32,1728wlanStatsRxTKIPFailedICV Counter32,1729wlanStatsRxDiscardACL Counter32,1730wlanStatsTxFailedNoBuf Counter32,1731wlanStatsTxFailedNoNode Counter32,1732wlanStatsTxUnknownMgmt Counter32,1733wlanStatsTxBadCipher Counter32,1734wlanStatsTxNoDefKey Counter32,1735wlanStatsTxFragmented Counter32,1736wlanStatsTxFragmentsCreated Counter32,1737wlanStatsActiveScans Counter32,1738wlanStatsPassiveScans Counter32,1739wlanStatsTimeoutInactivity Counter32,1740wlanStatsCryptoNoMem Counter32,1741wlanStatsSwCryptoTKIP Counter32,1742wlanStatsSwCryptoTKIPEnMIC Counter32,1743wlanStatsSwCryptoTKIPDeMIC Counter32,1744wlanStatsCryptoTKIPCM Counter32,1745wlanStatsSwCryptoCCMP Counter32,1746wlanStatsSwCryptoWEP Counter32,1747wlanStatsCryptoCipherKeyRejected Counter32,1748wlanStatsCryptoNoKey Counter32,1749wlanStatsCryptoDeleteKeyFailed Counter32,1750wlanStatsCryptoUnknownCipher Counter32,1751wlanStatsCryptoAttachFailed Counter32,1752wlanStatsCryptoKeyFailed Counter32,1753wlanStatsCryptoEnMICFailed Counter32,1754wlanStatsIBSSCapMismatch Counter32,1755wlanStatsUnassocStaPSPoll Counter32,1756wlanStatsBadAidPSPoll Counter32,1757wlanStatsEmptyPSPoll Counter32,1758wlanStatsRxFFBadHdr Counter32,1759wlanStatsRxFFTooShort Counter32,1760wlanStatsRxFFSplitError Counter32,1761wlanStatsRxFFDecap Counter32,1762wlanStatsTxFFEncap Counter32,1763wlanStatsRxBadBintval Counter32,1764wlanStatsRxDemicFailed Counter32,1765wlanStatsRxDefragFailed Counter32,1766wlanStatsRxMgmt Counter32,1767wlanStatsRxActionMgmt Counter32,1768wlanStatsRxAMSDUTooShort Counter32,1769wlanStatsRxAMSDUSplitError Counter32,1770wlanStatsRxAMSDUDecap Counter32,1771wlanStatsTxAMSDUEncap Counter32,1772wlanStatsAMPDUBadBAR Counter32,1773wlanStatsAMPDUOowBar Counter32,1774wlanStatsAMPDUMovedBAR Counter32,1775wlanStatsAMPDURxBAR Counter32,1776wlanStatsAMPDURxOor Counter32,1777wlanStatsAMPDURxCopied Counter32,1778wlanStatsAMPDURxDropped Counter32,1779wlanStatsTxDiscardBadState Counter32,1780wlanStatsTxFailedNoAssoc Counter32,1781wlanStatsTxClassifyFailed Counter32,1782wlanStatsDwdsMcastDiscard Counter32,1783wlanStatsHTAssocRejectNoHT Counter32,1784wlanStatsHTAssocDowngrade Counter32,1785wlanStatsHTAssocRateMismatch Counter32,1786wlanStatsAMPDURxAge Counter32,1787wlanStatsAMPDUMoved Counter32,1788wlanStatsADDBADisabledReject Counter32,1789wlanStatsADDBANoRequest Counter32,1790wlanStatsADDBABadToken Counter32,1791wlanStatsADDBABadPolicy Counter32,1792wlanStatsAMPDUStopped Counter32,1793wlanStatsAMPDUStopFailed Counter32,1794wlanStatsAMPDURxReorder Counter32,1795wlanStatsScansBackground Counter32,1796wlanLastDeauthReason INTEGER,1797wlanLastDissasocReason INTEGER,1798wlanLastAuthFailReason INTEGER,1799wlanStatsBeaconMissedEvents Counter32,1800wlanStatsRxDiscardBadStates Counter32,1801wlanStatsFFFlushed Counter32,1802wlanStatsTxControlFrames Counter32,1803wlanStatsAMPDURexmt Counter32,1804wlanStatsAMPDURexmtFailed Counter32,1805wlanStatsReset INTEGER1806}18071808wlanStatsRxBadVersion OBJECT-TYPE1809SYNTAX Counter321810UNITS "frames"1811MAX-ACCESS read-only1812STATUS current1813DESCRIPTION1814"The number of frames received by this interface that had bad version."1815::= { wlanIfaceStatisticsEntry 1 }18161817wlanStatsRxTooShort OBJECT-TYPE1818SYNTAX Counter321819UNITS "frames"1820MAX-ACCESS read-only1821STATUS current1822DESCRIPTION1823"The number of frames received by this interface that were too short."1824::= { wlanIfaceStatisticsEntry 2 }18251826wlanStatsRxWrongBssid OBJECT-TYPE1827SYNTAX Counter321828UNITS "frames"1829MAX-ACCESS read-only1830STATUS current1831DESCRIPTION1832"The number of frames received by this interface with wrong BSSID."1833::= { wlanIfaceStatisticsEntry 3 }18341835wlanStatsRxDiscardedDups OBJECT-TYPE1836SYNTAX Counter321837UNITS "frames"1838MAX-ACCESS read-only1839STATUS current1840DESCRIPTION1841"The number of received discarded duplicate frames by this interface."1842::= { wlanIfaceStatisticsEntry 4 }18431844wlanStatsRxWrongDir OBJECT-TYPE1845SYNTAX Counter321846UNITS "frames"1847MAX-ACCESS read-only1848STATUS current1849DESCRIPTION1850"The number of received frames by this interface that were dropped1851due to wrong direction."1852::= { wlanIfaceStatisticsEntry 5 }18531854wlanStatsRxDiscardMcastEcho OBJECT-TYPE1855SYNTAX Counter321856UNITS "frames"1857MAX-ACCESS read-only1858STATUS current1859DESCRIPTION1860"The number of received multicast echo frames discarded by this1861interface."1862::= { wlanIfaceStatisticsEntry 6 }18631864wlanStatsRxDiscardNoAssoc OBJECT-TYPE1865SYNTAX Counter321866UNITS "frames"1867MAX-ACCESS read-only1868STATUS current1869DESCRIPTION1870"The number of frames received by this interface that were dropped1871since no association existed with the sending station."1872::= { wlanIfaceStatisticsEntry 7 }18731874wlanStatsRxWepNoPrivacy OBJECT-TYPE1875SYNTAX Counter321876UNITS "frames"1877MAX-ACCESS read-only1878STATUS current1879DESCRIPTION1880"The number of frames received by this interface that were dropped1881since they contained WEP information and WEP privacy was off."1882::= { wlanIfaceStatisticsEntry 8 }18831884wlanStatsRxWepUnencrypted OBJECT-TYPE1885SYNTAX Counter321886UNITS "frames"1887MAX-ACCESS read-only1888STATUS current1889DESCRIPTION1890"The number of frames received by this interface that were dropped1891since they contained no WEP information and WEP privacy was on."1892::= { wlanIfaceStatisticsEntry 9 }18931894wlanStatsRxWepFailed OBJECT-TYPE1895SYNTAX Counter321896UNITS "frames"1897MAX-ACCESS read-only1898STATUS current1899DESCRIPTION1900"The number of frames received by this interface that were dropped1901since processing of the WEP information contained in them failed."1902::= { wlanIfaceStatisticsEntry 10 }19031904wlanStatsRxDecapsulationFailed OBJECT-TYPE1905SYNTAX Counter321906UNITS "frames"1907MAX-ACCESS read-only1908STATUS current1909DESCRIPTION1910"The number of received frames that were discarded by this interface1911due to decapsulation failure."1912::= { wlanIfaceStatisticsEntry 11 }19131914wlanStatsRxDiscardMgmt OBJECT-TYPE1915SYNTAX Counter321916UNITS "frames"1917MAX-ACCESS read-only1918STATUS current1919DESCRIPTION1920"The number of received management frames discarded by this interface."1921::= { wlanIfaceStatisticsEntry 12 }19221923wlanStatsRxControl OBJECT-TYPE1924SYNTAX Counter321925UNITS "frames"1926MAX-ACCESS read-only1927STATUS current1928DESCRIPTION1929"The number of control frames received by this interface."1930::= { wlanIfaceStatisticsEntry 13 }19311932wlanStatsRxBeacon OBJECT-TYPE1933SYNTAX Counter321934UNITS "frames"1935MAX-ACCESS read-only1936STATUS current1937DESCRIPTION1938"The number of beacon frames received by this interface."1939::= { wlanIfaceStatisticsEntry 14 }19401941wlanStatsRxRateSetTooBig OBJECT-TYPE1942SYNTAX Counter321943UNITS "frames"1944MAX-ACCESS read-only1945STATUS current1946DESCRIPTION1947"The number of frames received by this interface with extended1948supported rate element."1949::= { wlanIfaceStatisticsEntry 15 }19501951wlanStatsRxElemMissing OBJECT-TYPE1952SYNTAX Counter321953UNITS "frames"1954MAX-ACCESS read-only1955STATUS current1956DESCRIPTION1957"The number of frames received by this interface that were missing1958a required element."1959::= { wlanIfaceStatisticsEntry 16 }19601961wlanStatsRxElemTooBig OBJECT-TYPE1962SYNTAX Counter321963UNITS "frames"1964MAX-ACCESS read-only1965STATUS current1966DESCRIPTION1967"The number of frames received by this interface that contained an1968information element whose size was too big."1969::= { wlanIfaceStatisticsEntry 17 }19701971wlanStatsRxElemTooSmall OBJECT-TYPE1972SYNTAX Counter321973UNITS "frames"1974MAX-ACCESS read-only1975STATUS current1976DESCRIPTION1977"The number of frames received by this interface that contained an1978information element whose size was too small."1979::= { wlanIfaceStatisticsEntry 18 }19801981wlanStatsRxElemUnknown OBJECT-TYPE1982SYNTAX Counter321983UNITS "frames"1984MAX-ACCESS read-only1985STATUS current1986DESCRIPTION1987"The number of frames received by this interface that contained an1988unknown information element."1989::= { wlanIfaceStatisticsEntry 19 }19901991wlanStatsRxChannelMismatch OBJECT-TYPE1992SYNTAX Counter321993UNITS "frames"1994MAX-ACCESS read-only1995STATUS current1996DESCRIPTION1997"The number of frames received by this interface, that were discarded1998since they were received on a channel different from the one indicated1999in the DS params element id."2000::= { wlanIfaceStatisticsEntry 20 }20012002wlanStatsRxDropped OBJECT-TYPE2003SYNTAX Counter322004UNITS "frames"2005MAX-ACCESS read-only2006STATUS current2007DESCRIPTION2008"The number of frames received by this interface that were dropped due2009to unknown reason."2010::= { wlanIfaceStatisticsEntry 21 }20112012wlanStatsRxSsidMismatch OBJECT-TYPE2013SYNTAX Counter322014UNITS "frames"2015MAX-ACCESS read-only2016STATUS current2017DESCRIPTION2018"The number of frames received by this interface that had a bad SSID."2019::= { wlanIfaceStatisticsEntry 22 }20202021wlanStatsRxAuthNotSupported OBJECT-TYPE2022SYNTAX Counter322023UNITS "frames"2024MAX-ACCESS read-only2025STATUS current2026DESCRIPTION2027"The number of frames received by this interface that contained an2028unknown authentication algorithm."2029::= { wlanIfaceStatisticsEntry 23 }20302031wlanStatsRxAuthFailed OBJECT-TYPE2032SYNTAX Counter322033UNITS "frames"2034MAX-ACCESS read-only2035STATUS current2036DESCRIPTION2037"The number of frames received by this interface for which the2038authentication failed."2039::= { wlanIfaceStatisticsEntry 24 }20402041wlanStatsRxAuthCM OBJECT-TYPE2042SYNTAX Counter322043UNITS "frames"2044MAX-ACCESS read-only2045STATUS current2046DESCRIPTION2047"The number of frames received by this interface for which the2048authentication failed due to TKIP countermeasures enabled."2049::= { wlanIfaceStatisticsEntry 25 }20502051wlanStatsRxAssocWrongBssid OBJECT-TYPE2052SYNTAX Counter322053UNITS "frames"2054MAX-ACCESS read-only2055STATUS current2056DESCRIPTION2057"The number of frames received by this interface with association2058request that had a bad BSSID."2059::= { wlanIfaceStatisticsEntry 26 }20602061wlanStatsRxAssocNoAuth OBJECT-TYPE2062SYNTAX Counter322063UNITS "frames"2064MAX-ACCESS read-only2065STATUS current2066DESCRIPTION2067"The number of frames received by this interface with association2068request that came from unauthentication node."2069::= { wlanIfaceStatisticsEntry 27 }20702071wlanStatsRxAssocCapMismatch OBJECT-TYPE2072SYNTAX Counter322073UNITS "frames"2074MAX-ACCESS read-only2075STATUS current2076DESCRIPTION2077"The number of frames received by this interface with association2078request that had bad capabilities set."2079::= { wlanIfaceStatisticsEntry 28 }20802081wlanStatsRxAssocNoRateMatch OBJECT-TYPE2082SYNTAX Counter322083UNITS "frames"2084MAX-ACCESS read-only2085STATUS current2086DESCRIPTION2087"The number of frames received by this interface with association2088request that had unsupported rate set."2089::= { wlanIfaceStatisticsEntry 29 }20902091wlanStatsRxBadWpaIE OBJECT-TYPE2092SYNTAX Counter322093UNITS "frames"2094MAX-ACCESS read-only2095STATUS current2096DESCRIPTION2097"The number of frames received by this interface with association2098request that had no or invalid WPA information element."2099::= { wlanIfaceStatisticsEntry 30 }21002101wlanStatsRxDeauthenticate OBJECT-TYPE2102SYNTAX Counter322103UNITS "frames"2104MAX-ACCESS read-only2105STATUS current2106DESCRIPTION2107"The number of deauthentication requests received by this interface."2108::= { wlanIfaceStatisticsEntry 31 }21092110wlanStatsRxDisassociate OBJECT-TYPE2111SYNTAX Counter322112UNITS "frames"2113MAX-ACCESS read-only2114STATUS current2115DESCRIPTION2116"The number of deassociation requests received by this interface."2117::= { wlanIfaceStatisticsEntry 32 }21182119wlanStatsRxUnknownSubtype OBJECT-TYPE2120SYNTAX Counter322121UNITS "frames"2122MAX-ACCESS read-only2123STATUS current2124DESCRIPTION2125"The number of frames received by this interface that had unknown2126subtype."2127::= { wlanIfaceStatisticsEntry 33 }21282129wlanStatsRxFailedNoBuf OBJECT-TYPE2130SYNTAX Counter322131UNITS "frames"2132MAX-ACCESS read-only2133STATUS current2134DESCRIPTION2135"The number of frames received by this interface that were dropped2136due to lack of free buffers."2137::= { wlanIfaceStatisticsEntry 34 }21382139wlanStatsRxBadAuthRequest OBJECT-TYPE2140SYNTAX Counter322141UNITS "frames"2142MAX-ACCESS read-only2143STATUS current2144DESCRIPTION2145"The number of frames received by this interface for which2146authentication failed."2147::= { wlanIfaceStatisticsEntry 35 }21482149wlanStatsRxUnAuthorized OBJECT-TYPE2150SYNTAX Counter322151UNITS "frames"2152MAX-ACCESS read-only2153STATUS current2154DESCRIPTION2155"The number of non-PAE frames received by this interface prior to2156authorization."2157::= { wlanIfaceStatisticsEntry 36 }21582159wlanStatsRxBadKeyId OBJECT-TYPE2160SYNTAX Counter322161UNITS "frames"2162MAX-ACCESS read-only2163STATUS current2164DESCRIPTION2165"The number of frames received by this interface with bad key."2166::= { wlanIfaceStatisticsEntry 37 }21672168wlanStatsRxCCMPSeqViolation OBJECT-TYPE2169SYNTAX Counter322170UNITS "frames"2171MAX-ACCESS read-only2172STATUS current2173DESCRIPTION2174"The number of frames received by this interface that caused CCMP2175sequence violation."2176::= { wlanIfaceStatisticsEntry 38 }21772178wlanStatsRxCCMPBadFormat OBJECT-TYPE2179SYNTAX Counter322180UNITS "frames"2181MAX-ACCESS read-only2182STATUS current2183DESCRIPTION2184"The number of frames received by this interface that had bad CCMP2185format."2186::= { wlanIfaceStatisticsEntry 39 }21872188wlanStatsRxCCMPFailedMIC OBJECT-TYPE2189SYNTAX Counter322190UNITS "frames"2191MAX-ACCESS read-only2192STATUS current2193DESCRIPTION2194"The number of frames receivbed by this interface for which CCMP2195decryption failed due to MIC mismatch."2196::= { wlanIfaceStatisticsEntry 40 }21972198wlanStatsRxTKIPSeqViolation OBJECT-TYPE2199SYNTAX Counter322200UNITS "frames"2201MAX-ACCESS read-only2202STATUS current2203DESCRIPTION2204"The number of frames received by this interface that caused TKIP2205sequence violation.."2206::= { wlanIfaceStatisticsEntry 41 }22072208wlanStatsRxTKIPBadFormat OBJECT-TYPE2209SYNTAX Counter322210UNITS "frames"2211MAX-ACCESS read-only2212STATUS current2213DESCRIPTION2214"The number of frames received by this interface that were missing2215TKIP ExtIV."2216::= { wlanIfaceStatisticsEntry 42 }22172218wlanStatsRxTKIPFailedMIC OBJECT-TYPE2219SYNTAX Counter322220UNITS "frames"2221MAX-ACCESS read-only2222STATUS current2223DESCRIPTION2224"The number of frames received by this interface for which TKIP2225decryption failed due to MIC mismatch."2226::= { wlanIfaceStatisticsEntry 43 }22272228wlanStatsRxTKIPFailedICV OBJECT-TYPE2229SYNTAX Counter322230UNITS "frames"2231MAX-ACCESS read-only2232STATUS current2233DESCRIPTION2234"The number of frames received by this interface for which TKIP2235decryption failed due to ICV mismatch."2236::= { wlanIfaceStatisticsEntry 44 }22372238wlanStatsRxDiscardACL OBJECT-TYPE2239SYNTAX Counter322240UNITS "frames"2241MAX-ACCESS read-only2242STATUS current2243DESCRIPTION2244"The number of frames received by this interface that were2245disallowed by ACL."2246::= { wlanIfaceStatisticsEntry 45 }22472248wlanStatsTxFailedNoBuf OBJECT-TYPE2249SYNTAX Counter322250UNITS "frames"2251MAX-ACCESS read-only2252STATUS current2253DESCRIPTION2254"The number of frames that were not transmitted by this interface2255due to lack of free buffers."2256::= { wlanIfaceStatisticsEntry 46 }22572258wlanStatsTxFailedNoNode OBJECT-TYPE2259SYNTAX Counter322260UNITS "frames"2261MAX-ACCESS read-only2262STATUS current2263DESCRIPTION2264"The number of frames that were queued for transmit on this interface2265but were not sent since appropriate node for sending was not found."2266::= { wlanIfaceStatisticsEntry 47 }22672268wlanStatsTxUnknownMgmt OBJECT-TYPE2269SYNTAX Counter322270UNITS "frames"2271MAX-ACCESS read-only2272STATUS current2273DESCRIPTION2274"The number of unknown management frames transmitted by this interface."2275::= { wlanIfaceStatisticsEntry 48 }22762277wlanStatsTxBadCipher OBJECT-TYPE2278SYNTAX Counter322279UNITS "frames"2280MAX-ACCESS read-only2281STATUS current2282DESCRIPTION2283"The number of frames that were queued for transmit on this interface2284but were not send since the specified key was not setup."2285::= { wlanIfaceStatisticsEntry 49 }22862287wlanStatsTxNoDefKey OBJECT-TYPE2288SYNTAX Counter322289UNITS "frames"2290MAX-ACCESS read-only2291STATUS current2292DESCRIPTION2293"The number of frames that were queued for transmit on this interface2294but were not send since an appropriate key was not found."2295::= { wlanIfaceStatisticsEntry 50 }22962297wlanStatsTxFragmented OBJECT-TYPE2298SYNTAX Counter322299UNITS "frames"2300MAX-ACCESS read-only2301STATUS current2302DESCRIPTION2303"The number of fragmented frames transmitted by this interface."2304::= { wlanIfaceStatisticsEntry 51 }23052306wlanStatsTxFragmentsCreated OBJECT-TYPE2307SYNTAX Counter322308UNITS "frames"2309MAX-ACCESS read-only2310STATUS current2311DESCRIPTION2312"The number of created fragments transmitted by this interface."2313::= { wlanIfaceStatisticsEntry 52 }23142315wlanStatsActiveScans OBJECT-TYPE2316SYNTAX Counter322317MAX-ACCESS read-only2318STATUS current2319DESCRIPTION2320"The number of active scans performed by this interface."2321::= { wlanIfaceStatisticsEntry 53 }23222323wlanStatsPassiveScans OBJECT-TYPE2324SYNTAX Counter322325MAX-ACCESS read-only2326STATUS current2327DESCRIPTION2328"The number of passive scans performed by this interface."2329::= { wlanIfaceStatisticsEntry 54 }23302331wlanStatsTimeoutInactivity OBJECT-TYPE2332SYNTAX Counter322333MAX-ACCESS read-only2334STATUS current2335DESCRIPTION2336"The number of times a station/node was dropped by this interface2337due to inactivity timeout."2338::= { wlanIfaceStatisticsEntry 55 }23392340wlanStatsCryptoNoMem OBJECT-TYPE2341SYNTAX Counter322342MAX-ACCESS read-only2343STATUS current2344DESCRIPTION2345"The number times attaching a crypto protocol to this interface2346failed due to lack of memory."2347::= { wlanIfaceStatisticsEntry 56 }23482349wlanStatsSwCryptoTKIP OBJECT-TYPE2350SYNTAX Counter322351MAX-ACCESS read-only2352STATUS current2353DESCRIPTION2354"The number of times TKIP encryption/decryption was handled in2355software for frames received/transmitted by this interface."2356::= { wlanIfaceStatisticsEntry 57 }23572358wlanStatsSwCryptoTKIPEnMIC OBJECT-TYPE2359SYNTAX Counter322360MAX-ACCESS read-only2361STATUS current2362DESCRIPTION2363"The number of times TKIP MIC was added in software to frames2364transmitted by this interface."2365::= { wlanIfaceStatisticsEntry 58 }23662367wlanStatsSwCryptoTKIPDeMIC OBJECT-TYPE2368SYNTAX Counter322369MAX-ACCESS read-only2370STATUS current2371DESCRIPTION2372"The number of times TKIP MIC was stripped in software from frames2373received by this interface."2374::= { wlanIfaceStatisticsEntry 59 }23752376wlanStatsCryptoTKIPCM OBJECT-TYPE2377SYNTAX Counter322378UNITS "frames"2379MAX-ACCESS read-only2380STATUS current2381DESCRIPTION2382"The number of frames discarded by this interface due to TKIP2383counter measures."2384::= { wlanIfaceStatisticsEntry 60 }23852386wlanStatsSwCryptoCCMP OBJECT-TYPE2387SYNTAX Counter322388MAX-ACCESS read-only2389STATUS current2390DESCRIPTION2391"The number of times CCMP encryption/decryption was handled in2392software for frames received/transmitted by this interface."2393::= { wlanIfaceStatisticsEntry 61 }23942395wlanStatsSwCryptoWEP OBJECT-TYPE2396SYNTAX Counter322397MAX-ACCESS read-only2398STATUS current2399DESCRIPTION2400"The number of times WEP encryption/decryption was handled in2401software for frames received/transmitted by this interface."2402::= { wlanIfaceStatisticsEntry 62 }24032404wlanStatsCryptoCipherKeyRejected OBJECT-TYPE2405SYNTAX Counter322406MAX-ACCESS read-only2407STATUS current2408DESCRIPTION2409"The number of times a key was rejected for this interface."2410::= { wlanIfaceStatisticsEntry 63 }24112412wlanStatsCryptoNoKey OBJECT-TYPE2413SYNTAX Counter322414MAX-ACCESS read-only2415STATUS current2416DESCRIPTION2417"The number of times key setup for this interface failed."2418::= { wlanIfaceStatisticsEntry 64 }24192420wlanStatsCryptoDeleteKeyFailed OBJECT-TYPE2421SYNTAX Counter322422MAX-ACCESS read-only2423STATUS current2424DESCRIPTION2425"The number of times key deletion from driver for this interface2426failed."2427::= { wlanIfaceStatisticsEntry 65 }24282429wlanStatsCryptoUnknownCipher OBJECT-TYPE2430SYNTAX Counter322431MAX-ACCESS read-only2432STATUS current2433DESCRIPTION2434"The number of times key setup for this interface failed due to2435invalid cipher."2436::= { wlanIfaceStatisticsEntry 66 }24372438wlanStatsCryptoAttachFailed OBJECT-TYPE2439SYNTAX Counter322440MAX-ACCESS read-only2441STATUS current2442DESCRIPTION2443"The number of times attaching a cipher for this interface failed."2444::= { wlanIfaceStatisticsEntry 67 }24452446wlanStatsCryptoKeyFailed OBJECT-TYPE2447SYNTAX Counter322448MAX-ACCESS read-only2449STATUS current2450DESCRIPTION2451"The number of times setting a cipher in the driver for this2452interface failed."2453::= { wlanIfaceStatisticsEntry 68 }24542455wlanStatsCryptoEnMICFailed OBJECT-TYPE2456SYNTAX Counter322457UNITS "frames"2458MAX-ACCESS read-only2459STATUS current2460DESCRIPTION2461"The number of frames that were discarded by by this interface2462due to failed enmic."2463::= { wlanIfaceStatisticsEntry 69 }24642465wlanStatsIBSSCapMismatch OBJECT-TYPE2466SYNTAX Counter322467MAX-ACCESS read-only2468STATUS current2469DESCRIPTION2470"The number of times a BSSID change failed for an interface operating2471in ad hoc mode due to capabilities mismatch."2472::= { wlanIfaceStatisticsEntry 70 }24732474wlanStatsUnassocStaPSPoll OBJECT-TYPE2475SYNTAX Counter322476UNITS "frames"2477MAX-ACCESS read-only2478STATUS current2479DESCRIPTION2480"The number of ps-poll frames from unassociated station received2481by this interface."2482::= { wlanIfaceStatisticsEntry 71 }24832484wlanStatsBadAidPSPoll OBJECT-TYPE2485SYNTAX Counter322486UNITS "frames"2487MAX-ACCESS read-only2488STATUS current2489DESCRIPTION2490"The number of ps-poll frames with incorrect aid received by this2491interface."2492::= { wlanIfaceStatisticsEntry 72 }24932494wlanStatsEmptyPSPoll OBJECT-TYPE2495SYNTAX Counter322496UNITS "frames"2497MAX-ACCESS read-only2498STATUS current2499DESCRIPTION2500"The number of empty ps-poll frames received by this interface."2501::= { wlanIfaceStatisticsEntry 73 }25022503wlanStatsRxFFBadHdr OBJECT-TYPE2504SYNTAX Counter322505UNITS "frames"2506MAX-ACCESS read-only2507STATUS current2508DESCRIPTION2509"The number of fast frames with bad header received by this interface."2510::= { wlanIfaceStatisticsEntry 74 }25112512wlanStatsRxFFTooShort OBJECT-TYPE2513SYNTAX Counter322514UNITS "frames"2515MAX-ACCESS read-only2516STATUS current2517DESCRIPTION2518"The number of fast frames received by this interface, for which2519decapsulation failed."2520::= { wlanIfaceStatisticsEntry 75 }25212522wlanStatsRxFFSplitError OBJECT-TYPE2523SYNTAX Counter322524UNITS "frames"2525MAX-ACCESS read-only2526STATUS current2527DESCRIPTION2528"The number of fast frames received by this interface, for which2529decapsulation failed during split."2530::= { wlanIfaceStatisticsEntry 76 }25312532wlanStatsRxFFDecap OBJECT-TYPE2533SYNTAX Counter322534UNITS "frames"2535MAX-ACCESS read-only2536STATUS current2537DESCRIPTION2538"The number of fast frames received by this interface, that were2539successfully decapsulated."2540::= { wlanIfaceStatisticsEntry 77 }25412542wlanStatsTxFFEncap OBJECT-TYPE2543SYNTAX Counter322544UNITS "frames"2545MAX-ACCESS read-only2546STATUS current2547DESCRIPTION2548"The number of encapsulated fast frames transmitted by this interface."2549::= { wlanIfaceStatisticsEntry 78 }25502551wlanStatsRxBadBintval OBJECT-TYPE2552SYNTAX Counter322553UNITS "frames"2554MAX-ACCESS read-only2555STATUS current2556DESCRIPTION2557"The number of frames with bogus beacon interval received by this2558interface."2559::= { wlanIfaceStatisticsEntry 79 }25602561wlanStatsRxDemicFailed OBJECT-TYPE2562SYNTAX Counter322563UNITS "frames"2564MAX-ACCESS read-only2565STATUS current2566DESCRIPTION2567"The number of frames received by this interface for which2568stripping of the MIC failed."2569::= { wlanIfaceStatisticsEntry 80 }25702571wlanStatsRxDefragFailed OBJECT-TYPE2572SYNTAX Counter322573UNITS "frames"2574MAX-ACCESS read-only2575STATUS current2576DESCRIPTION2577"The number of frames received by this interface for which2578defragmentation failed."2579::= { wlanIfaceStatisticsEntry 81 }25802581wlanStatsRxMgmt OBJECT-TYPE2582SYNTAX Counter322583UNITS "frames"2584MAX-ACCESS read-only2585STATUS current2586DESCRIPTION2587"The number of management frames received by this interface."2588::= { wlanIfaceStatisticsEntry 82 }25892590wlanStatsRxActionMgmt OBJECT-TYPE2591SYNTAX Counter322592UNITS "frames"2593MAX-ACCESS read-only2594STATUS current2595DESCRIPTION2596"The number of action management frames received by this interface."2597::= { wlanIfaceStatisticsEntry 83 }25982599wlanStatsRxAMSDUTooShort OBJECT-TYPE2600SYNTAX Counter322601UNITS "frames"2602MAX-ACCESS read-only2603STATUS current2604DESCRIPTION2605"The number of A-MSDU frames received by this interface for which2606decapsulaiton failed."2607::= { wlanIfaceStatisticsEntry 84 }26082609wlanStatsRxAMSDUSplitError OBJECT-TYPE2610SYNTAX Counter322611UNITS "frames"2612MAX-ACCESS read-only2613STATUS current2614DESCRIPTION2615"The number of A-MSDU frames received by this interface for which2616split failed."2617::= { wlanIfaceStatisticsEntry 85 }26182619wlanStatsRxAMSDUDecap OBJECT-TYPE2620SYNTAX Counter322621UNITS "frames"2622MAX-ACCESS read-only2623STATUS current2624DESCRIPTION2625"The number of A-MSDU frames received by this interface which2626were successfully decapsulaited."2627::= { wlanIfaceStatisticsEntry 86 }26282629wlanStatsTxAMSDUEncap OBJECT-TYPE2630SYNTAX Counter322631UNITS "frames"2632MAX-ACCESS read-only2633STATUS current2634DESCRIPTION2635"The number of encapsulated A-MSDU frames transmitted by this2636interface."2637::= { wlanIfaceStatisticsEntry 87 }26382639wlanStatsAMPDUBadBAR OBJECT-TYPE2640SYNTAX Counter322641UNITS "frames"2642MAX-ACCESS read-only2643STATUS current2644DESCRIPTION2645"The number of A-MPDU frames that were dropped by this interface2646source BAR frame processing was disabled."2647::= { wlanIfaceStatisticsEntry 88 }26482649wlanStatsAMPDUOowBar OBJECT-TYPE2650SYNTAX Counter322651UNITS "frames"2652MAX-ACCESS read-only2653STATUS current2654DESCRIPTION2655"The number of A-MPDU BAR before ADDBA frames received by this2656interface."2657::= { wlanIfaceStatisticsEntry 89 }26582659wlanStatsAMPDUMovedBAR OBJECT-TYPE2660SYNTAX Counter322661UNITS "frames"2662MAX-ACCESS read-only2663STATUS current2664DESCRIPTION2665"The number of times a BAR moved window occurred."2666::= { wlanIfaceStatisticsEntry 90 }26672668wlanStatsAMPDURxBAR OBJECT-TYPE2669SYNTAX Counter322670UNITS "frames"2671MAX-ACCESS read-only2672STATUS current2673DESCRIPTION2674"The number of A-MPDU BAR frames received by this interface."2675::= { wlanIfaceStatisticsEntry 91 }26762677wlanStatsAMPDURxOor OBJECT-TYPE2678SYNTAX Counter322679UNITS "frames"2680MAX-ACCESS read-only2681STATUS current2682DESCRIPTION2683"The number of out-of-order A-MPDU frames by received this interface."2684::= { wlanIfaceStatisticsEntry 92 }26852686wlanStatsAMPDURxCopied OBJECT-TYPE2687SYNTAX Counter322688UNITS "frames"2689MAX-ACCESS read-only2690STATUS current2691DESCRIPTION2692"The number of A-MPDU frames by copied down this interface."2693::= { wlanIfaceStatisticsEntry 93 }26942695wlanStatsAMPDURxDropped OBJECT-TYPE2696SYNTAX Counter322697UNITS "frames"2698MAX-ACCESS read-only2699STATUS current2700DESCRIPTION2701"The number of A-MPDU frames by dropped this interface."2702::= { wlanIfaceStatisticsEntry 94 }27032704wlanStatsTxDiscardBadState OBJECT-TYPE2705SYNTAX Counter322706UNITS "frames"2707MAX-ACCESS read-only2708STATUS current2709DESCRIPTION2710"The number of frames queued for transmit on this interface that2711were discarded due to interface state not ready for transmit."2712::= { wlanIfaceStatisticsEntry 95 }27132714wlanStatsTxFailedNoAssoc OBJECT-TYPE2715SYNTAX Counter322716UNITS "frames"2717MAX-ACCESS read-only2718STATUS current2719DESCRIPTION2720"The number of frames queued for transmit on this interface that2721were discarded since the receiving station was not associated."2722::= { wlanIfaceStatisticsEntry 96 }27232724wlanStatsTxClassifyFailed OBJECT-TYPE2725SYNTAX Counter322726UNITS "frames"2727MAX-ACCESS read-only2728STATUS current2729DESCRIPTION2730"The number of frames queued for transmit on this interface that2731were discarded since their priority was not determined."2732::= { wlanIfaceStatisticsEntry 97 }27332734wlanStatsDwdsMcastDiscard OBJECT-TYPE2735SYNTAX Counter322736UNITS "frames"2737MAX-ACCESS read-only2738STATUS current2739DESCRIPTION2740"The number of multicast over DWDS frames discarded by this interface."2741::= { wlanIfaceStatisticsEntry 98 }27422743wlanStatsHTAssocRejectNoHT OBJECT-TYPE2744SYNTAX Counter322745UNITS "frames"2746MAX-ACCESS read-only2747STATUS current2748DESCRIPTION2749"The number of management frames received from a non-HT stations2750that were rejected by this interface."2751::= { wlanIfaceStatisticsEntry 99 }27522753wlanStatsHTAssocDowngrade OBJECT-TYPE2754SYNTAX Counter322755MAX-ACCESS read-only2756STATUS current2757DESCRIPTION2758"The number of times HT was disallowed for an association on2759this interface due to WEP or TKIP requested."2760::= { wlanIfaceStatisticsEntry 100 }27612762wlanStatsHTAssocRateMismatch OBJECT-TYPE2763SYNTAX Counter322764UNITS "frames"2765MAX-ACCESS read-only2766STATUS current2767DESCRIPTION2768"The number of times rate mismatch occurred during HT rate set2769handling on this interface."2770::= { wlanIfaceStatisticsEntry 101 }27712772wlanStatsAMPDURxAge OBJECT-TYPE2773SYNTAX Counter322774UNITS "frames"2775MAX-ACCESS read-only2776STATUS current2777DESCRIPTION2778"The number of A-MPDU frames sent by this interface due to aging out."2779::= { wlanIfaceStatisticsEntry 102 }27802781wlanStatsAMPDUMoved OBJECT-TYPE2782SYNTAX Counter322783MAX-ACCESS read-only2784STATUS current2785DESCRIPTION2786"The number of time A-MPDU MSDU moved window occurred for this2787interface."2788::= { wlanIfaceStatisticsEntry 103 }27892790wlanStatsADDBADisabledReject OBJECT-TYPE2791SYNTAX Counter322792UNITS "frames"2793MAX-ACCESS read-only2794STATUS current2795DESCRIPTION2796"The number of received ADDBA frames that were discarded by this2797interface since ADDBA was disabled."2798::= { wlanIfaceStatisticsEntry 104 }27992800wlanStatsADDBANoRequest OBJECT-TYPE2801SYNTAX Counter322802UNITS "frames"2803MAX-ACCESS read-only2804STATUS current2805DESCRIPTION2806"The number of received ADDBA responses frames that were discarded2807by this interface due to no pending ADDBA."2808::= { wlanIfaceStatisticsEntry 105 }28092810wlanStatsADDBABadToken OBJECT-TYPE2811SYNTAX Counter322812UNITS "frames"2813MAX-ACCESS read-only2814STATUS current2815DESCRIPTION2816"The number of received ADDBA response frames that were discarded2817by this interface since ADDBA response caused dialogtoken mismatch."2818::= { wlanIfaceStatisticsEntry 106 }28192820wlanStatsADDBABadPolicy OBJECT-TYPE2821SYNTAX Counter322822UNITS "frames"2823MAX-ACCESS read-only2824STATUS current2825DESCRIPTION2826"The number of received ADDBA response frames that were discarded2827by this interface since ADDBA response caused policy mismatch."2828::= { wlanIfaceStatisticsEntry 107 }28292830wlanStatsAMPDUStopped OBJECT-TYPE2831SYNTAX Counter322832MAX-ACCESS read-only2833STATUS current2834DESCRIPTION2835"The number of times a A-MPDU stream stopped on this interface."2836::= { wlanIfaceStatisticsEntry 108 }28372838wlanStatsAMPDUStopFailed OBJECT-TYPE2839SYNTAX Counter322840MAX-ACCESS read-only2841STATUS current2842DESCRIPTION2843"The number of times a A-MPDU stream stop failed on this interface."2844::= { wlanIfaceStatisticsEntry 109 }28452846wlanStatsAMPDURxReorder OBJECT-TYPE2847SYNTAX Counter322848UNITS "frames"2849MAX-ACCESS read-only2850STATUS current2851DESCRIPTION2852"The number of received reordered A-MPDU frames on this interface."2853::= { wlanIfaceStatisticsEntry 110 }28542855wlanStatsScansBackground OBJECT-TYPE2856SYNTAX Counter322857MAX-ACCESS read-only2858STATUS current2859DESCRIPTION2860"The number of background scans started on this interface."2861::= { wlanIfaceStatisticsEntry 111 }28622863wlanLastDeauthReason OBJECT-TYPE2864SYNTAX WlanMgmtReasonCode2865MAX-ACCESS read-only2866STATUS current2867DESCRIPTION2868"The last received deauthenticate reason on this interface."2869::= { wlanIfaceStatisticsEntry 112 }28702871wlanLastDissasocReason OBJECT-TYPE2872SYNTAX WlanMgmtReasonCode2873MAX-ACCESS read-only2874STATUS current2875DESCRIPTION2876"The last received disassociate reason on this interface."2877::= { wlanIfaceStatisticsEntry 113 }28782879wlanLastAuthFailReason OBJECT-TYPE2880SYNTAX WlanMgmtReasonCode2881MAX-ACCESS read-only2882STATUS current2883DESCRIPTION2884"The last received authentication failed reason on this interface."2885::= { wlanIfaceStatisticsEntry 114 }28862887wlanStatsBeaconMissedEvents OBJECT-TYPE2888SYNTAX Counter322889UNITS "frames"2890MAX-ACCESS read-only2891STATUS current2892DESCRIPTION2893"The number of beacon miss notification events on this interface."2894::= { wlanIfaceStatisticsEntry 115 }28952896wlanStatsRxDiscardBadStates OBJECT-TYPE2897SYNTAX Counter322898UNITS "frames"2899MAX-ACCESS read-only2900STATUS current2901DESCRIPTION2902"The number of frames received on this interface that were discarded2903due to interface state not ready for receive."2904::= { wlanIfaceStatisticsEntry 116 }29052906wlanStatsFFFlushed OBJECT-TYPE2907SYNTAX Counter322908UNITS "frames"2909MAX-ACCESS read-only2910STATUS current2911DESCRIPTION2912"The number of fast frames flushed from the stage queue on this2913interface."2914::= { wlanIfaceStatisticsEntry 117 }29152916wlanStatsTxControlFrames OBJECT-TYPE2917SYNTAX Counter322918UNITS "frames"2919MAX-ACCESS read-only2920STATUS current2921DESCRIPTION2922"The number of control frames transmitted by this interface."2923::= { wlanIfaceStatisticsEntry 118 }29242925wlanStatsAMPDURexmt OBJECT-TYPE2926SYNTAX Counter322927UNITS "frames"2928MAX-ACCESS read-only2929STATUS current2930DESCRIPTION2931"The number of A-MPDU frames successfully retransmitted by this2932interface."2933::= { wlanIfaceStatisticsEntry 119 }29342935wlanStatsAMPDURexmtFailed OBJECT-TYPE2936SYNTAX Counter322937UNITS "frames"2938MAX-ACCESS read-only2939STATUS current2940DESCRIPTION2941"The number of A-MPDU frames for which retransmission failed on2942this interface."2943::= { wlanIfaceStatisticsEntry 120 }29442945wlanStatsReset OBJECT-TYPE2946SYNTAX INTEGER {2947no-op(1),2948clear(2)2949}2950MAX-ACCESS read-write2951STATUS current2952DESCRIPTION2953"The value of this object is used to reset the statistics on this2954interface."2955::= { wlanIfaceStatisticsEntry 121 }29562957-- ---------------------------------------------------------- --2958-- The WEP Configuration Database for Wireless interfaces2959-- ---------------------------------------------------------- --29602961wlanWepInterfaceTable OBJECT-TYPE2962SYNTAX SEQUENCE OF WlanWepInterfaceEntry2963MAX-ACCESS not-accessible2964STATUS current2965DESCRIPTION2966"A table that contains WEP configuration for the wireless interfaces2967on the managed system."2968::= { begemotWlanWep 1 }29692970wlanWepInterfaceEntry OBJECT-TYPE2971SYNTAX WlanWepInterfaceEntry2972MAX-ACCESS not-accessible2973STATUS current2974DESCRIPTION2975"WEP Configuration for wireless interface."2976INDEX { wlanIfaceName}2977::= { wlanWepInterfaceTable 1 }29782979WlanWepInterfaceEntry ::= SEQUENCE {2980wlanWepMode INTEGER,2981wlanWepDefTxKey INTEGER2982}29832984wlanWepMode OBJECT-TYPE2985SYNTAX INTEGER {2986off(0),2987on(1),2988mixed(2)2989}2990MAX-ACCESS read-write2991STATUS current2992DESCRIPTION2993"The WEP mode set on the interface."2994DEFVAL { off }2995::= { wlanWepInterfaceEntry 1 }29962997wlanWepDefTxKey OBJECT-TYPE2998SYNTAX INTEGER2999MAX-ACCESS read-write3000STATUS current3001DESCRIPTION3002"The index of the default WEP key for the interface."3003::= { wlanWepInterfaceEntry 2 }30043005wlanWepKeyTable OBJECT-TYPE3006SYNTAX SEQUENCE OF WlanWepKeyEntry3007MAX-ACCESS not-accessible3008STATUS current3009DESCRIPTION3010"A table that contains the configured WEP keys for a virtual3011wireless interface."3012::= { begemotWlanWep 2 }30133014wlanWepKeyEntry OBJECT-TYPE3015SYNTAX WlanWepKeyEntry3016MAX-ACCESS not-accessible3017STATUS current3018DESCRIPTION3019"A configured WEP Key entry."3020INDEX { wlanIfaceName, wlanWepKeyID }3021::= { wlanWepKeyTable 1 }30223023WlanWepKeyEntry ::= SEQUENCE {3024wlanWepKeyID INTEGER,3025wlanWepKeyLength INTEGER,3026wlanWepKeySet OCTET STRING,3027wlanWepKeyHash OCTET STRING,3028wlanWepKeyStatus RowStatus3029}30303031wlanWepKeyID OBJECT-TYPE3032SYNTAX INTEGER (1..4)3033MAX-ACCESS read-write3034STATUS current3035DESCRIPTION3036"The WEP Key ID."3037::= { wlanWepKeyEntry 1 }30383039wlanWepKeyLength OBJECT-TYPE3040SYNTAX INTEGER3041MAX-ACCESS read-only3042STATUS current3043DESCRIPTION3044"The WEP Key length."3045::= { wlanWepKeyEntry 2 }30463047wlanWepKeySet OBJECT-TYPE3048SYNTAX OCTET STRING3049MAX-ACCESS read-write3050STATUS current3051DESCRIPTION3052"The WEP Key String to configure for this key. When GET is attempted3053for this column, an empty Octet String is returned."3054::= { wlanWepKeyEntry 3 }30553056wlanWepKeyHash OBJECT-TYPE3057SYNTAX OCTET STRING3058MAX-ACCESS read-only3059STATUS current3060DESCRIPTION3061"The SHA256 hash produced of the WEP Key String."3062::= { wlanWepKeyEntry 4 }30633064wlanWepKeyStatus OBJECT-TYPE3065SYNTAX RowStatus3066MAX-ACCESS read-write3067STATUS current3068DESCRIPTION3069"This object is used for creating/deleting WEP keys."3070::= { wlanWepKeyEntry 5 }30713072-- ---------------------------------------------------------- --3073-- The MAC Access Control Database for Wireless interfaces3074-- ---------------------------------------------------------- --30753076wlanMACAccessControlTable OBJECT-TYPE3077SYNTAX SEQUENCE OF WlanMACAccessControlEntry3078MAX-ACCESS not-accessible3079STATUS current3080DESCRIPTION3081"A table that contains Access Control configuration for wireless3082interfaces operating as an access point."3083::= { begemotWlanMACAccessControl 1 }30843085wlanMACAccessControlEntry OBJECT-TYPE3086SYNTAX WlanMACAccessControlEntry3087MAX-ACCESS not-accessible3088STATUS current3089DESCRIPTION3090"The MAC Access Control configuration for a wireless interface3091operating as an access point."3092INDEX { wlanIfaceName}3093::= { wlanMACAccessControlTable 1 }30943095WlanMACAccessControlEntry ::= SEQUENCE {3096wlanMACAccessControlPolicy INTEGER,3097wlanMACAccessControlNacl Counter32,3098wlanMACAccessControlFlush INTEGER3099}31003101wlanMACAccessControlPolicy OBJECT-TYPE3102SYNTAX INTEGER {3103open(0),3104allow(1),3105deny(2),3106radius(7)3107}3108MAX-ACCESS read-write3109STATUS current3110DESCRIPTION3111"The value of this object specifies the MAC Access Control policy3112for this Host AP interface."3113DEFVAL { open }3114::= { wlanMACAccessControlEntry 1 }31153116wlanMACAccessControlNacl OBJECT-TYPE3117SYNTAX Counter323118MAX-ACCESS read-only3119STATUS current3120DESCRIPTION3121"The number of active MAC Access Control Entries in the Database3122for this Host AP interface."3123::= { wlanMACAccessControlEntry 2 }31243125wlanMACAccessControlFlush OBJECT-TYPE3126SYNTAX INTEGER {3127no-op(0),3128flush(1)3129}3130MAX-ACCESS read-write3131STATUS current3132DESCRIPTION3133"This object is used to flush all entries from the MAC Access3134Control Database for the specified virtual wireless interface."3135::= { wlanMACAccessControlEntry 3 }31363137wlanMACAccessControlMACTable OBJECT-TYPE3138SYNTAX SEQUENCE OF WlanMACAccessControlMACEntry3139MAX-ACCESS not-accessible3140STATUS current3141DESCRIPTION3142"A table that contains Access Control MAC for virtual wireless3143interfaces operating in Host AP mode."3144::= { begemotWlanMACAccessControl 2 }31453146wlanMACAccessControlMACEntry OBJECT-TYPE3147SYNTAX WlanMACAccessControlMACEntry3148MAX-ACCESS not-accessible3149STATUS current3150DESCRIPTION3151"The MAC Access Control configuration database with MAC addresses3152for a virtual wireless interface."3153INDEX { wlanIfaceName, wlanMACAccessControlMAC }3154::= { wlanMACAccessControlMACTable 1 }31553156WlanMACAccessControlMACEntry ::= SEQUENCE {3157wlanMACAccessControlMAC MacAddress,3158wlanMACAccessControlMACStatus RowStatus3159}31603161wlanMACAccessControlMAC OBJECT-TYPE3162SYNTAX MacAddress3163MAX-ACCESS read-write3164STATUS current3165DESCRIPTION3166"The value of this object specifies the station's MAC to which3167the Access Control policy will be applied."3168::= { wlanMACAccessControlMACEntry 1 }31693170wlanMACAccessControlMACStatus OBJECT-TYPE3171SYNTAX RowStatus3172MAX-ACCESS read-write3173STATUS current3174DESCRIPTION3175"The object is used to add or delete MAC entries from the Access3176Control Database for this interface operating in Host AP mode.3177To add an entry the value of this object should be set to createAndGo,3178a value of destroy will remove an existing entry. A GET on this object3179will always return value active."3180::= { wlanMACAccessControlMACEntry 2 }31813182-- ---------------------------------------------------------- --3183-- The Mesh Routing Database for interfaces operating in mesh mode3184-- ---------------------------------------------------------- --31853186wlanMeshRoutingConfig OBJECT IDENTIFIER ::= { begemotWlanMeshRouting 1 }31873188wlanMeshInterface OBJECT IDENTIFIER ::= { begemotWlanMeshRouting 2 }31893190wlanMeshRoute OBJECT IDENTIFIER ::= { begemotWlanMeshRouting 3 }31913192wlanMeshStatistics OBJECT IDENTIFIER ::= { begemotWlanMeshRouting 4 }31933194wlanMeshRouteProtocols OBJECT IDENTIFIER ::= { begemotWlanMeshRouting 5 }31953196wlanMeshMaxRetries OBJECT-TYPE3197SYNTAX INTEGER3198MAX-ACCESS read-write3199STATUS current3200DESCRIPTION3201"Maximum retries during peer link establishment for wireless mesh3202routing operation."3203DEFVAL { 2 }3204::= { wlanMeshRoutingConfig 1 }32053206wlanMeshConfirmTimeout OBJECT-TYPE3207SYNTAX INTEGER3208UNITS "milliseconds"3209MAX-ACCESS read-write3210STATUS current3211DESCRIPTION3212"Confirm state timeout for wireless mesh routing operation."3213DEFVAL { 40 }3214::= { wlanMeshRoutingConfig 2 }32153216wlanMeshHoldingTimeout OBJECT-TYPE3217SYNTAX INTEGER3218UNITS "milliseconds"3219MAX-ACCESS read-write3220STATUS current3221DESCRIPTION3222"Holding state timeout for wireless mesh routing operation."3223DEFVAL { 40 }3224::= { wlanMeshRoutingConfig 3 }32253226wlanMeshRetryTimeout OBJECT-TYPE3227SYNTAX INTEGER3228UNITS "milliseconds"3229MAX-ACCESS read-write3230STATUS current3231DESCRIPTION3232"Retry timeout for wireless mesh routing operation."3233DEFVAL { 40 }3234::= { wlanMeshRoutingConfig 4 }32353236wlanMeshInterfaceTable OBJECT-TYPE3237SYNTAX SEQUENCE OF WlanMeshInterfaceEntry3238MAX-ACCESS not-accessible3239STATUS current3240DESCRIPTION3241"A table that contains information for wireless interfaces operating3242as wireless mesh points."3243::= { wlanMeshInterface 1 }32443245wlanMeshInterfaceEntry OBJECT-TYPE3246SYNTAX WlanMeshInterfaceEntry3247MAX-ACCESS not-accessible3248STATUS current3249DESCRIPTION3250"Wireless Mesh Routing information for an interface operating as3251mesh point."3252INDEX { wlanIfaceName }3253::= { wlanMeshInterfaceTable 1 }32543255WlanMeshInterfaceEntry ::= SEQUENCE {3256wlanMeshId OCTET STRING,3257wlanMeshTTL INTEGER,3258wlanMeshPeeringEnabled TruthValue,3259wlanMeshForwardingEnabled TruthValue,3260wlanMeshMetric INTEGER,3261wlanMeshPath INTEGER,3262wlanMeshRoutesFlush INTEGER3263}32643265wlanMeshId OBJECT-TYPE3266SYNTAX OCTET STRING (SIZE(1..32))3267MAX-ACCESS read-write3268STATUS current3269DESCRIPTION3270"The desired Mesh Identifier for the interface."3271::= { wlanMeshInterfaceEntry 1 }32723273wlanMeshTTL OBJECT-TYPE3274SYNTAX INTEGER3275UNITS "hops"3276MAX-ACCESS read-write3277STATUS current3278DESCRIPTION3279"The number of hops a packet may be forwarded before it is discarded."3280DEFVAL { 31 }3281::= { wlanMeshInterfaceEntry 2 }32823283wlanMeshPeeringEnabled OBJECT-TYPE3284SYNTAX TruthValue3285MAX-ACCESS read-write3286STATUS current3287DESCRIPTION3288"Enable or disable peering with neighbor mesh stations for this3289interface."3290DEFVAL { true }3291::= { wlanMeshInterfaceEntry 3 }32923293wlanMeshForwardingEnabled OBJECT-TYPE3294SYNTAX TruthValue3295MAX-ACCESS read-write3296STATUS current3297DESCRIPTION3298"Enable or disable forwarding packets by this interface."3299DEFVAL { true }3300::= { wlanMeshInterfaceEntry 4 }33013302wlanMeshMetric OBJECT-TYPE3303SYNTAX INTEGER {3304unknown(0),3305airtime(1)3306}3307MAX-ACCESS read-write3308STATUS current3309DESCRIPTION3310"The link metric protocol used by the interface."3311DEFVAL { airtime }3312::= { wlanMeshInterfaceEntry 5 }33133314wlanMeshPath OBJECT-TYPE3315SYNTAX INTEGER {3316unknown(0),3317hwmp(1)3318}3319MAX-ACCESS read-write3320STATUS current3321DESCRIPTION3322"The path selection protocol used by the interface."3323DEFVAL { hwmp }3324::= { wlanMeshInterfaceEntry 6 }33253326wlanMeshRoutesFlush OBJECT-TYPE3327SYNTAX INTEGER {3328no-op(0),3329flush(1)3330}3331MAX-ACCESS read-write3332STATUS current3333DESCRIPTION3334"This object is used to flush all mesh route entries from the mesh3335routing table for the specified interface."3336::= { wlanMeshInterfaceEntry 7 }33373338wlanMeshNeighborTable OBJECT-TYPE3339SYNTAX SEQUENCE OF WlanMeshNeighborEntry3340MAX-ACCESS not-accessible3341STATUS current3342DESCRIPTION3343"A table that contains information for the neighbors of wireless3344interfaces operating in mesh mode."3345::= { wlanMeshInterface 2 }33463347wlanMeshNeighborEntry OBJECT-TYPE3348SYNTAX WlanMeshNeighborEntry3349MAX-ACCESS not-accessible3350STATUS current3351DESCRIPTION3352"Information for all neighbors of a wireless interface operating as3353a mesh point."3354INDEX { wlanIfaceName, wlanMeshNeighborAddress }3355::= { wlanMeshNeighborTable 1 }33563357WlanMeshNeighborEntry ::= SEQUENCE {3358wlanMeshNeighborAddress MacAddress,3359wlanMeshNeighborFrequency INTEGER,3360wlanMeshNeighborLocalId INTEGER,3361wlanMeshNeighborPeerId INTEGER,3362wlanMeshNeighborPeerState INTEGER,3363wlanMeshNeighborCurrentTXRate INTEGER,3364wlanMeshNeighborRxSignalStrength INTEGER,3365wlanMeshNeighborIdleTimer INTEGER,3366wlanMeshNeighborTxSequenceNo INTEGER,3367wlanMeshNeighborRxSequenceNo INTEGER3368}33693370wlanMeshNeighborAddress OBJECT-TYPE3371SYNTAX MacAddress3372MAX-ACCESS read-only3373STATUS current3374DESCRIPTION3375"The Ethernet address of this neighbor."3376::= { wlanMeshNeighborEntry 1 }33773378wlanMeshNeighborFrequency OBJECT-TYPE3379SYNTAX INTEGER3380MAX-ACCESS read-only3381STATUS current3382DESCRIPTION3383"The operating frequency for the link with this neighbor."3384::= { wlanMeshNeighborEntry 2 }33853386wlanMeshNeighborLocalId OBJECT-TYPE3387SYNTAX INTEGER3388MAX-ACCESS read-only3389STATUS current3390DESCRIPTION3391"The local mesh id for this neighbor."3392::= { wlanMeshNeighborEntry 3 }33933394wlanMeshNeighborPeerId OBJECT-TYPE3395SYNTAX INTEGER3396MAX-ACCESS read-only3397STATUS current3398DESCRIPTION3399"The mesh peer id of this neighbor."3400::= { wlanMeshNeighborEntry 4 }34013402wlanMeshNeighborPeerState OBJECT-TYPE3403SYNTAX INTEGER {3404idle(0),3405openTx(1),3406openRx(2),3407confirmRx(3),3408established(4),3409closing(5)3410}3411MAX-ACCESS read-only3412STATUS current3413DESCRIPTION3414"The current link state for this neighbor."3415::= { wlanMeshNeighborEntry 5 }34163417wlanMeshNeighborCurrentTXRate OBJECT-TYPE3418SYNTAX INTEGER3419MAX-ACCESS read-only3420STATUS current3421DESCRIPTION3422"The current transmit rate for this neighbor."3423::= { wlanMeshNeighborEntry 6 }34243425wlanMeshNeighborRxSignalStrength OBJECT-TYPE3426SYNTAX INTEGER3427MAX-ACCESS read-only3428STATUS current3429DESCRIPTION3430"The average receive signal strength for this neighbor."3431::= { wlanMeshNeighborEntry 7 }34323433wlanMeshNeighborIdleTimer OBJECT-TYPE3434SYNTAX INTEGER3435UNITS "seconds"3436MAX-ACCESS read-only3437STATUS current3438DESCRIPTION3439"The value of this neighbor's inactivity timer."3440::= { wlanMeshNeighborEntry 8 }34413442wlanMeshNeighborTxSequenceNo OBJECT-TYPE3443SYNTAX INTEGER3444MAX-ACCESS read-only3445STATUS current3446DESCRIPTION3447"The last sequence number transmitted to this neighbor."3448::= { wlanMeshNeighborEntry 9 }34493450wlanMeshNeighborRxSequenceNo OBJECT-TYPE3451SYNTAX INTEGER3452MAX-ACCESS read-only3453STATUS current3454DESCRIPTION3455"The last sequence number received from this neighbor."3456::= { wlanMeshNeighborEntry 10 }34573458wlanMeshRouteTable OBJECT-TYPE3459SYNTAX SEQUENCE OF WlanMeshRouteEntry3460MAX-ACCESS not-accessible3461STATUS current3462DESCRIPTION3463"A table that contains the mesh routing table for interfaces operating3464as mesh points, used for forwarding packets on a mesh network."3465::= { wlanMeshRoute 1 }34663467wlanMeshRouteEntry OBJECT-TYPE3468SYNTAX WlanMeshRouteEntry3469MAX-ACCESS not-accessible3470STATUS current3471DESCRIPTION3472"Wireless Mesh Routing Table entries for virtual wireless interfaces."3473INDEX { wlanIfaceName, wlanMeshRouteDestination }3474::= { wlanMeshRouteTable 1 }34753476WlanMeshRouteEntry ::= SEQUENCE {3477wlanMeshRouteDestination MacAddress,3478wlanMeshRouteNextHop MacAddress,3479wlanMeshRouteHops INTEGER,3480wlanMeshRouteMetric Unsigned32,3481wlanMeshRouteLifeTime Unsigned32,3482wlanMeshRouteLastMseq Unsigned32,3483wlanMeshRouteFlags BITS,3484wlanMeshRouteStatus RowStatus3485}34863487wlanMeshRouteDestination OBJECT-TYPE3488SYNTAX MacAddress3489MAX-ACCESS read-create3490STATUS current3491DESCRIPTION3492"The mesh route entry's destination address."3493::= { wlanMeshRouteEntry 1 }34943495wlanMeshRouteNextHop OBJECT-TYPE3496SYNTAX MacAddress3497MAX-ACCESS read-only3498STATUS current3499DESCRIPTION3500"The mesh route entry's next hop address."3501::= { wlanMeshRouteEntry 2 }35023503wlanMeshRouteHops OBJECT-TYPE3504SYNTAX INTEGER3505MAX-ACCESS read-only3506STATUS current3507DESCRIPTION3508"The number of hops for this mesh route entry."3509::= { wlanMeshRouteEntry 3 }35103511wlanMeshRouteMetric OBJECT-TYPE3512SYNTAX Unsigned323513MAX-ACCESS read-only3514STATUS current3515DESCRIPTION3516"The metric of this mesh route entry."3517::= { wlanMeshRouteEntry 4 }35183519wlanMeshRouteLifeTime OBJECT-TYPE3520SYNTAX Unsigned323521UNITS "seconds"3522MAX-ACCESS read-only3523STATUS current3524DESCRIPTION3525"The life time of this mesh route entry."3526::= { wlanMeshRouteEntry 5 }35273528wlanMeshRouteLastMseq OBJECT-TYPE3529SYNTAX Unsigned323530MAX-ACCESS read-only3531STATUS current3532DESCRIPTION3533"The last sequence number seen from this destination."3534::= { wlanMeshRouteEntry 6 }35353536wlanMeshRouteFlags OBJECT-TYPE3537SYNTAX BITS {3538valid(1),3539proxy(2)3540}3541MAX-ACCESS read-only3542STATUS current3543DESCRIPTION3544"The Mesh Route entry's flags."3545::= { wlanMeshRouteEntry 7 }35463547wlanMeshRouteStatus OBJECT-TYPE3548SYNTAX RowStatus3549MAX-ACCESS read-write3550STATUS current3551DESCRIPTION3552"The object is used to add or delete entries from the mesh routing3553table for the virtual wireless interface."3554::= { wlanMeshRouteEntry 8 }35553556wlanMeshStatsTable OBJECT-TYPE3557SYNTAX SEQUENCE OF WlanMeshStatsEntry3558MAX-ACCESS not-accessible3559STATUS current3560DESCRIPTION3561"A table that contains summary statistics for each virtual wireless3562interface operating as mesh point."3563::= { wlanMeshStatistics 1 }35643565wlanMeshStatsEntry OBJECT-TYPE3566SYNTAX WlanMeshStatsEntry3567MAX-ACCESS not-accessible3568STATUS current3569DESCRIPTION3570"A list of statistics for each virtual wireless interface operating3571as mesh point."3572INDEX { wlanIfaceName }3573::= { wlanMeshStatsTable 1 }35743575WlanMeshStatsEntry ::= SEQUENCE {3576wlanMeshDroppedBadSta Counter32,3577wlanMeshDroppedNoLink Counter32,3578wlanMeshNoFwdTtl Counter32,3579wlanMeshNoFwdBuf Counter32,3580wlanMeshNoFwdTooShort Counter32,3581wlanMeshNoFwdDisabled Counter32,3582wlanMeshNoFwdPathUnknown Counter32,3583wlanMeshDroppedBadAE Counter32,3584wlanMeshRouteAddFailed Counter32,3585wlanMeshDroppedNoProxy Counter32,3586wlanMeshDroppedMisaligned Counter323587}35883589wlanMeshDroppedBadSta OBJECT-TYPE3590SYNTAX Counter323591UNITS "frames"3592MAX-ACCESS read-only3593STATUS current3594DESCRIPTION3595"The number of frames dropped by this interface since they were3596received from a non-mesh station."3597::= { wlanMeshStatsEntry 1 }35983599wlanMeshDroppedNoLink OBJECT-TYPE3600SYNTAX Counter323601UNITS "frames"3602MAX-ACCESS read-only3603STATUS current3604DESCRIPTION3605"The number of frames dropped by this interface since no link had3606been established."3607::= { wlanMeshStatsEntry 2 }36083609wlanMeshNoFwdTtl OBJECT-TYPE3610SYNTAX Counter323611UNITS "frames"3612MAX-ACCESS read-only3613STATUS current3614DESCRIPTION3615"The number of frames that were not forwarded by this interface3616because of a zero TTL."3617::= { wlanMeshStatsEntry 3 }36183619wlanMeshNoFwdBuf OBJECT-TYPE3620SYNTAX Counter323621UNITS "frames"3622MAX-ACCESS read-only3623STATUS current3624DESCRIPTION3625"The number of frames that were not forwarded by this interface3626due to lack of free buffers."3627::= { wlanMeshStatsEntry 4 }36283629wlanMeshNoFwdTooShort OBJECT-TYPE3630SYNTAX Counter323631UNITS "frames"3632MAX-ACCESS read-only3633STATUS current3634DESCRIPTION3635"The number of frames that were not forwarded by this interface3636due to missing headers."3637::= { wlanMeshStatsEntry 5 }36383639wlanMeshNoFwdDisabled OBJECT-TYPE3640SYNTAX Counter323641UNITS "frames"3642MAX-ACCESS read-only3643STATUS current3644DESCRIPTION3645"The number of frames that were not forwarded by this interface3646since forwarding was disabled."3647::= { wlanMeshStatsEntry 6 }36483649wlanMeshNoFwdPathUnknown OBJECT-TYPE3650SYNTAX Counter323651UNITS "frames"3652MAX-ACCESS read-only3653STATUS current3654DESCRIPTION3655"The number of frames that were not forwarded by this interface3656since the path was unknown."3657::= { wlanMeshStatsEntry 7 }36583659wlanMeshDroppedBadAE OBJECT-TYPE3660SYNTAX Counter323661UNITS "frames"3662MAX-ACCESS read-only3663STATUS current3664DESCRIPTION3665"The number of frames that were dropped by this interface since3666the AE was invalid."3667::= { wlanMeshStatsEntry 8 }36683669wlanMeshRouteAddFailed OBJECT-TYPE3670SYNTAX Counter323671MAX-ACCESS read-only3672STATUS current3673DESCRIPTION3674"The number of times an addition of a route to the mesh routing3675table for this interface failed."3676::= { wlanMeshStatsEntry 9 }36773678wlanMeshDroppedNoProxy OBJECT-TYPE3679SYNTAX Counter323680UNITS "frames"3681MAX-ACCESS read-only3682STATUS current3683DESCRIPTION3684"The number of frames that were dropped by this interface since3685proxying was not enabled on the interface."3686::= { wlanMeshStatsEntry 10 }36873688wlanMeshDroppedMisaligned OBJECT-TYPE3689SYNTAX Counter323690UNITS "frames"3691MAX-ACCESS read-only3692STATUS current3693DESCRIPTION3694"The number of frames that were dropped by this interface due to3695bad alignment."3696::= { wlanMeshStatsEntry 11 }36973698-- ---------------------------------------------------------- --3699-- Subtrees containing data for each supported mesh routing protocol.3700-- ---------------------------------------------------------- --37013702wlanMeshProtoHWMP OBJECT IDENTIFIER ::= { wlanMeshRouteProtocols 1 }37033704-- ---------------------------------------------------------- --3705-- Hybrid Wireless Mesh Protocol database.3706-- ---------------------------------------------------------- --3707wlanMeshHWMPConfig OBJECT IDENTIFIER ::= { wlanMeshProtoHWMP 1 }37083709wlanMeshHWMPInterface OBJECT IDENTIFIER ::= { wlanMeshProtoHWMP 2 }37103711wlanMeshHWMPStatistics OBJECT IDENTIFIER ::= { wlanMeshProtoHWMP 3 }37123713wlanHWMPRouteInactiveTimeout OBJECT-TYPE3714SYNTAX INTEGER3715UNITS "milliseconds"3716MAX-ACCESS read-write3717STATUS current3718DESCRIPTION3719"The HWMP Route inactivity timeout."3720DEFVAL { 5000 }3721::= { wlanMeshHWMPConfig 1 }37223723wlanHWMPRootAnnounceInterval OBJECT-TYPE3724SYNTAX INTEGER3725UNITS "milliseconds"3726MAX-ACCESS read-write3727STATUS current3728DESCRIPTION3729"The HWMP Root Announcement interval."3730DEFVAL { 1000 }3731::= { wlanMeshHWMPConfig 2 }37323733wlanHWMPRootInterval OBJECT-TYPE3734SYNTAX INTEGER3735UNITS "milliseconds"3736MAX-ACCESS read-write3737STATUS current3738DESCRIPTION3739"The HWMP Root interval."3740DEFVAL { 2000 }3741::= { wlanMeshHWMPConfig 3 }37423743wlanHWMPRootTimeout OBJECT-TYPE3744SYNTAX INTEGER3745UNITS "milliseconds"3746MAX-ACCESS read-write3747STATUS current3748DESCRIPTION3749"The root PREQ timeout."3750DEFVAL { 5000 }3751::= { wlanMeshHWMPConfig 4 }37523753wlanHWMPPathLifetime OBJECT-TYPE3754SYNTAX INTEGER3755UNITS "milliseconds"3756MAX-ACCESS read-write3757STATUS current3758DESCRIPTION3759"The HWMP path entry lifetime."3760DEFVAL { 500 }3761::= { wlanMeshHWMPConfig 5 }37623763wlanHWMPReplyForwardBit OBJECT-TYPE3764SYNTAX INTEGER3765MAX-ACCESS read-write3766STATUS current3767DESCRIPTION3768"A non-zero value for this object specifies that RF bit shall be3769set on generated PREQs."3770DEFVAL { 1 }3771::= { wlanMeshHWMPConfig 6 }37723773wlanHWMPTargetOnlyBit OBJECT-TYPE3774SYNTAX INTEGER3775MAX-ACCESS read-write3776STATUS current3777DESCRIPTION3778"A non-zero value for this object specifies that TO bit shall be3779set on generated PREQs."3780DEFVAL { 0 }3781::= { wlanMeshHWMPConfig 7 }37823783wlanHWMPInterfaceTable OBJECT-TYPE3784SYNTAX SEQUENCE OF WlanHWMPInterfaceEntry3785MAX-ACCESS not-accessible3786STATUS current3787DESCRIPTION3788"A table that contains information for wireless interfaces3789operating in mesh mode."3790::= { wlanMeshHWMPInterface 1 }37913792wlanHWMPInterfaceEntry OBJECT-TYPE3793SYNTAX WlanHWMPInterfaceEntry3794MAX-ACCESS not-accessible3795STATUS current3796DESCRIPTION3797"Wireless Mesh Routing HWMP information for a wireless interface."3798INDEX { wlanIfaceName }3799::= { wlanHWMPInterfaceTable 1 }38003801WlanHWMPInterfaceEntry ::= SEQUENCE {3802wlanHWMPRootMode INTEGER,3803wlanHWMPMaxHops INTEGER3804}38053806wlanHWMPRootMode OBJECT-TYPE3807SYNTAX INTEGER {3808disabled(1),3809normal(2),3810proactive(3),3811rann(4)3812}3813MAX-ACCESS read-write3814STATUS current3815DESCRIPTION3816"This object is used to configure whether the interface will operate3817as root node and specify root node mode."3818DEFVAL { disabled }3819::= { wlanHWMPInterfaceEntry 1 }38203821wlanHWMPMaxHops OBJECT-TYPE3822SYNTAX INTEGER3823MAX-ACCESS read-write3824STATUS current3825DESCRIPTION3826"The maximum number of hops allowed on an HMWP path for this interface."3827DEFVAL { 31 }3828::= { wlanHWMPInterfaceEntry 2 }38293830wlanMeshHWMPStatsTable OBJECT-TYPE3831SYNTAX SEQUENCE OF WlanMeshHWMPStatsEntry3832MAX-ACCESS not-accessible3833STATUS current3834DESCRIPTION3835"A table that contains summary statistics for HWMP operation on an3836interface operating as mesh point."3837::= { wlanMeshHWMPStatistics 1 }38383839wlanMeshHWMPStatsEntry OBJECT-TYPE3840SYNTAX WlanMeshHWMPStatsEntry3841MAX-ACCESS not-accessible3842STATUS current3843DESCRIPTION3844"A list of HWMP statistics for each wlan interface operating as HWMP3845mesh point."3846INDEX { wlanIfaceName }3847::= { wlanMeshHWMPStatsTable 1 }38483849WlanMeshHWMPStatsEntry ::= SEQUENCE {3850wlanMeshHWMPWrongSeqNo Counter32,3851wlanMeshHWMPTxRootPREQ Counter32,3852wlanMeshHWMPTxRootRANN Counter32,3853wlanMeshHWMPProxy Counter323854}38553856wlanMeshHWMPWrongSeqNo OBJECT-TYPE3857SYNTAX Counter323858UNITS "frames"3859MAX-ACCESS read-only3860STATUS current3861DESCRIPTION3862"The number of HWMP frames with wrong sequence number received by3863this interface."3864::= { wlanMeshHWMPStatsEntry 1 }38653866wlanMeshHWMPTxRootPREQ OBJECT-TYPE3867SYNTAX Counter323868UNITS "frames"3869MAX-ACCESS read-only3870STATUS current3871DESCRIPTION3872"The number of HWMP Root PREQ frames sent by this interface."3873::= { wlanMeshHWMPStatsEntry 2 }38743875wlanMeshHWMPTxRootRANN OBJECT-TYPE3876SYNTAX Counter323877UNITS "frames"3878MAX-ACCESS read-only3879STATUS current3880DESCRIPTION3881"The number of HWMP Root RANN frames sent by this interface."3882::= { wlanMeshHWMPStatsEntry 3 }38833884wlanMeshHWMPProxy OBJECT-TYPE3885SYNTAX Counter323886UNITS "frames"3887MAX-ACCESS read-only3888STATUS current3889DESCRIPTION3890"The number of HWMP PREP frames discarded by this interface due to3891the HWMP route being marked as proxy."3892::= { wlanMeshHWMPStatsEntry 4 }38933894END389538963897