HPN-ICF-DOT11-REF-MIB

File: HPN-ICF-DOT11-REF-MIB.mib (22108 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI HPN-ICF-OID-MIB

Imported symbols

TEXTUAL-CONVENTION MODULE-IDENTITY Integer32
Unsigned32 OBJECT-TYPE hpnicfCommon

Defined Types

HpnicfDot11ObjectIDType  
Represents AP identifier value type.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..127)  

HpnicfDot11RadioScopeType  
Represents radio value scope.
TEXTUAL-CONVENTION    
  Integer32  

HpnicfDot11RadioType  
Represents AP 802.11 radio type of 802.11a/b/g/n/ac as per the standard. The following values are supported: dot11a - 802.11a dot11b - 802.11b dot11g - 802.11g dot11n - 802.11n dot11gn - 802.11gn dot11an - 802.11an dot11ac - 802.11ac
TEXTUAL-CONVENTION    
  INTEGER dot11a(1), dot11b(2), dot11g(4), dot11n(8), dot11gn(16), dot11an(32), dot11ac(64)  

HpnicfDot11RadioType2  
Represents AP 802.11 radio type of 802.11a/b/g/an/gn/ac as per the standard. The following values are supported: dot11a - 802.11a dot11b - 802.11b dot11g - 802.11g dot11an - 802.11an dot11gn - 802.11gn dot11ac - 802.11ac
TEXTUAL-CONVENTION    
  INTEGER dot11a(1), dot11b(2), dot11g(4), dot11an(8), dot11gn(16), dot11ac(32)  

HpnicfDot11MACModeType  
CAPWAP defines three kinds MAC modes for fit AP. The management packet will be exchanged between AP and AC by CAPWAP control tunnel. For data packet, the following MAC mode are supported: split - AP will tunnel 802.11 data message - to AC by CAPWAP, localtunnel - AP will convert data to 802.3, then tunnel - it to AC by CAPWAP, localbridge - AP will directly handle data packet without - sending to AC to process, fatAP - For fat AP, it will handle all 802.11 frames - by itself.
TEXTUAL-CONVENTION    
  INTEGER split(1), localtunnel(2), localbridge(3), fatAP(4)  

HpnicfDot11ChannelScopeType  
Represents the channel scope which consists of 802.11a/b/g.
TEXTUAL-CONVENTION    
  Integer32  

HpnicfDot11NotifyReasonType  
The explanation string is for the event notification of dot11.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

HpnicfDot11SSIDStringType  
SSID is a string to identify ESS for wireless network.
TEXTUAL-CONVENTION    
  OCTET STRING  

HpnicfDot11ServicePolicyIDType  
Represents the type of service policy ID.
TEXTUAL-CONVENTION    
  Integer32  

HpnicfDot11SSIDEncryptModeType  
Represents encryption mode for the specific ESS: The following values are supported: cleartxt - clear txt, cipher - WPA and 802.11i, ext - ext.
TEXTUAL-CONVENTION    
  INTEGER cleartxt(1), cipher(2), ext(3)  

HpnicfDot11PreambleType  
Represents the current radio preamble type. The following values are supported: long - long preambles, short - short preambles.
TEXTUAL-CONVENTION    
  INTEGER long(1), short(2)  

HpnicfDot11TxPwrLevelScopeType  
Represents the Tx power level scope for 802.11.
TEXTUAL-CONVENTION    
  Integer32  

HpnicfDot11RFModeType  
Represents RF management mode. The following values are supported: manual - Configure RF parameter by manual, auto - Automaticall configure.
TEXTUAL-CONVENTION    
  INTEGER manual(1), auto(2)  

HpnicfDot11TunnelSecSchemType  
Represents which security scheme option is available for CAPWAP tunnel. The following values are supported: cleartxt - No encryption protection, dtls - Encrypted by DTLS, ipsec - Encrypted by IPSEC.
TEXTUAL-CONVENTION    
  INTEGER cleartxt(1), dtls(2), ipsec(3)  

HpnicfDot11SecIEStatusType  
To enable the WPA Information element in the beacon and probe response frames sent by AP. The following values are supported: none - both wpa and rsn are disabled, rsn - only enable rsn, wpa - only enable wpa, all - both wpa and rsn are enabled, ext - only enable ext.
TEXTUAL-CONVENTION    
  INTEGER none(1), rsn(2), wpa(3), all(4), ext(5)  

HpnicfDot11CipherType  
Represents the frame encryption cipher types for frames on IEEE 802.11 radio interfaces. The MIB defines TC by referring to the 802.11i protocol. The following values are supported: none - clear text or no cipher method is configure, wep40 - 40-bit WEP key, tkip - WPA Temporal Key encryption, aesccmp - WPA AES CCMP encryption, wep104 - 104-bit WEP key, wpisms4 - ext encryption, wep128 - 128-bit WEP key.
TEXTUAL-CONVENTION    
  INTEGER none(1), wep40(2), tkip(4), aesccmp(16), wep104(32), wpisms4(64), wep128(128)  

HpnicfDot11AuthenType  
Represents the Authentication mode defined by 802.11. The following values are supported: none - No authentication mode configured, opensystem - In fact,no real authentication happened, sharedkey - System will use challenge message to - authenticate the access user, all - both open system and shared key.
TEXTUAL-CONVENTION    
  INTEGER none(1), opensystem(2), sharedkey(3), all(4)  

HpnicfDot11AKMType  
Represents the key management mode defined by 802.11i. The following values are supported: none - No key management mode configured, psk - pre-shared key authentication, dot1x - 802.1x authentication, ext - ext.
TEXTUAL-CONVENTION    
  INTEGER none(1), psk(2), dot1x(3), ext(4)  

HpnicfDot11AssocFailType  
Enumeration of the reasons for station association failure. including: unknownfailure - unknown failure, toomanyassoc - too many association, invalidie - information element is invalid, unsupportedrate - rate is not supported, unsupportedpwrcap - power capability is not supported, unsupportedcap - capability is not supported
TEXTUAL-CONVENTION    
  INTEGER unknownfailure(1), toomanyassoc(2), invalidie(3), unsupportedrate(4), unsupportedpwrcap(5), unsupportedcap(6)  

HpnicfDot11AuthorFailType  
Enumeration of the reasons for station authorization failure. including: unknownfailure - unknown failure, invalidie - information element is invalid, rsnieversionunsupported - rsn information element version is not supported, wpaieversionunsupported - wpa information element version is not supported, groupcipherinvalid - group cipher is invalid, pairwisecipherinvalid - pairwise cipher is invalid, akminvalid - akm is invalid
TEXTUAL-CONVENTION    
  INTEGER unknownfailure(1), invalidie(2), rsnieversionunsupported(3), wpaieversionunsupported(4), groupcipherinvalid(5), pairwisecipherinvalid(6), akminvalid(7)  

HpnicfDot11QosAcType  
802.11e defines four types of access category, including: acbk - for background access category, acbe - for besteffort access category, acvi - for voice access category, acvo - for video access category
TEXTUAL-CONVENTION    
  INTEGER acbk(1), acbe(2), acvi(3), acvo(4)  

HpnicfDot11RadioElementIndex  
Represents index of radio. For split architecture, It comprises two parts. The lowest 8 bits mean radio ID. The highest 8 bits are reserved. The highest 8 bits stand for AP ID. The meaning is shown as follows: 31 23 15 7 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | reserved | AP ID | radio ID | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + For FAT AP, the type represents ifIndex of radio.
TEXTUAL-CONVENTION    
  Unsigned32  

HpnicfDot11WorkMode  
Work mode of device. In normal mode, the device will provide WLAN service. In monitor mode, the device will monitor the environment. In hybrid mode, the device will provide WLAN service while monitoring the environment.
TEXTUAL-CONVENTION    
  INTEGER normal(1), monitor(2), hybrid(3)  

HpnicfDot11CirMode  
The mode of committed information rate. 'static' means station will use the configured CIR separately. For example, if the CIR is 1Mbps, every station can enjoy 1Mbps. 'dynamic' means all stations will share the configured CIR in common.
TEXTUAL-CONVENTION    
  INTEGER static(1), dynamic(2)  

HpnicfDot11SaIntfDevType  
The type of interference device.
TEXTUAL-CONVENTION    
  INTEGER microwave(1), microwaveInverter(2), bluetooth(3), fixedFreqOthers(4), fixedFreqCordlessPhone(5), fixedFreqVideo(6), fixedFreqAudio(7), freqHopperOthers(8), freqHopperCordlessBase(9), freqHopperCordlessNetwork(10), freqHopperXbox(11), genericInterferer(12)  

HpnicfDot11TruthValueCM  
Represents a boolean value.
TEXTUAL-CONVENTION    
  INTEGER dot11false(0), dot11true(1)  

HpnicfDot11APElementEntry  
SEQUENCE    
  hpnicfDot11APElementIndex Integer32
  hpnicfDot11APElementTemplateName OCTET STRING
  hpnicfDot11APElementSerialID OCTET STRING
  hpnicfDot11APElementModelAlias OCTET STRING

HpnicfDot11RadioElementEntry  
SEQUENCE    
  hpnicfDot11RadioElementRadioNum Unsigned32
  hpnicfDot11RadioElementRadioPolicy OCTET STRING
  hpnicfDot11RadioElementRadioIndex Unsigned32

Defined Values

hpnicfDot11 1.3.6.1.4.1.11.2.14.11.15.2.75
This MIB defines the root node and TC for 802.11 features. By this way, the MIB series for 802.11 will be easily maintained. GLOSSARY IEEE 802.11 Standard to encourage interoperability among wireless networking equipment. IEEE 802.11a This is a high speed physical layer extension to the 802.11 standard on the 5 GHz band. IEEE 802.11b High-rate wireless LAN standard for wireless data transfer at up to 11 Mbps. IEEE 802.11g Higher Speed Physical Layer (PHY) Extension to IEEE 802.11b, will boost wireless LAN speed to 54 Mbps by using OFDM (orthogonal frequency division multiplexing). The IEEE 802.11g specification is backward compatible with the widely deployed IEEE 802.11b standard. When configure radio with as bg mode, it means that radio will be compatible to 802.11b and 802.11g. When configure radio with as g mode, it means that radio will be only compatible to 802.11g. IEEE 802.11i As 802.11 has lot of deficiency in wireless security domain, especially for enterprise custom, IEEE defined a new standard 802.11i to extend security feature of 802.11 standard. AKM The authentication and key management method defined by 802.11i, and which includes 802.1x and pre-shared key.
MODULE-IDENTITY    

hpnicfDot11Common 1.3.6.1.4.1.11.2.14.11.15.2.75.12
OBJECT IDENTIFIER    

hpnicfDot11ElementGroup 1.3.6.1.4.1.11.2.14.11.15.2.75.12.1
OBJECT IDENTIFIER    

hpnicfDot11APElementTable 1.3.6.1.4.1.11.2.14.11.15.2.75.12.1.1
This table is used to represent fat AP and AP template on AC as one kind of AP element.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfDot11APElementEntry

hpnicfDot11APElementEntry 1.3.6.1.4.1.11.2.14.11.15.2.75.12.1.1.1
Each entry contains information for each AP element.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfDot11APElementEntry  

hpnicfDot11APElementIndex 1.3.6.1.4.1.11.2.14.11.15.2.75.12.1.1.1.1
This object represents the index of AP element.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hpnicfDot11APElementTemplateName 1.3.6.1.4.1.11.2.14.11.15.2.75.12.1.1.1.2
This object represents the template name of AP element.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

hpnicfDot11APElementSerialID 1.3.6.1.4.1.11.2.14.11.15.2.75.12.1.1.1.3
This object represents the serial ID of AP element.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

hpnicfDot11APElementModelAlias 1.3.6.1.4.1.11.2.14.11.15.2.75.12.1.1.1.4
This object represents the alias of AP element model name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

hpnicfDot11RadioElementTable 1.3.6.1.4.1.11.2.14.11.15.2.75.12.1.2
This table is used to represent the radio element of fat AP and AC.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfDot11RadioElementEntry

hpnicfDot11RadioElementEntry 1.3.6.1.4.1.11.2.14.11.15.2.75.12.1.2.1
Each entry contains information for each radio element.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfDot11RadioElementEntry  

hpnicfDot11RadioElementRadioNum 1.3.6.1.4.1.11.2.14.11.15.2.75.12.1.2.1.1
This object represents the number of the radio element.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hpnicfDot11RadioElementRadioPolicy 1.3.6.1.4.1.11.2.14.11.15.2.75.12.1.2.1.2
This object represents the radio policy of the radio element.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

hpnicfDot11RadioElementRadioIndex 1.3.6.1.4.1.11.2.14.11.15.2.75.12.1.2.1.3
This object represents the index of the radio element. On AC, the higher 24 bits stand for the AP index, and the last 8 bits stand for the radio index. On fat AP, the index stands for the interface index of radio interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32