DLB-802DOT11-EXT-MIB

File: DLB-802DOT11-EXT-MIB.mib (13851 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-MIB
IF-MIB DELIBERANT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Integer32 Gauge32
MacAddress TruthValue sysLocation
ifIndex InterfaceIndex ifPhysAddress
dlbMgmt

Defined Types

DlbDot11IfConfEntry  
SEQUENCE    
  dlbDot11IfParentIndex InterfaceIndex
  dlbDot11IfProtocol OCTET STRING
  dlbDot11IfMode INTEGER
  dlbDot11IfESSID OCTET STRING
  dlbDot11IfAccessPoint MacAddress
  dlbDot11IfCountryCode Integer32
  dlbDot11IfFrequency Integer32
  dlbDot11IfChannel Integer32
  dlbDot11IfChannelBandwidth Integer32
  dlbDot11IfTxPower Gauge32
  dlbDot11IfBitRate Gauge32
  dlbDot11IfLinkQuality Gauge32
  dlbDot11IfMaxLinkQuality Gauge32
  dlbDot11IfSignalLevel Integer32
  dlbDot11IfNoiseLevel Integer32
  dlbDot11IfAssocNodeCount Gauge32

DlbDot11IfErrStatsEntry  
SEQUENCE    
  dlbDot11IfRxInvalidNWID Counter32
  dlbDot11IfRxInvalidCrypt Counter32
  dlbDot11IfRxInvalidFrag Counter32
  dlbDot11IfTxExcessiveRetries Counter32
  dlbDot11IfInvalidMisc Counter32
  dlbDot11IfMissedBeacons Counter32

DlbDot11RemoteNodeStatsEntry  
SEQUENCE    
  dlbDot11RmtNodeMacAddress MacAddress
  dlbDot11RmtNodeAssociated TruthValue
  dlbDot11RmtNodeTxBytes Counter32
  dlbDot11RmtNodeRxBytes Counter32
  dlbDot11RmtNodeAssocTime Integer32
  dlbDot11RmtNodeDisassocTime Integer32

Defined Values

dlb802dot11ExtMIB 1.3.6.1.4.1.32761.3.5
The Deliberant 802.11 Extension MIB.
MODULE-IDENTITY    

dlb802dot11ExtMIBObjects 1.3.6.1.4.1.32761.3.5.1
OBJECT IDENTIFIER    

dlbDot11Notifs 1.3.6.1.4.1.32761.3.5.1.0
OBJECT IDENTIFIER    

dlbDot11Info 1.3.6.1.4.1.32761.3.5.1.1
OBJECT IDENTIFIER    

dlbDot11Conf 1.3.6.1.4.1.32761.3.5.1.2
OBJECT IDENTIFIER    

dlbDot11Stats 1.3.6.1.4.1.32761.3.5.1.3
OBJECT IDENTIFIER    

dlbDot11IfConfTable 1.3.6.1.4.1.32761.3.5.1.2.1
Wireless interface configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlbDot11IfConfEntry

dlbDot11IfConfEntry 1.3.6.1.4.1.32761.3.5.1.2.1.1
Wireless interface configuration table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  DlbDot11IfConfEntry  

dlbDot11IfParentIndex 1.3.6.1.4.1.32761.3.5.1.2.1.1.1
Wireless interface's parent index, which corresponds to ifIndex in MIB-II interfaces table. This is only applicable if the interface is virtual and it is created under some other interface, like it is for Atheros cards when using MadWiFi driver, where parent interfaces are wifi0, wifi1, etc.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

dlbDot11IfProtocol 1.3.6.1.4.1.32761.3.5.1.2.1.1.2
Protocol string, for example 'IEEE 802.11g'.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..15)  

dlbDot11IfMode 1.3.6.1.4.1.32761.3.5.1.2.1.1.3
Wireless interface operation mode
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER auto(0), adhoc(1), managed(2), master(3), repeater(4), secondary(5), monitor(6)  

dlbDot11IfESSID 1.3.6.1.4.1.32761.3.5.1.2.1.1.4
ESSID
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

dlbDot11IfAccessPoint 1.3.6.1.4.1.32761.3.5.1.2.1.1.5
Access point's MAC address if working in managed mode and connected. Current interface's MAC address, when working in master mode.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

dlbDot11IfCountryCode 1.3.6.1.4.1.32761.3.5.1.2.1.1.6
Country code.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dlbDot11IfFrequency 1.3.6.1.4.1.32761.3.5.1.2.1.1.7
Current frequency as reported by driver.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dlbDot11IfChannel 1.3.6.1.4.1.32761.3.5.1.2.1.1.8
Channel number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dlbDot11IfChannelBandwidth 1.3.6.1.4.1.32761.3.5.1.2.1.1.9
Channel bandwidth.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dlbDot11IfTxPower 1.3.6.1.4.1.32761.3.5.1.2.1.1.10
Transmit power in dBm.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dlbDot11IfBitRate 1.3.6.1.4.1.32761.3.5.1.2.1.1.11
Transmission bitrate.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dlbDot11IfLinkQuality 1.3.6.1.4.1.32761.3.5.1.2.1.1.12
Link quality value.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dlbDot11IfMaxLinkQuality 1.3.6.1.4.1.32761.3.5.1.2.1.1.13
Maximum possible link quality value for current wireless card.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dlbDot11IfSignalLevel 1.3.6.1.4.1.32761.3.5.1.2.1.1.14
Signal level.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dlbDot11IfNoiseLevel 1.3.6.1.4.1.32761.3.5.1.2.1.1.15
Noise level.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dlbDot11IfAssocNodeCount 1.3.6.1.4.1.32761.3.5.1.2.1.1.16
Number of associated nodes when working in access point mode. 1 - if associated to remote access point in client mode.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dlbDot11IfErrStatsTable 1.3.6.1.4.1.32761.3.5.1.3.1
Wireless interface statistics table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlbDot11IfErrStatsEntry

dlbDot11IfErrStatsEntry 1.3.6.1.4.1.32761.3.5.1.3.1.1
Wireless interface statistics table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  DlbDot11IfErrStatsEntry  

dlbDot11IfRxInvalidNWID 1.3.6.1.4.1.32761.3.5.1.3.1.1.1
Number of received packets with invalid NWID/ESSID. Increasing value usually means that there are other stations transmitting on the same channel or adjacent channels.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dlbDot11IfRxInvalidCrypt 1.3.6.1.4.1.32761.3.5.1.3.1.1.2
Number of received packets the hardware was unable to decrypt.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dlbDot11IfRxInvalidFrag 1.3.6.1.4.1.32761.3.5.1.3.1.1.3
Number of received packets that were missing link layer fragments for complete re-assembly.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dlbDot11IfTxExcessiveRetries 1.3.6.1.4.1.32761.3.5.1.3.1.1.4
Number of packets hardware failed to deliver.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dlbDot11IfInvalidMisc 1.3.6.1.4.1.32761.3.5.1.3.1.1.5
Other packets lost in relation with specific wireless operations.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dlbDot11IfMissedBeacons 1.3.6.1.4.1.32761.3.5.1.3.1.1.6
Number of beacons that should have been sent by remote access point but were not received. Increasing number usually means that communicating peers moved out of range.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dlbDot11RemoteNodeStatsTable 1.3.6.1.4.1.32761.3.5.1.3.2
Remote node statistics table. This table shows statistics for associated or already disconnected clients on wireless interfaces which are operating in access point mode. For interfaces operating in client mode and associated to remote access point information about access point is shown.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DlbDot11RemoteNodeStatsEntry

dlbDot11RemoteNodeStatsEntry 1.3.6.1.4.1.32761.3.5.1.3.2.1
Wireless remote node statistics table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  DlbDot11RemoteNodeStatsEntry  

dlbDot11RmtNodeMacAddress 1.3.6.1.4.1.32761.3.5.1.3.2.1.1
Remote node MAC address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

dlbDot11RmtNodeAssociated 1.3.6.1.4.1.32761.3.5.1.3.2.1.2
Remote node is currently associated.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

dlbDot11RmtNodeTxBytes 1.3.6.1.4.1.32761.3.5.1.3.2.1.3
Bytes transmitted to remote node. This object is optional.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dlbDot11RmtNodeRxBytes 1.3.6.1.4.1.32761.3.5.1.3.2.1.4
Bytes received from remote node. This object is optional.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dlbDot11RmtNodeAssocTime 1.3.6.1.4.1.32761.3.5.1.3.2.1.5
UNIX timestamp of the association. This object is optional.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dlbDot11RmtNodeDisassocTime 1.3.6.1.4.1.32761.3.5.1.3.2.1.6
UNIX timestamp of the disassociation (if remote node recently dissasociated). This object is optional.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dlbFrequencyChange 1.3.6.1.4.1.32761.3.5.1.0.1
This notification is sent on frequency change.
Status: current Access: read-only
NOTIFICATION-TYPE    

dlbNoiseThresholdReached 1.3.6.1.4.1.32761.3.5.1.0.2
This notification is sent when noise becomes bigger than threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

dlbRemoteNodeConnected 1.3.6.1.4.1.32761.3.5.1.0.3
This notification is sent when remote node associates.
Status: current Access: read-only
NOTIFICATION-TYPE    

dlbRemoteNodeDisconnected 1.3.6.1.4.1.32761.3.5.1.0.4
This notification is sent when remote node dissasociates.
Status: current Access: read-only
NOTIFICATION-TYPE    

dlbLinkQualThresholdReached 1.3.6.1.4.1.32761.3.5.1.0.5
This notification is sent when link quality crosses the specified threshold.
Status: current Access: read-only
NOTIFICATION-TYPE