All MIBs › SYMBOL-ENTERPRISE-PRIVATE-MIB
Category: Radio and Wireless
Description:
Manages Symbol Technologies wireless enterprise private objects for WLAN device configuration.
Imported Objects
From RFC-1212
| OBJECT-TYPE |
From RFC-1215
| TRAP-TYPE |
From RFC1155-SMI
| Counter | |
| Gauge | |
| IpAddress | |
| TimeTicks | |
| enterprises |
From RFC1213-MIB
| DisplayString | |
| PhysAddress | |
| snmp |
What Is SYMBOL-ENTERPRISE-PRIVATE-MIB?
SYMBOL-ENTERPRISE-PRIVATE-MIB is Symbol Technologies' MIB for its Spectrum24 Ethernet Access Point, an early enterprise 802.11 wireless access point built for wireless barcode scanners and other 'Mobile Units' (MUs), alongside a proprietary WLAP wireless-bridging mesh mode modeled on 802.1D spanning tree. It exposes device identity (model/serial number, hardware and RF firmware revisions), RF configuration (ESS ID, BSS ID, channel-hopping sequence, country, antenna selection, encryption, retry limits), and MAC-address/Ethernet-type filtering alongside the access-control table that governs which mobile units may associate. A performance layer tracks per-interface traffic (Ethernet, PPP, RF, AP-to-AP forwarding), detailed RF-layer error counters (collisions, CRC errors, fragmentation/reassembly), and a per-associated-MU table recording each device's power mode, association time, and traffic counters, plus a table of other access points discovered on the network. Twelve traps cover cold start, authentication failures, RF driver startup, access-control violations, duplicate AP-ID detection, mobile-unit association/disassociation and power-mode changes, and the up/lost status of root and designated bridges in the WLAP mesh topology. Together this makes SYMBOL-ENTERPRISE-PRIVATE-MIB SNMP monitoring a comprehensive way to track both the access point's own hardware/firmware identity and the real-time software state of its wireless clients and mesh backbone.
IPNetwork Monitor allows you to monitor SNMP objects defined in SYMBOL-ENTERPRISE-PRIVATE-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- per-mobile-unit (MU) association status and power mode
- RF-layer traffic and error counters
- access-control violation events
- WLAP mesh root/designated bridge status
- known-AP discovery table
- MAC/Ethernet-type filter violation counts
Supported Devices
- Symbol Technologies Spectrum24 Ethernet Access Point
Monitoring Examples
A network administrator would poll apMUTable to see which mobile units, such as handheld barcode scanners, are currently associated to a given access point, their power-save mode, and how much traffic each has sent or received, useful for spotting a scanner that has dropped off the network or is unexpectedly staying in continuous-active mode and draining its battery. Watching for an apACLViolationTrap would flag a device attempting to associate with a MAC address not present in the access-control table, a possible rogue or misconfigured client. In a WLAP mesh deployment, an apRootWLAPLostTrap or apDsgnatedWLAPLostTrap would immediately signal that the wireless backbone lost its root or designated bridge, which the operator could correlate with apWLAPInfo's topology state to identify which physical AP link failed.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| NTF coldStart | 1.3.6.1.2.1.11.0.0 | Access Point cold boot. - apMyMacAddr is the MAC address of the Access Point sending this trap message. | ||
| NTF authenticationFailure | 1.3.6.1.2.1.11.0.4 | Invalid SNMP Community string. - apMyMacAddr is the MAC address of the Access Point sending this trap message. - apAPMacAddr is the MAC address of the remote host sending SNMP packet with invalid community. | ||
| symbol | 1.3.6.1.4.1.388 | |||
| spectrum24 | 1.3.6.1.4.1.388.1 | |||
| apProduct | 1.3.6.1.4.1.388.1.1 | |||
| NTF apRFStartUpTrap | 1.3.6.1.4.1.388.1.1.0.101 | RF Driver is up. - apMyMacAddr is the MAC address of the Access Point sending this trap message. | ||
| NTF apACLViolationTrap | 1.3.6.1.4.1.388.1.1.0.102 | Mobile Unit MAC address not in the Access control Table. - apMyMacAddr is the MAC address of the Access Point sending this trap message. - muMacAddr is the MAC address of the Mobile Unit not in the Access Control Table. | ||
| NTF apAPIdConflictTrap | 1.3.6.1.4.1.388.1.1.0.103 | An Access Point with the same AP-ID with this Access Point is found. - apMyMacAddr is the MAC address of the Access Point sending this trap message. | ||
| NTF apMUAssocTrap | 1.3.6.1.4.1.388.1.1.0.111 | Indicates that there is one Mobile Unit associating with this Access Point. - apMyMacAddr is the MAC address of the Access Point sending this trap message. - muMacAddr is the MAC address of the Mobile Unit. Note : If two or more Mobile Units associate with the Access Point at the same time, muMacAddr belongs to the last Mobile Unit. - apCurrentMUs is the number of Mobile Units currently associating with this Access Point. | ||
| NTF apMUUnAssocTrap | 1.3.6.1.4.1.388.1.1.0.112 | Indicates that there is one Mobile Unit no longer associating with this Access Point anymore. - apMyMacAddr is the MAC address of the Access Point sending this trap message. - muMacAddr is the MAC address of the Mobile Unit. Note : If two or more Mobile Units un-associate with the Access Point at the same time, muMacAddr belongs to the last Mobile Unit. - apCurrentMUs is the number of Mobile Units currently associating with this Access Point. | ||
| NTF apMUToCAMTrap | 1.3.6.1.4.1.388.1.1.0.113 | Indicates that the Mobile Unit changes from PSP mode to CAM mode. - apMyMacAddr is the MAC address of the Access Point sending this trap message. - muMacAddr is the MAC address of the Mobile Unit. Note : If two or more Mobile Units change their mode at the same time, muMacAddr belongs to the last Mobile Unit. - apCurrentMUs is the number of Mobile Units currently associating with this Access Point. | ||
| NTF apMUToPSPTrap | 1.3.6.1.4.1.388.1.1.0.114 | Indicates that the Mobile Unit changes from CAM mode to PSP mode. - apMyMacAddr is the MAC address of the Access Point sending this trap message. - muMacAddr is the MAC address of the Mobile Unit. Note : If two or more Mobile Units change their mode at the same time, muMacAddr belongs to the last Mobile Unit. - apCurrentMUs is the number of Mobile Units currently associating with this Access Point. | ||
| NTF apRootWLAPUpTrap | 1.3.6.1.4.1.388.1.1.0.121 | Indicates that the Root AP connection is setup and is ready to forward data. - apMyMacAddr is the MAC address of the Access Point sending this trap message. - apAPMacAddr is the MAC address of the Root AP. - apNbrOfWLAPItfs is the number of current WLAP Interfaces established. | ||
| NTF apRootWLAPLostTrap | 1.3.6.1.4.1.388.1.1.0.122 | If the current wireless AP does not receive Beacon packet from its Root AP within one second, it will consider the Root AP is lost. The wireless AP will eventually reset itself to re-establish the network topology. - apMyMacAddr is the MAC address of the Access Point sending this trap message. - apAPMacAddr is the MAC address of the Root AP. - apNbrOfWLAPItfs is the number of current WLAP Interfaces established. | ||
| NTF apDsgntedWLAPUpTrap | 1.3.6.1.4.1.388.1.1.0.123 | Indicates that the Designated WLAP connection is setup and is ready to forward data. - apMyMacAddr is the MAC address of the Access Point sending this trap message. - apAPMacAddr is the MAC address of the Designated WLAP. - apNbrOfWLAPItfs is the number of current WLAP Interfaces established. | ||
| NTF apDsgnatedWLAPLostTrap | 1.3.6.1.4.1.388.1.1.0.124 | If the current wireless AP does not receive Config BPDU (Bridge Protocol Data Unit) packet from its Designated WLAP for MAX AGE time, it will consider that the Designated WLAP is lost. - apMyMacAddr is the MAC address of the Access Point sending this trap message. - apAPMacAddr is the MAC address of the Designated WLAP. - apNbrOfWLAPItfs is the number of current WLAP Interfaces established. | ||
| apConfigMgmt | 1.3.6.1.4.1.388.1.1.1 | |||
| apManufactureInfo | 1.3.6.1.4.1.388.1.1.1.1 | |||
| STR apModelnumber | 1.3.6.1.4.1.388.1.1.1.1.1 | DisplayString | read-only | The Model Number of the Access Point device. |
| STR apSerialnumber | 1.3.6.1.4.1.388.1.1.1.1.2 | DisplayString | read-only | The Serial Number of the Access Point system. |
| STR apHardwareRev | 1.3.6.1.4.1.388.1.1.1.1.3 | DisplayString | read-only | The current revision of the Access Point hardware. |
| PHY apMyMacAddr | 1.3.6.1.4.1.388.1.1.1.1.4 | PhysAddress | read-only | The MAC address of the AP. |
| STR apAPFirmwareRev | 1.3.6.1.4.1.388.1.1.1.1.5 | DisplayString | read-only | The current revision of the Access Point firmware. |
| STR apRFFirmwareRev | 1.3.6.1.4.1.388.1.1.1.1.6 | DisplayString | read-only | The current revision of the Access Point radio firmware. |
| apSystemConfig | 1.3.6.1.4.1.388.1.1.1.2 | |||
| STR apSystemName | 1.3.6.1.4.1.388.1.1.1.2.1 | DisplayString | read-write | An ASCII string to identify this Access Point (up to 31 characters). |
| IP apMyIPAddr | 1.3.6.1.4.1.388.1.1.1.2.2 | IpAddress | read-write | The IP address for the AP. |
| IP apSubnetMask | 1.3.6.1.4.1.388.1.1.1.2.3 | IpAddress | read-write | The IP subnet mask for the AP. |
| IP apGatewayIPAddr | 1.3.6.1.4.1.388.1.1.1.2.4 | IpAddress | read-write | The IP address for the default gateway. |
| INT apDefaultInterface | 1.3.6.1.4.1.388.1.1.1.2.5 | INTEGER | read-write | Specifies the default interface (Ethernet or PPP) for the Access Point to forward an unknown packet. Default is ethernet(2). |
| INT apEnetPortState | 1.3.6.1.4.1.388.1.1.1.2.6 | INTEGER | read-write | Specifies the state of the Ethernet interface. Default is up(1). |
| INT apEthernetTimeOut | 1.3.6.1.4.1.388.1.1.1.2.7 | INTEGER | read-write | The Ethernet time out value ranges from 30 to 255 seconds. If the value is: - 0: the Ethernet Time Out function is disabled. - 1: detect Ethernet timeout by hardware circuitry. - 2: send WLAP Alive BPDU on Ethernet interface to let other WLAP on the same Ethernet segment to detect it's existence. - 3: keep track of WLAP Alive BPDU on Ethernet inter- face. If the BPDU is missing for 'WLAP Hello Time' seconds, both Ethernet Attached and Activity LEDs will flash and the RF interface is disabled until the WLAP Alive BPDU is received again, then the AP will reset itself. When the Ethernet connection is broken: - if WLAP Mode is disabled, the AP will clear the MU table and disable the RF interface until the Ethernet connection is up. - if WLAP Mode is enabled, the AP will set the timeout value to zero and reset itself. The default value is 0. |
| INT apTelnetEnable | 1.3.6.1.4.1.388.1.1.1.2.8 | INTEGER | read-write | Enables/Disables Telnet access to the AP. Default is enabled(1). |
| INT apAccCtrlEnable | 1.3.6.1.4.1.388.1.1.1.2.9 | INTEGER | read-write | Enables/Disables the Access Control function. When it is enabled, a Mobile Unit can associate with the Access Point only if its MAC address is in the Access Control Table. Default is disabled(2). |
| INT apTypeFilterEnable | 1.3.6.1.4.1.388.1.1.1.2.10 | INTEGER | read-write | Specifies the type of Access Point Type Filtering operation, i.e. Disabled/Forward/Discard. Default is disabled(1). |
| INT apMUAutoCfgEnable | 1.3.6.1.4.1.388.1.1.1.2.11 | INTEGER | read-write | Enables/Disables Autoconfiguration of Mobile Units. When enabled, the Net ID is automatically downloaded to Mobile Units. Default is disabled(2). |
| INT apAutoCfgEnable | 1.3.6.1.4.1.388.1.1.1.2.12 | INTEGER | read-write | Enables/Disables Access Point auto configuration. When enabled, the Access Point will automatically select unique BSSs and hopping sequences by negotiating with one another. Default is enabled(1). |
| INT apWNMPEnable | 1.3.6.1.4.1.388.1.1.1.2.13 | INTEGER | read-write | Enables/Disables Use of the WNMP agent. Default is enabled(1). |
| INT apAPStateXchgEnable | 1.3.6.1.4.1.388.1.1.1.2.14 | INTEGER | read-write | Enables/Disables exchanging Access Point to Access Point state information by using WNMP protocol. Default is enabled(1). |
| apSNMPInfo | 1.3.6.1.4.1.388.1.1.1.3 | |||
| INT apSNMPMode | 1.3.6.1.4.1.388.1.1.1.3.1 | INTEGER | read-write | Specifies the mode of the SNMP Agent operation, i.e. Disabled/Readonly/ReadWrite. Default is readwrite(3). |
| STR apROCommunityName | 1.3.6.1.4.1.388.1.1.1.3.2 | DisplayString | read-write | The Read-Only community name of the SNMP command for management station accessing this Access Point (up to 31 characters). |
| STR apRWCommunityName | 1.3.6.1.4.1.388.1.1.1.3.3 | DisplayString | read-write | The Read-Write community name of the SNMP command for management station accessing this Access Point (up to 13 characters). This community name is same as the System Password or Telnet Password. For security purpose, if the management station uses the READ-ONLY community name to access this object, a string of 'xxxxx' will be returned. |
| IP apTrapRcvrIpAdr | 1.3.6.1.4.1.388.1.1.1.3.4 | IpAddress | read-write | Trap receiver's (i.e. Network Manager's) IP address. |
| INT apAllTrapsEnable | 1.3.6.1.4.1.388.1.1.1.3.5 | INTEGER | read-write | Enables/Disables all SNMP traps. Default is disable(2). |
| INT apColdBootTrapEnable | 1.3.6.1.4.1.388.1.1.1.3.6 | INTEGER | read-write | Enables/Disables Access Point Cold Boot trap. Default is disable(2). This is a generic-trap and the trap code is 0. The enabled/disabled state of this trap depends on the state of apAllTrapsEnable. |
| INT apAuthenFailureTrapEnable | 1.3.6.1.4.1.388.1.1.1.3.7 | INTEGER | read-write | Enables/Disables authentication failure trap. Default is disable(2). This is a generic-trap and the trap code is 4. The enabled/disabled state of this trap depends on the state of apAllTrapsEnable. |
| INT apRFTrapEnable | 1.3.6.1.4.1.388.1.1.1.3.8 | INTEGER | read-write | Enables/Disables Access Point RF driver startup trap. Default is disable(2). This is an enterprise-specific trap and the trap code is 101. The enabled/disabled state of this trap depends on the state of apAllTrapsEnable. |
| INT apACLTrapEnable | 1.3.6.1.4.1.388.1.1.1.3.9 | INTEGER | read-write | Enables/Disables Access Control violation trap. Default is disable(2). This is an enterprise-specific trap and the trap code is 102. The enabled/disabled state of this trap depends on the state of apAllTrapsEnable. |
| INT apMUStateChngTrapEnable | 1.3.6.1.4.1.388.1.1.1.3.10 | INTEGER | read-write | Enables/Disables Mobile Unit State Change trap. Default is disable(2). Once enabled, the following 4 enterprise- specific traps will be generated : - MU Association Trap, the trap code is 111. - MU Un-association Trap, the trap code is 112. - MU To CAM Trap, the trap code is 113. - MU To PSP Trap, the trap code is 114. The enabled/disabled state of this trap depends on the state of apAllTrapsEnable. |
| INT apAPIdConflictTrapEnable | 1.3.6.1.4.1.388.1.1.1.3.11 | INTEGER | read-write | Enables/Disables AP-Id conflict trap. Default is disable(2). This is an enterprise-specific trap and the trap code is 103. The enabled/disabled state of this trap depends on the state of apAllTrapsEnable. |
| INT apWLAPConnChngTrapEnable | 1.3.6.1.4.1.388.1.1.1.3.12 | INTEGER | read-write | Enables/Disables WLAP Connection Change trap. Default is disable(2). Once enabled, the following 4 enterprise-specific traps will be generated : - Root AP Up Trap, the trap code is 121. - Root AP Lost Trap, the trap code is 122. - Designated WLAP Up Trap, the trap code is 123. - Designated WLAP Lost Trap, the trap code is 124. The enabled/disabled state of this trap depends on the state of apAllTrapsEnable. |
| apRFConfig | 1.3.6.1.4.1.388.1.1.1.4 | |||
| INT apRFPortState | 1.3.6.1.4.1.388.1.1.1.4.1 | INTEGER | read-write | Specifies the state of the RF Interface. Default is up(1). |
| OCT apNetID | 1.3.6.1.4.1.388.1.1.1.4.2 | OCTET STRING | read-write | The current Net ID (i.e. operational ESS ID) for the AP. This value determines which APs are on the same network and ranges from 1 - 0x1fe. |
| OCT apAPID | 1.3.6.1.4.1.388.1.1.1.4.3 | OCTET STRING | read-write | The current AP-ID (i.e. BSS ID) for this Access Point. This value ranges from 0 - 0x79. Writing a value will force this Access Point to use that value as AP-ID, unless it conflicts with that used by another Access Point. In that case this Access Point will select its own value. The Access Point will always insure that the AP-ID is unique. |
| INT apHopSequence | 1.3.6.1.4.1.388.1.1.1.4.4 | INTEGER | read-write | The hopping sequence defined in the system configura- tion table for this AP. If WLAP mode is enabled, this Access Point will follow the hopping sequence (defined as apWLAPHopSequence) of the Root AP. Writing a value will force this Access Point to use that value as hopping sequence, unless it conflicts with that used by another AP. In that case this Access Point will select its own value. The Access Point will always insure that the hopping sequence is unique (given that there are fewer Access Points than the maximum number of hopping sequences). For the United States, this value ranges from 1-22, for Japan 0-3, ... TBD. |
| STR apCountryName | 1.3.6.1.4.1.388.1.1.1.4.5 | DisplayString | read-only | The country for which the Access Point radio is configured. It is set at the factory and may not be altered. |
| INT apHopSet | 1.3.6.1.4.1.388.1.1.1.4.6 | INTEGER | read-only | The current hopping sequence set used by this AP. |
| INT apAntennaSelect | 1.3.6.1.4.1.388.1.1.1.4.7 | INTEGER | read-write | Select either Primary antenna only (i.e. Disable antenna diversity) or both Primary and Secondary antennas (i.e. Enable antenna diversity). Default is primary-only(2). |
| INT apDTIMInterval | 1.3.6.1.4.1.388.1.1.1.4.8 | INTEGER | read-write | The frequency of DTIM packets as a multiple of TIM packets. Default is 10. |
| INT apBCMCQMax | 1.3.6.1.4.1.388.1.1.1.4.9 | INTEGER | read-write | The maximum size of broadcast/multicast queue. Default is 10. |
| INT apReassemblyTimeOut | 1.3.6.1.4.1.388.1.1.1.4.10 | INTEGER | read-write | The re-assembly timeout (in .5 ms units). Default is 9000. |
| INT apMaxRetries | 1.3.6.1.4.1.388.1.1.1.4.11 | INTEGER | read-write | The maximum number of allowed retries before aborting a transmission. Default is 15. |
| OCT apMulticastMask | 1.3.6.1.4.1.388.1.1.1.4.12 | OCTET STRING | read-write | RF multicast packets with these upper 32 bits are sent out immediately. |
| OCT apEncryptCoeff | 1.3.6.1.4.1.388.1.1.1.4.13 | OCTET STRING | read-write | The encrytion coefficient value in hexadecimal. |
| OCT apEncryptPhase | 1.3.6.1.4.1.388.1.1.1.4.14 | OCTET STRING | read-write | The encrytion phase value in hexadecimal. |
| INT apWLAPMode | 1.3.6.1.4.1.388.1.1.1.4.15 | INTEGER | read-write | Enables/Disables Wireless AP capability. Default is disabled(2). |
| OCT apWLAPPriority | 1.3.6.1.4.1.388.1.1.1.4.16 | OCTET STRING | read-write | Provides a user with the influence to determine the Root AP in wireless operation. The priority value is added as the most significant portion of the MAC address to form the WLAP ID. A WLAP with a lower numerical value for priority is more likely to become the Root AP. Default is 8000 hex from the 0 - 0xFFFF range. Reset the Access Point for value to take effect. |
| OCT apWLAPManualAPID | 1.3.6.1.4.1.388.1.1.1.4.17 | OCTET STRING | read-write | Specifies the AP-ID of a particular WLAP and forces the current WLAP to associate only with that WLAP. When WLAP Manaul AP ID is set to the current AP-ID, the current AP jumps into Functional state immediately and waits for an Association Request from the other WLAP. Reset AP for value to take effect. |
| INT apWLAPEncryption | 1.3.6.1.4.1.388.1.1.1.4.18 | INTEGER | read-write | Enables/Disables Wireless AP encryption capability. Default is disabled(2). |
| INT apWLAPHelloTime | 1.3.6.1.4.1.388.1.1.1.4.19 | INTEGER | read-write | Sets the time lapse, in seconds, between Configuration BPDUs (Bridge Protocol Data Unit) generated by a Root AP. Default is 20 seconds. Reset AP for value to take effect. |
| INT apWLAPMaxAge | 1.3.6.1.4.1.388.1.1.1.4.20 | INTEGER | read-write | Specifies how long, in seconds, a Configuration BPDU (Bridge Protocol Data Unit) is kept before it is judged too old and discarded. Consequently, the interface is considered to be disconnected. Default is 100 seconds. Recommended value is multiple of the WLAP Hello Time. Reset AP for value to take effect. |
| INT apWLAPFwdDelay | 1.3.6.1.4.1.388.1.1.1.4.21 | INTEGER | read-write | Specifies how long, in seconds, an WLAP is prevented from forwarding data packets to an interface. This delay is to allow the spread of news of a topology change to all parts of a network. Default is 10 secs. Reset AP for value to take effect. |
| apSerialPortConfig | 1.3.6.1.4.1.388.1.1.1.5 | |||
| INT apPPPState | 1.3.6.1.4.1.388.1.1.1.5.1 | INTEGER | read-write | Indicates the current state of the PPP connection machine. Default is down(2). |
| INT apSerialPortUse | 1.3.6.1.4.1.388.1.1.1.5.2 | INTEGER | read-write | Specifies whether the Serial Interface is to be used as User Interface(UI) or PPP. Default is ui(2). |
| INT apModemConnected | 1.3.6.1.4.1.388.1.1.1.5.3 | INTEGER | read-write | Specifies whether the Serial Interface has a modem attached to it. Default is no(2). |
| INT apConnectMode | 1.3.6.1.4.1.388.1.1.1.5.4 | INTEGER | read-write | Specifies the Modem connection mode: - originate(1): AP sends dial-out information. - answer(2): AP waits for dial-in information. Default is answer(2). |
| STR apDialOutNumber | 1.3.6.1.4.1.388.1.1.1.5.5 | DisplayString | read-write | Specifies the number to be dialed by the modem. |
| INT apDialOutMode | 1.3.6.1.4.1.388.1.1.1.5.6 | INTEGER | read-write | Specifies the dialout mode: - auto(1): Modem dial out during startup time. - manual(2): Modem dial out by manned intervention. Dedault is auto(1). |
| INT apAnswerWaitTime | 1.3.6.1.4.1.388.1.1.1.5.7 | INTEGER | read-write | Specifies the period (in seconds) the AP will wait for the remote unit to answer the call. Default is 60 sec. |
| INT apModemSpeaker | 1.3.6.1.4.1.388.1.1.1.5.8 | INTEGER | read-write | Specifies if modem speaker is turned on(1) or off(2). Default is on(1). |
| INT apInactivityTimeout | 1.3.6.1.4.1.388.1.1.1.5.9 | INTEGER | read-write | Specifies the User Interface Inactivity timeout in minutes. 0 means no timeout. Default is 5 minutes. |
| INT apPPPTimeout | 1.3.6.1.4.1.388.1.1.1.5.10 | INTEGER | read-write | Specifies the PPP event timeout in seconds. Default is 3 seconds. |
| CTR apPPPTerminates | 1.3.6.1.4.1.388.1.1.1.5.11 | Counter | read-write | Specifies the maximum number of PPP terminate requests. Default is 10. |
| apAddrFilterTable | 1.3.6.1.4.1.388.1.1.1.6 | not-accessible | A table of MAC addresses not allowed to associate with the Access Point. The maximum number of entries in the table is 128. | |
| apAddrFilterEntry | 1.3.6.1.4.1.388.1.1.1.6.1 | not-accessible | An entry in the table of Address Filter. A row in this table is created by setting the value of disallowedMU to the MAC address of the MU not allowed to associate with the Access Point. A row in this table is deleted by setting the value of disallowedMU to '000000000000'. | |
| INT disallowedIndex | 1.3.6.1.4.1.388.1.1.1.6.1.1 | INTEGER | read-only | Address Filter Table index. |
| PHY disallowedMU | 1.3.6.1.4.1.388.1.1.1.6.1.2 | PhysAddress | read-write | MU MAC address which is not allowed to be associated with this Access Point. |
| apTypeFilterTable | 1.3.6.1.4.1.388.1.1.1.7 | not-accessible | A table of Ethernet types (i.e. 16-bit DIX Ethernet type), which are entered by the user and supported for the type filtering function. The maximum number of entries in the table is 16. | |
| apTypeFilterEntry | 1.3.6.1.4.1.388.1.1.1.7.1 | not-accessible | An entry in the table of Type Filter. A row in this table is created by setting the value of etherType to Ethernet packet type in hexadecimal. A row in this table is deleted by setting the value of etherType to 00 | |
| INT typeIndex | 1.3.6.1.4.1.388.1.1.1.7.1.1 | INTEGER | read-only | Filter Type Table index. |
| OCT etherType | 1.3.6.1.4.1.388.1.1.1.7.1.2 | OCTET STRING | read-write | A 16-bit Ethernet Protocol Type in hexadecimal. |
| apPerformMgmt | 1.3.6.1.4.1.388.1.1.2 | |||
| apTrafficMatrixTable | 1.3.6.1.4.1.388.1.1.2.1 | not-accessible | A table of Access Point Traffic Matrix which provides information on packets transmitted from one interface to another (Ethernet, PPP, radio, AP). The table also displays the number of broadcast packets transmitted from the Access Point. The current number of entries is 5. | |
| apTrafficMatrixEntry | 1.3.6.1.4.1.388.1.1.2.1.1 | not-accessible | An entry in the table of Access Point Traffic Matrix. A row in this table cannot be created or deleted by SNMP operations on columns of the table. | |
| INT apTMTableIndex | 1.3.6.1.4.1.388.1.1.2.1.1.1 | INTEGER | read-only | Access Point Traffic Matrix Table index. |
| STR apProtoItfName | 1.3.6.1.4.1.388.1.1.2.1.1.2 | DisplayString | read-only | Access Point Protocol Interface Name (i.e. Ethernet, PPP, Radio, AP). |
| CTR apNPktsToEnets | 1.3.6.1.4.1.388.1.1.2.1.1.3 | Counter | read-only | Indicates the number of packets sent from the Access Point Protocol Interface to the Ethernet Interface. This field should always be zero if the Access Point Protocol Interface is Ethernet. |
| CTR apNPktsToPpps | 1.3.6.1.4.1.388.1.1.2.1.1.4 | Counter | read-only | Indicates the number of packets sent from the Access Point Protocol Interface to the PPP Interface. This field is meaningful only if the PPP interface is enabled. |
| CTR apNPktsToRfs | 1.3.6.1.4.1.388.1.1.2.1.1.5 | Counter | read-only | Indicates the number of packets sent from the Access Point Protocol Interface to the RF Interface. If the Access Point Protocol Interface is RF, these are frames from one MU to another. |
| CTR apNPktsToAPStks | 1.3.6.1.4.1.388.1.1.2.1.1.6 | Counter | read-only | Indicates the number of packets sent from the Access Point Protocol Interface to the internal Access Point stack. This field should always be zero if the Access Point Protocol Interface is Access Point Stack. |
| apItfStatTable | 1.3.6.1.4.1.388.1.1.2.2 | not-accessible | A table of Access Point Interfaces Statistics, which provides packets forwarding statistics for each inter- face (Ethernet, PPP, RF, AP stack). Interface statistics also provide performance informa- tion for each interface in Packets-per-second (PPS) and Bytes- per-second (BPS). The AP interface indicates packets sent to the AP stack (e.g. configuration requests, SNMP, Telnet etc.). The current number of entries is 4. | |
| apItfStatEntry | 1.3.6.1.4.1.388.1.1.2.2.1 | not-accessible | An entry in the table of Access Point Interface Statistics. A row in this table cannot be created or deleted by SNMP operations on columns of the table. | |
| INT apItfStatIndex | 1.3.6.1.4.1.388.1.1.2.2.1.1 | INTEGER | read-only | Access Point Interface Statistics Table index. |
| STR apInterfaceName | 1.3.6.1.4.1.388.1.1.2.2.1.2 | DisplayString | read-only | Access Point Interface Name (Ethernet, PPP, RF, AP). |
| CTR apPacketsIns | 1.3.6.1.4.1.388.1.1.2.2.1.3 | Counter | read-only | Indicates the number of good packets received on the specified interface. |
| CTR apPacketsOuts | 1.3.6.1.4.1.388.1.1.2.2.1.4 | Counter | read-only | Indicates the number of packets successfully transmitted on the specified interface. |
| CTR apOctetsIns | 1.3.6.1.4.1.388.1.1.2.2.1.5 | Counter | read-only | Indicates the number of good bytes received on the specified interface. |
| CTR apOctetsOuts | 1.3.6.1.4.1.388.1.1.2.2.1.6 | Counter | read-only | Indicates the number of bytes successfully transmitted on the specified interface. |
| GAU apPktsInPerSec | 1.3.6.1.4.1.388.1.1.2.2.1.7 | Gauge | read-only | Indicates the number of good packets per second received on the specified Interface. |
| GAU apPktsOutPerSec | 1.3.6.1.4.1.388.1.1.2.2.1.8 | Gauge | read-only | Indicates the number of packets per second successfully transmitted on the specified interface. |
| GAU apOctInPerSec | 1.3.6.1.4.1.388.1.1.2.2.1.9 | Gauge | read-only | Indicates the number of good bytes per second received on the specified Interface. |
| GAU apOctOutPerSec | 1.3.6.1.4.1.388.1.1.2.2.1.10 | Gauge | read-only | Indicates the number of bytes per second successfully transmitted on the specified interface. |
| apEthernetStatistics | 1.3.6.1.4.1.388.1.1.2.3 | |||
| CTR apEPktsSeens | 1.3.6.1.4.1.388.1.1.2.3.1 | Counter | read-only | Indicates the number of packets that have been seen on the Ethernet interface. Most of these packets are for stations other than those associated with this AP. |
| CTR apEPktsForwardeds | 1.3.6.1.4.1.388.1.1.2.3.2 | Counter | read-only | Indicates the number of Ethernet packets forwarded from the Ethernet interface to other interfaces. |
| CTR apEPktsDiscNoMatchs | 1.3.6.1.4.1.388.1.1.2.3.3 | Counter | read-only | Indicates the number of packets discarded due to unknown destination (i.e. no database entry). |
| CTR apEPktsDiscForceds | 1.3.6.1.4.1.388.1.1.2.3.4 | Counter | read-only | Indicates the number of packets discarded due to Type or Address filters applied. |
| CTR apEPktsDiscBuffers | 1.3.6.1.4.1.388.1.1.2.3.5 | Counter | read-only | Indicates the number of packets discarded due to lack of available buffers in AP. |
| CTR apEPktsDiscCRCs | 1.3.6.1.4.1.388.1.1.2.3.6 | Counter | read-only | Indicates the number of packets discarded due to CRC errors. |
| CTR apEPktsSents | 1.3.6.1.4.1.388.1.1.2.3.7 | Counter | read-only | Indicates the number of packets sent by this Ethernet Port. |
| CTR apEAnyCollisions | 1.3.6.1.4.1.388.1.1.2.3.8 | Counter | read-only | Indicates the number of packets that suffer at least one collision. |
| CTR apE1orMoreColls | 1.3.6.1.4.1.388.1.1.2.3.9 | Counter | read-only | Indicates the number of packets that suffer more than one collision. |
| CTR apEMaxCollisions | 1.3.6.1.4.1.388.1.1.2.3.10 | Counter | read-only | Indicates the number of packets that suffer more than the maximum number of collisions. |
| CTR apELateCollisions | 1.3.6.1.4.1.388.1.1.2.3.11 | Counter | read-only | Indicates the number of packets that suffer late collisions. |
| CTR apEPktsDefers | 1.3.6.1.4.1.388.1.1.2.3.12 | Counter | read-only | Indicates the times AP had to defer transmit requests on Ethernet due to busy medium. |
| apRFStatistics | 1.3.6.1.4.1.388.1.1.2.4 | |||
| CTR rfBcMcPktsSents | 1.3.6.1.4.1.388.1.1.2.4.1 | Counter | read-only | Indicates the number of broadcast/multicast packets that have been successfully transmitted. |
| CTR rfBcMcPktsRcvds | 1.3.6.1.4.1.388.1.1.2.4.2 | Counter | read-only | Indicates the number of broadcast/multicast packets that have been successfully received. |
| CTR rfBcMcOctSents | 1.3.6.1.4.1.388.1.1.2.4.3 | Counter | read-only | Indicates the number of broadcast/multicast bytes that have been successfully transmitted. |
| CTR rfBcMcOctRcvds | 1.3.6.1.4.1.388.1.1.2.4.4 | Counter | read-only | Indicates the number of broadcast/multicast bytes that have been successfully received. |
| CTR rfSysPktsSents | 1.3.6.1.4.1.388.1.1.2.4.5 | Counter | read-only | Indicates the number of system packets (includes probe operations packets) that have been successfully transmitted. |
| CTR rfSysPktsRcvds | 1.3.6.1.4.1.388.1.1.2.4.6 | Counter | read-only | Indicates the number of system packets (includes probes /associate packets) that have been successfully received. |
| CTR rfSBcMcPktsSents | 1.3.6.1.4.1.388.1.1.2.4.7 | Counter | read-only | Indicates the number of system broadcast/multicast packets (includes beacons) that have been successfully transmitted. |
| CTR rfSBcMcPktsRcvds | 1.3.6.1.4.1.388.1.1.2.4.8 | Counter | read-only | Indicates the number of system broadcast/multicast iincludes beacons) packets that have been successfully received. |
| CTR rfSuccFragPkts | 1.3.6.1.4.1.388.1.1.2.4.9 | Counter | read-only | Indicates the number of packets that were fragmented and for which all fragments were acked. |
| CTR rfUnsuccFragPkts | 1.3.6.1.4.1.388.1.1.2.4.10 | Counter | read-only | Indicates the number of packets that were fragmented but for which one or more fragments were not acked. |
| CTR rfTotalFragSents | 1.3.6.1.4.1.388.1.1.2.4.11 | Counter | read-only | Indicates the number of packets fragments that have been sent. |
| CTR rfTotalFragRcvds | 1.3.6.1.4.1.388.1.1.2.4.12 | Counter | read-only | Indicates the number of packets fragments that have been received. |
| CTR rfSuccReassPkts | 1.3.6.1.4.1.388.1.1.2.4.13 | Counter | read-only | Indicates the number of packets that were reassigned and successfully reassembled. |
| CTR rfUnsuccReassPkts | 1.3.6.1.4.1.388.1.1.2.4.14 | Counter | read-only | Indicates the number of packets that were unsuccessfully reassembled. |
| CTR rfAssocMUs | 1.3.6.1.4.1.388.1.1.2.4.15 | Counter | read-only | Indicates the number of MUs currently associated with this AP. |
| CTR rfRcvdCRCErrors | 1.3.6.1.4.1.388.1.1.2.4.16 | Counter | read-only | Indicates the number of packets that were received but had the CRC errors. |
| CTR rfRcvdDupPkts | 1.3.6.1.4.1.388.1.1.2.4.17 | Counter | read-only | Indicates the number of packets that were received but were duplicates of previously received. This is usually an indication that an ACK was not received by the sending unit. |
| CTR rfTotalCollisions | 1.3.6.1.4.1.388.1.1.2.4.18 | Counter | read-only | Indicates the number of collisions that have occured on the interface. A collision on the RF interface means that an ack was not received or that a RTS was not answered by a CTS. |
| CTR rfPktsWithoutColls | 1.3.6.1.4.1.388.1.1.2.4.19 | Counter | read-only | Indicates the number of packets without any collision. |
| CTR rfPktsWithMaxColls | 1.3.6.1.4.1.388.1.1.2.4.20 | Counter | read-only | Indicates the number of packets that suffered the maximum number of collisions. |
| CTR rfPktsWithColls | 1.3.6.1.4.1.388.1.1.2.4.21 | Counter | read-only | Indicates the number of packets that suffered at least one collision. |
| apPerFreqStatTable | 1.3.6.1.4.1.388.1.1.2.5 | not-accessible | A table of Radio Per Frequency statistics, which is based on the historical frequency records used by this Access Point. The current number of entries is 78. | |
| apPerFreqStatEntry | 1.3.6.1.4.1.388.1.1.2.5.1 | not-accessible | An entry in the table of Radio per frequency statistics. A row in this table cannot be created or deleted by SNMP operations on columns of the table. | |
| INT rfPerFqChannel | 1.3.6.1.4.1.388.1.1.2.5.1.1 | INTEGER | read-only | Radio Frequency channel number. |
| CTR rfPerFqPktsSents | 1.3.6.1.4.1.388.1.1.2.5.1.2 | Counter | read-only | Counter for the packets sent per frequency. |
| CTR rfPerFqPktsRcvds | 1.3.6.1.4.1.388.1.1.2.5.1.3 | Counter | read-only | Counter for the packets received per frequency. |
| CTR rfPerFqRetries | 1.3.6.1.4.1.388.1.1.2.5.1.4 | Counter | read-only | Counter for the retries per frequency. |
| apSerialPortStatistics | 1.3.6.1.4.1.388.1.1.2.6 | |||
| CTR apNbrOfDialouts | 1.3.6.1.4.1.388.1.1.2.6.1 | Counter | read-only | Indicates the number of dialout attempts by the AP. |
| CTR apDialoutFailures | 1.3.6.1.4.1.388.1.1.2.6.2 | Counter | read-only | Indicates the number of dialout failures by the AP. |
| CTR apNbrOfAnswers | 1.3.6.1.4.1.388.1.1.2.6.3 | Counter | read-only | Indicates the number of answer attempts by the AP. |
| TIK apCurrCallTime | 1.3.6.1.4.1.388.1.1.2.6.4 | TimeTicks | read-only | Indicates the length in seconds of current connection session. Note: the time is relative to the boot time of this AP. |
| TIK apLastCallTime | 1.3.6.1.4.1.388.1.1.2.6.5 | TimeTicks | read-only | Indicates the length in seconds of last connection session. Note: the time is relative to the boot time of this AP. |
| apWNMPStatistics | 1.3.6.1.4.1.388.1.1.2.7 | |||
| CTR apWNMPCfgPkts | 1.3.6.1.4.1.388.1.1.2.7.1 | Counter | read-only | Indicates the number of WNMP configuration requests received from NetVision. |
| CTR wEchoRequests | 1.3.6.1.4.1.388.1.1.2.7.2 | Counter | read-only | Indicates the number of WNMP Echo Requests received by this AP. |
| CTR wPingRequests | 1.3.6.1.4.1.388.1.1.2.7.3 | Counter | read-only | Indicates the number of WNMP ping requests received by this AP. |
| CTR wPktsFromNVs | 1.3.6.1.4.1.388.1.1.2.7.4 | Counter | read-only | Indicates the number of WNMP packets that were received from NetVision via this AP. |
| CTR wPPktsToNVs | 1.3.6.1.4.1.388.1.1.2.7.5 | Counter | read-only | Indicates the number of WNMP packets that were sent to the NetVision via this AP. |
| CTR wPassThruEchoes | 1.3.6.1.4.1.388.1.1.2.7.6 | Counter | read-only | Indicates the number of WNMP packets for other stations that passed through this AP. |
| apMUInfo | 1.3.6.1.4.1.388.1.1.2.8 | |||
| CTR apCurrentMUs | 1.3.6.1.4.1.388.1.1.2.8.1 | Counter | read-only | Indicates the number of MUs currently associated with this AP. |
| CTR apMaxMUs | 1.3.6.1.4.1.388.1.1.2.8.2 | Counter | read-only | Indicates the highest number of MUs ever associated with this AP. |
| CTR apTotalAssocs | 1.3.6.1.4.1.388.1.1.2.8.3 | Counter | read-only | Indicates the total number of associations by all MUs with this AP. |
| apMUTable | 1.3.6.1.4.1.388.1.1.2.8.4 | not-accessible | A table of information for a specific MU associated with this Access Point. The current number of entries is 128. | |
| apMUEntry | 1.3.6.1.4.1.388.1.1.2.8.4.1 | not-accessible | An entry in the table of information for a specific MU associated with this Access Point. A row in this table cannot be created or deleted by SNMP operations on columns of the table. | |
| INT muIndex | 1.3.6.1.4.1.388.1.1.2.8.4.1.1 | INTEGER | read-only | Specific MU information Table index. |
| PHY muMacAddr | 1.3.6.1.4.1.388.1.1.2.8.4.1.2 | PhysAddress | read-only | The MAC address of the MU associated with this AP. |
| INT muInterface | 1.3.6.1.4.1.388.1.1.2.8.4.1.3 | INTEGER | read-only | Indicates the interface on which this MU is located. Note: The AP may learn of an MU via the RF network or from the wired networks such as Ethernet or PPP. In this release, the AP does not keep track of those MUs reachable via the Ethernet, but that will change in future releases. |
| INT muState | 1.3.6.1.4.1.388.1.1.2.8.4.1.4 | INTEGER | read-only | Indicates the state of this MU. |
| INT muPowerMode | 1.3.6.1.4.1.388.1.1.2.8.4.1.5 | INTEGER | read-only | Indicates the MU power mode (Power Save Protocol mode or Continue Active Mode.) |
| INT muStationID | 1.3.6.1.4.1.388.1.1.2.8.4.1.6 | INTEGER | read-only | Indicates the MU station ID. |
| PHY muLastAPAddr | 1.3.6.1.4.1.388.1.1.2.8.4.1.7 | PhysAddress | read-only | Indicates the MAC address of the last AP with which this MU had an association. |
| INT muTotalAssoc | 1.3.6.1.4.1.388.1.1.2.8.4.1.8 | INTEGER | read-only | Indicates the total associations for this MU. |
| TIK muAssocStart | 1.3.6.1.4.1.388.1.1.2.8.4.1.9 | TimeTicks | read-only | Indicates when the MU began its current association with this AP. Note: Time is represented in seconds and the time is relative to the boot time of this AP. This is also true for all the association objects listed below. |
| TIK muLstAssStrt | 1.3.6.1.4.1.388.1.1.2.8.4.1.10 | TimeTicks | read-only | Indicates when the MU began its prior association with this AP. If this is the first association with this AP, this value is zero. |
| TIK muLastAssEnd | 1.3.6.1.4.1.388.1.1.2.8.4.1.11 | TimeTicks | read-only | Indicates when the MU ended its previous association with this AP. If this is the first association with this AP, this value is zero. |
| CTR muNPktsSents | 1.3.6.1.4.1.388.1.1.2.8.4.1.12 | Counter | read-only | Indicates the number of packets successfully transmitted to this MU. |
| CTR muNPktsRcvds | 1.3.6.1.4.1.388.1.1.2.8.4.1.13 | Counter | read-only | Indicates the number of Good Packets received from this MU. |
| CTR muNBytesSents | 1.3.6.1.4.1.388.1.1.2.8.4.1.14 | Counter | read-only | Indicates the number of bytes successfully transmitted to this MU. |
| CTR muNBytesRcvds | 1.3.6.1.4.1.388.1.1.2.8.4.1.15 | Counter | read-only | Indicates the number of Good Bytes received from this MU. |
| CTR muNDiscdPkts | 1.3.6.1.4.1.388.1.1.2.8.4.1.16 | Counter | read-only | Indicates the number of received packets discarded because no buffers. |
| TIK muTmLastData | 1.3.6.1.4.1.388.1.1.2.8.4.1.17 | TimeTicks | read-only | Indicates the time when the last good packet was received from this MU. The packet may be either an ACK, Data, or Poll. |
| apKnownAPsTable | 1.3.6.1.4.1.388.1.1.2.9 | not-accessible | A table of information on other Access Points known by this Access Point. The current number of entries is 32. | |
| apKnownAPsEntry | 1.3.6.1.4.1.388.1.1.2.9.1 | not-accessible | An entry in the table of information on the Known Access Points. A row in this table cannot be created or deleted by SNMP operations on columns of the table. | |
| PHY apAPMacAddr | 1.3.6.1.4.1.388.1.1.2.9.1.1 | PhysAddress | read-only | Mac Address of Known AP. |
| IP apAPIpAddr | 1.3.6.1.4.1.388.1.1.2.9.1.2 | IpAddress | read-only | IP Address of Known AP. |
| INT apHoppingSeq | 1.3.6.1.4.1.388.1.1.2.9.1.5 | INTEGER | read-only | Hopping Sequence of Known AP. |
| INT apMUs | 1.3.6.1.4.1.388.1.1.2.9.1.6 | INTEGER | read-only | Indicates the number of MUs currently associated with AP. |
| INT apKBOS | 1.3.6.1.4.1.388.1.1.2.9.1.7 | INTEGER | read-only | Kilobytes sent per second by AP on the radio interface. |
| INT apKBIS | 1.3.6.1.4.1.388.1.1.2.9.1.8 | INTEGER | read-only | Kilobytes received per second by AP on the radio interface. |
| TIK apLastRcvd | 1.3.6.1.4.1.388.1.1.2.9.1.9 | TimeTicks | read-only | Last communication in seconds with AP. Consistent values greater than 12 may indicate a communication failure with AP. |
| apFilterStatistics | 1.3.6.1.4.1.388.1.1.2.10 | |||
| CTR apAdrViolations | 1.3.6.1.4.1.388.1.1.2.10.1 | Counter | read-only | Indicates the number of Mobile Unit MAC address violations counted. |
| CTR apTypeViolations | 1.3.6.1.4.1.388.1.1.2.10.2 | Counter | read-only | Indicates the number of Ethernet packet type violations counted. |
| apWLAPInfo | 1.3.6.1.4.1.388.1.1.2.11 | |||
| CTR apNbrOfWLAPItfs | 1.3.6.1.4.1.388.1.1.2.11.1 | Counter | read-only | Indicates number of WLAP interfaces established. |
| INT apWLAPState | 1.3.6.1.4.1.388.1.1.2.11.2 | INTEGER | read-only | Indicates the current WLAP state. The state values and meanings are as follows : - During power-up initialization : Initializing(1) SendingProbe(2) SendAssocReq(3) SendCfgBPDU(4) WaitForProbe(5) SendProbeRsp(6) SendAssocRsp(7) SendCfgRsp(8) ReceivedRootRsp(10) - During WLAP operation : RootWLAPLost(12) Disabled(14) Functional(15) |
| INT apWLAPHopSequence | 1.3.6.1.4.1.388.1.1.2.11.3 | INTEGER | read-only | Indicates the hop sequence of the Root AP followed by this WLAP. |
| INT apRootInterface | 1.3.6.1.4.1.388.1.1.2.11.4 | INTEGER | read-only | Indicates the WLAP interface leading to the Root AP. |
| OCT apRootWLAPID | 1.3.6.1.4.1.388.1.1.2.11.5 | OCTET STRING | read-only | Indicates the WLAP ID of the Root AP. It consists of 2 bytes of priority (default is 0x8000) and 6 bytes of MAC address of the Root AP |
| INT apRootPathCost | 1.3.6.1.4.1.388.1.1.2.11.6 | INTEGER | read-only | Indicates how many hops away the current WLAP is from the Root AP. |
| OCT apWLAPID | 1.3.6.1.4.1.388.1.1.2.11.7 | OCTET STRING | read-only | Indicates the WLAP ID of the current WLAP. It consists of 2 bytes of priority (default is 0x8000) and 6 bytes MAC address of the current WLAP |
| apWLAPItfTable | 1.3.6.1.4.1.388.1.1.2.11.8 | not-accessible | A table of wireless AP interfaces information, which contains four (4) interfaces : Ethernet and three AP-to-AP interfaces or just all four AP-to-AP interfaces. The current number of entries is 4. | |
| apWLAPItfEntry | 1.3.6.1.4.1.388.1.1.2.11.8.1 | not-accessible | An entry in the table of wireless AP interfaces information. A row in this table cannot be created or deleted by SNMP operations on columns of the table. | |
| OCT apWLAPItfID | 1.3.6.1.4.1.388.1.1.2.11.8.1.1 | OCTET STRING | read-only | WLAP interface ID. It consists of 1 byte of priority (default is 0x80) and 1 byte of interface ID. |
| PHY apWLAPItfAddr | 1.3.6.1.4.1.388.1.1.2.11.8.1.2 | PhysAddress | read-only | The MAC address of the associated WLAP on this interface. For Ethernet, this is the Bridge Group Address : 01-80-C2-00-00-00. For AP-to-AP, this is the associated WLAP MAC address. |
| INT apWLAPItfState | 1.3.6.1.4.1.388.1.1.2.11.8.1.3 | INTEGER | read-only | The current state of the Wireless AP interface, ie : Disabled(1), Listening(2), Learning(3), Forwarding(4), or Blocking(5). |
| INT apWLAPPathCost | 1.3.6.1.4.1.388.1.1.2.11.8.1.4 | INTEGER | read-only | The cost to be added to the root path cost field in the config BPDU (Bridge Protocol Data Unit) received on this interface in order to determine the cost of the path to the Root AP. |
| OCT apDsgnatedRoot | 1.3.6.1.4.1.388.1.1.2.11.8.1.5 | OCTET STRING | read-only | The unique Root AP ID designated by the Root AP. |
| INT apDsgnatedCost | 1.3.6.1.4.1.388.1.1.2.11.8.1.6 | INTEGER | read-only | The cost of the path to the Root AP designated by the Root AP. |
| OCT apDsgnatedWLAP | 1.3.6.1.4.1.388.1.1.2.11.8.1.7 | OCTET STRING | read-only | The unique WLAP ID designated by the Root AP. |
| OCT apDsgnatedItf | 1.3.6.1.4.1.388.1.1.2.11.8.1.8 | OCTET STRING | read-only | The WLAP interface ID designated by the Root AP. |
| apFaultMgmt | 1.3.6.1.4.1.388.1.1.3 | |||
| INT apClrAllStatistics | 1.3.6.1.4.1.388.1.1.3.1 | INTEGER | read-write | Clear all the interface statistics (yes = 1, no = 2). |
| INT apClrMUTable | 1.3.6.1.4.1.388.1.1.3.2 | INTEGER | read-write | Clear the MU Table (yes = 1, no = 2). |
| INT apClrACL | 1.3.6.1.4.1.388.1.1.3.3 | INTEGER | read-write | Clear the Access Control Table (yes = 1, no = 2). |
| INT apClrACLRangeTable | 1.3.6.1.4.1.388.1.1.3.4 | INTEGER | read-write | Clear the Access Control Range Table (yes = 1, no = 2). |
| INT apClrAddrFilterTbl | 1.3.6.1.4.1.388.1.1.3.5 | INTEGER | read-write | Clear the Address Filtering Table (yes = 1, no = 2). |
| INT apLdACLFrMUList | 1.3.6.1.4.1.388.1.1.3.6 | INTEGER | read-write | Load the Access Control Table from MU Table (yes = 1, no = 2). |
| INT apModemDialOut | 1.3.6.1.4.1.388.1.1.3.7 | INTEGER | read-write | Commands the modem to dialout (yes = 1, no = 2). |
| INT apModemHangUp | 1.3.6.1.4.1.388.1.1.3.8 | INTEGER | read-write | Forces the AP to issue a 'hangup' string to the modem attached to the serial port (yes = 1, no = 2). This command is meaningful only if the AP is configured for a modem connection on the serial port. If there is no modem or there is no connection, the command will be ignored. |
| INT apUpdateFirmware | 1.3.6.1.4.1.388.1.1.3.9 | INTEGER | read-write | Update the AP firmware through TFTP server. The AP firmware will be saved in NVRAM (yes = 1, no = 2). Before issuing this command, set 'apDnLdFileName', and 'apTFTPServer' to the proper values |
| STR apDnLdFileName | 1.3.6.1.4.1.388.1.1.3.10 | DisplayString | read-write | The name of the file to be downloaded to the AP. (Including path name and total up to 49 characters.) Note: IF BOOTP is responded to, that name will take precedence and overwrite this name. |
| IP apTFTPServer | 1.3.6.1.4.1.388.1.1.3.11 | IpAddress | read-write | The IP address for the TFTP Server. |
| INT apResetAP | 1.3.6.1.4.1.388.1.1.3.12 | INTEGER | read-write | Forces a reset of the AP (yes = 1, no = 2). Upon reset, the AP clears all the statistics and restores the last saved configuration information. If changes are made without being saved, the AP clears those changes upon reset. |
| apSecurityMgmt | 1.3.6.1.4.1.388.1.1.4 | |||
| CTR apACLViolations | 1.3.6.1.4.1.388.1.1.4.1 | Counter | read-only | Indicates the number of Access Control violations occurred. |
| INT apSaveConfig | 1.3.6.1.4.1.388.1.1.4.2 | INTEGER | read-write | Saves the current configuration to NVRAM (yes = 1, no = 2). |
| apAccCtrlTable | 1.3.6.1.4.1.388.1.1.4.3 | not-accessible | A table of MAC addresses allowed to associate with the Access Point. The maximum number of entries in the table is 128. | |
| apAccCtrlEntry | 1.3.6.1.4.1.388.1.1.4.3.1 | not-accessible | An entry in the table of MAC address Access Control. A row in this table is created by setting the value of allowedMU to the MAC address of the MU allowed to associate with this Access Point. A row in this table is deleted by setting the value of allowedMU to '000000000000'. | |
| INT allowedIndex | 1.3.6.1.4.1.388.1.1.4.3.1.1 | INTEGER | read-only | Access Control Table index. |
| PHY allowedMU | 1.3.6.1.4.1.388.1.1.4.3.1.2 | PhysAddress | read-write | MU MAC address which is allowed to associate with this AP. |
| apACLRangeTable | 1.3.6.1.4.1.388.1.1.4.4 | not-accessible | A table of Access Control Range, which consists of eight (8) pairs of low and high MAC addresses. Any Mobile Unit with the MAC address within the range is allowed to associate with the Access Point. The maximum number of entries in the table is 8. | |
| apACLRangeEntry | 1.3.6.1.4.1.388.1.1.4.4.1 | not-accessible | An entry in the table of MAC address Access Control Range. A row in this table is created by first setting the value of lowMacAddr to the lowest MAC address and then the value of highMacAddr to the highest MAC address of a group of Mobile Units allowed to associate with this Access Point. This sequence of setting is very important, otherwise a wrong result will occur. A row in this table is deleted by setting the value of either lowMacAddr or highMacAddr to '000000000000'. | |
| INT apACLRangeIndex | 1.3.6.1.4.1.388.1.1.4.4.1.1 | INTEGER | read-only | Access Control Range Table index. |
| PHY lowMacAddr | 1.3.6.1.4.1.388.1.1.4.4.1.2 | PhysAddress | read-write | The lowest Mobile Unit MAC address in the range which is allowed to be associated with this AP. |
| PHY highMacAddr | 1.3.6.1.4.1.388.1.1.4.4.1.3 | PhysAddress | read-write | The highest Mobile Unit MAC address in the range which is allowed to be associated with this AP. |
RFC description
Vendor-private SNMP MIB from Symbol Technologies (IANA enterprise 388) defining proprietary managed objects for Symbol Technologies networking and wireless access point equipment.
Start monitoring Symbol Technologies Spectrum24 Ethernet Access Point, legacy pre-Wi-Fi 802.11 (RF/mesh/client status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.