A3COM-PRIVATE-MIB: View SNMP OID List / Download MIB

VENDOR: 3COM


 Home MIB: A3COM-PRIVATE-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 a3Com 1.3.6.1.4.1.43
       wlan_mib 1.3.6.1.4.1.43.35
             rivet 1.3.6.1.4.1.43.35.8
The management information definitions for the 3COM AP-PRIVATE-MIB.
                 enterpriseApSys 1.3.6.1.4.1.43.35.8.1
                     swHardwareVer 1.3.6.1.4.1.43.35.8.1.1 displaystring read-only
Hardware version of the main board.
                     swBootRomVer 1.3.6.1.4.1.43.35.8.1.2 displaystring read-only
Boot ROM code version of the main board.
                     swOpCodeVer 1.3.6.1.4.1.43.35.8.1.3 displaystring read-only
Operation code version of the main board.
                     swSerialNumber 1.3.6.1.4.1.43.35.8.1.4 displaystring read-only
Serial Number of the Access Point.
                 enterpriseApLineMgnt 1.3.6.1.4.1.43.35.8.2
                     lineTable 1.3.6.1.4.1.43.35.8.2.1 no-access
Table of descriptive and status information about configuration of each RS-232 line in this system
                         lineEntry 1.3.6.1.4.1.43.35.8.2.1.1 no-access
An entry in the table, containing information about configuration in one RS232 line of the Access Point.
                             lineIndex 1.3.6.1.4.1.43.35.8.2.1.1.1 integer32 no-access
This is defined as RS-232 index.
                             lineDataBits 1.3.6.1.4.1.43.35.8.2.1.1.2 integer32 read-only
This is defined as number of data bits for the RS232 interface.
                             lineParity 1.3.6.1.4.1.43.35.8.2.1.1.3 integer read-only
This is defined as parity of the RS232 interface. Enumeration: 'even': 2, 'none': 99, 'odd': 1.
                             lineSpeed 1.3.6.1.4.1.43.35.8.2.1.1.4 integer32 read-only
This is defined as the speed of the RS-232 interface.
                             lineStopBits 1.3.6.1.4.1.43.35.8.2.1.1.5 integer32 read-only
This is defined as the number of stop bits for the RS-232 interface.
                 enterpriseApPortMgnt 1.3.6.1.4.1.43.35.8.3
                     portTable 1.3.6.1.4.1.43.35.8.3.1 no-access
Table of descriptive and status information about configuration of each switch port (including expansion slot) in this system. This table also contains information about each trunk (similar to Cisco's EtherChannel).
                         portEntry 1.3.6.1.4.1.43.35.8.3.1.1 no-access
An entry in the table, containing information about configuration in one switch port of the switch.
                             portIndex 1.3.6.1.4.1.43.35.8.3.1.1.1 integer32 no-access
This is defined as ifIndex in the IF-MIB.
                             portName 1.3.6.1.4.1.43.35.8.3.1.1.2 displaystring read-only
Indicates the port name. This is same as ifAlias in the IF-MIB (RFC2863 or later).
                             portType 1.3.6.1.4.1.43.35.8.3.1.1.3 integer read-only
Indicates the port type. Enumeration: 'hundredBaseFX': 3, 'thousandBaseGBIC': 7, 'thousandBaseLX': 5, 'thousandBaseMiniGBIC': 8, 'hundredBaseTX': 2, 'thousandBaseT': 6, 'other': 1, 'thousandBaseSX': 4.
                             portSpeedDpxCfg 1.3.6.1.4.1.43.35.8.3.1.1.4 integer read-only
Set the port speed and duplex mode as follows: halfDuplex10(2) - 10Mbps and half duplex mode fullDuplex10(3) - 10Mbps and full duplex mode halfDuplex100(4) - 100Mbps and half duplex mode fullDuplex100(5) - 100Mbps and full duplex mode halfDuplex1000(6) - 1000Mbps and half duplex mode fullDuplex1000(7) - 1000Mbps and full duplex mode hundredBaseTX port can be set as halfDuplex10(2) fullDuplex10(3) halfDuplex100(4) fullDuplex100(5) hundredBaseFX port can be set as halfDuplex100(4) fullDuplex100(5) thousandBaseSX port can be set as halfDuplex1000(6) fullDuplex1000(7) The actual operating speed and duplex of the port is given by portSpeedDpxStatus. Enumeration: 'fullDuplex10': 3, 'halfDuplex1000': 6, 'fullDuplex1000': 7, 'halfDuplex100': 4, 'halfDuplex10': 2, 'fullDuplex100': 5, 'reserved': 1.
                             portFlowCtrlCfg 1.3.6.1.4.1.43.35.8.3.1.1.5 integer read-only
(1) Flow control mechanism is enabled. If the port type is hundredBaseTX or thousandBaseSX: When the port is operating in halfDuplex mode, the port uses backPressure flow control mechanism. When the port is operating in fullDuplex mode, the port uses IEEE 802.3x flow control mechanism. If the port type is hundredBaseFX: When the port is operating in halfDuplex mode, the port uses backPressure flow control mechanism. When the port is operating in fullDuplex mode, Flow control mechanism will not function. (2) Flow control mechanism is disabled. (3) Flow control mechanism is backPressure. when the port is in fullDuplex mode.This flow control mechanism will not function. (4) Flow control mechanism is IEEE 802.3x flow control. when the port is in halfDuplex mode.This flow control mechanism will not function. hundredBaseTX and thousandBaseSX port can be set as: enabled(1), disabled(2), backPressure(3), dot3xFlowControl(4). hundredBaseFX port can be set as: enabled(1), disabled(2), backPressure(3). The actual flow control mechanism is used given by portFlowCtrlStatus. Enumeration: 'disabled': 2, 'backPressure': 3, 'dot3xFlowControl': 4, 'enabled': 1.
                             portCapabilities 1.3.6.1.4.1.43.35.8.3.1.1.6 integer read-only
Port capabilities. Enumeration: 'reserved11': 11, 'reserved10': 10, 'reserved13': 13, 'reserved12': 12, 'reserved7': 7, 'portCap100full': 3, 'portCap1000half': 4, 'portCap10half': 99, 'portCapFlowCtrl': 15, 'portCapSym': 14, 'reserved9': 9, 'reserved8': 8, 'portCap1000full': 5, 'portCap10full': 1, 'reserved6': 6, 'portCap100half': 2.
                             portAutonegotiation 1.3.6.1.4.1.43.35.8.3.1.1.7 integer read-only
Whether autonegotiation is enabled. Enumeration: 'disabled': 2, 'enabled': 1.
                             portSpeedDpxStatus 1.3.6.1.4.1.43.35.8.3.1.1.8 integer read-only
The operating speed and duplex mode of the switched port. If this index is a trunk, the speed is the speed of its individual members. If this index is a trunk and the result is inconsistent among its member ports, this value is error(1). Enumeration: 'fullDuplex10': 3, 'halfDuplex1000': 6, 'error': 1, 'fullDuplex1000': 7, 'halfDuplex100': 4, 'halfDuplex10': 2, 'fullDuplex100': 5.
                             portFlowCtrlStatus 1.3.6.1.4.1.43.35.8.3.1.1.9 integer read-only
(2) BackPressure flow control machanism is used. (3) IEEE 802.3 flow control machanism is used. (4) Flow control mechanism is disabled. If this index is a trunk and the result is inconsistent among its member ports, this value is error(1). Enumeration: 'none': 4, 'dot3xFlowControl': 3, 'backPressure': 2, 'error': 1.
                 enterpriseApFileTransferMgt 1.3.6.1.4.1.43.35.8.4
                     transferType 1.3.6.1.4.1.43.35.8.4.1 integer read-write
Type of file to transfer. Enumeration: 'ftp': 1, 'tftp': 2.
                     fileType 1.3.6.1.4.1.43.35.8.4.2 integer read-write
Type of file to transfer. Enumeration: 'application': 1, 'config': 2.
                     srcFile 1.3.6.1.4.1.43.35.8.4.3 displaystring read-write
The source file name for TFTP transfer when a transfer is next requested via this MIB. This value is set to the zero length string when no file name has been specified.
                     destFile 1.3.6.1.4.1.43.35.8.4.4 displaystring read-write
The destination file name for TFTP transfer when a transfer is next requested via this MIB. This value is set to the zero length string when no file name has been specified.
                     fileServer 1.3.6.1.4.1.43.35.8.4.5 ipaddress read-write
The IP address of the TFTP server for transfer when a download is next requested via this MIB. This value is set to `0.0.0.0' when no IP address has been specified.
                     userName 1.3.6.1.4.1.43.35.8.4.6 displaystring read-write
The username specified for an FTP Transfer.
                     password 1.3.6.1.4.1.43.35.8.4.7 displaystring read-write
The password specified for an FTP Transfer.
                     status 1.3.6.1.4.1.43.35.8.4.8 integer read-only
The status of the transfer. Enumeration: 'flashMallocError': 11, 'flashFtypeError': 13, 'flashOpenError': 10, 'success': 2, 'failureGeneric': 3, 'flashReadError': 12, 'running': 1, 'socketWriteError': 20, 'protocolError': 30.
                     transferStart 1.3.6.1.4.1.43.35.8.4.9 integer read-write
To start a transfer. Enumeration: 'download': 1, 'upload': 2.
                 enterpriseApResetMgt 1.3.6.1.4.1.43.35.8.5
                     restartOpCodeFile 1.3.6.1.4.1.43.35.8.5.1 displaystring read-write
Name of op-code file for start-up.
                     restartControl 1.3.6.1.4.1.43.35.8.5.2 integer read-write
Setting this object to warmBoot(2) causes the device to restart the application software with current configuration parameters saved in non-volatile memory. Setting this object to coldBoot(3) causes the device to reinitialize configuration parameters in non-volatile memory to default values and restart the application software. When the device is running normally, this variable has a value of running(1). Enumeration: 'running': 1, 'coldBoot': 3, 'warmBoot': 2.
                 enterpriseApIpMgt 1.3.6.1.4.1.43.35.8.6
                     netConfigIPAddress 1.3.6.1.4.1.43.35.8.6.1 ipaddress read-write
The IP address of this Net interface. The default value for this object is 0.0.0.0. If either the netConfigIPAddress or netConfigSubnetMask are 0.0.0.0, then when the device boots, it may use DHCP to try to figure out what these values should be. If DHCP fails, before the device can talk on the network, this value must be configured (e.g., through a terminal attached to the device).
                     netConfigSubnetMask 1.3.6.1.4.1.43.35.8.6.2 ipaddress read-write
The subnet mask of this Net interface. The default value for this object is 0.0.0.0. If either the netConfigIPAddress or netConfigSubnetMask are 0.0.0.0, then when the device boots, it may use DHCP to try to figure out what these values should be. If DHCP fails, before the device can talk on the network, this value must be configured (e.g., through a terminal attached to the device).
                     netConfigDefaultGateway 1.3.6.1.4.1.43.35.8.6.3 ipaddress read-write
The IP Address of the default gateway. If this value is undefined or unknown, it shall have the value 0.0.0.0.
                     netConfigHttpState 1.3.6.1.4.1.43.35.8.6.4 integer read-write
Whether HTTP is enabled. Enumeration: 'disabled': 2, 'enabled': 1.
                     netConfigHttpPort 1.3.6.1.4.1.43.35.8.6.5 integer read-write
The port number for HTTP. Default value is 80.
                     netConfigHttpsState 1.3.6.1.4.1.43.35.8.6.6 integer read-write
Whether Secure HTTP is enabled. Enumeration: 'disabled': 2, 'enabled': 1.
                     netConfigHttpsPort 1.3.6.1.4.1.43.35.8.6.7 integer read-write
The port number for Secure HTTP. Default value is 443.
                     netConfigDHCPState 1.3.6.1.4.1.43.35.8.6.8 integer read-write
Whether DHCP is enabled. Enumeration: 'disabled': 2, 'enabled': 1.
                 enterpriseAPdot11 1.3.6.1.4.1.43.35.8.7
                     dot11AuthenticationEntry 1.3.6.1.4.1.43.35.8.7.5
                         dot118021xState 1.3.6.1.4.1.43.35.8.7.5.1 integer read-write
This attribute indicates that the Enterprise the state of the 802.1x authentication algorithm. Enumeration: 'disabled': 0, 'supported': 1, 'required': 2.
                         dot118021xBroadcastKeyRefreshRate 1.3.6.1.4.1.43.35.8.7.5.2 integer read-write
The number (in minutes) between changing the broadcast key for 802.1x and WPA clients
                         dot118021xSessionKeyRefreshRate 1.3.6.1.4.1.43.35.8.7.5.3 integer read-write
The number (in minutes) between changing session keys for 802.1x and WPA clients
                         dot118021xReauthenticationTimeout 1.3.6.1.4.1.43.35.8.7.5.4 integer read-write
The number (in minutes) between forcing 802.1x clients to reauthenticate
                         dot11MACAuthenticationType 1.3.6.1.4.1.43.35.8.7.5.5 integer read-write
This value indicates the type of mac authentication in use. Enumeration: 'disabled': 0, 'radius': 2, 'local': 1.
                     dot11AuthenticationServerTable 1.3.6.1.4.1.43.35.8.7.6 no-access
Table of descriptive and status information about configuration of each authentication server.
                         dot11AuthenticationServerEntry 1.3.6.1.4.1.43.35.8.7.6.1 no-access
An entry in the table, containing information about configuration of one authentication server of the AP.
                             dot11AuthenticationServerIndex 1.3.6.1.4.1.43.35.8.7.6.1.1 integer32 no-access
Index of the Authentication Server
                             dot11AuthenticationServer 1.3.6.1.4.1.43.35.8.7.6.1.2 ipaddress read-write
This value indicates the IP address of the authentication server.
                             dot11AuthenticationPort 1.3.6.1.4.1.43.35.8.7.6.1.3 integer read-write
This value indicates the UDP Port used by the authentication server.
                             dot11AuthenticationKey 1.3.6.1.4.1.43.35.8.7.6.1.4 displaystring read-write
This value indicates the shared key used by the authentication server.
                             dot11AuthenticationRetransmit 1.3.6.1.4.1.43.35.8.7.6.1.5 integer read-write
This value indicates the retransmit timer length used by the authentication server.
                             dot11AuthenticationTimeout 1.3.6.1.4.1.43.35.8.7.6.1.6 integer read-write
This value indicates the Timeout value(sec) used by the authentication server.
                             dot11AuthenticationAcctPort 1.3.6.1.4.1.43.35.8.7.6.1.7 integer read-write
The port number for radius server accounting.
                             dot11AuthenticationInterimUpdate 1.3.6.1.4.1.43.35.8.7.6.1.8 integer read-write
This value indicates the Timeout value(sec) used by the radius server interim update.
                     dot11Filter 1.3.6.1.4.1.43.35.8.7.7
                         dot11FilterDefault 1.3.6.1.4.1.43.35.8.7.7.1 integer read-write
This value indicates the default access for local mac filters. Enumeration: 'deny': 2, 'allow': 1.
                         dot11FilterTable 1.3.6.1.4.1.43.35.8.7.7.2 no-access
Table of status information about each configured MAC Address Filtering Entry.
                             dot11FilterEntry 1.3.6.1.4.1.43.35.8.7.7.2.1 no-access
An entry in the table, containing information about configuration in one radio of the AP.
                                 dot11FilterAddress 1.3.6.1.4.1.43.35.8.7.7.2.1.1 macaddress no-access
This value indicates the MAC address of the filter entry.
                                 dot11FilterStatus 1.3.6.1.4.1.43.35.8.7.7.2.1.2 integer read-write
This value indicates the Status of the filter entry. Ifallowed, the client is allowed access to the network. If disallowed, the no frames will be forwarded to the network from the client. Enumeration: 'delete': 32, 'denied': 31, 'allowed': 30.
                     dot11AuthenticationSupplicantTable 1.3.6.1.4.1.43.35.8.7.8 no-access
Table of descriptive and status information about configuration of supplicant
                         dot11AuthenticationSupplicantEntry 1.3.6.1.4.1.43.35.8.7.8.1 no-access
An entry in the table, containing information about configuration of one supplicant.
                             dot118021xSuppIndex 1.3.6.1.4.1.43.35.8.7.8.1.1 integer32 no-access
Index of the interface for which this supplicant is running. Currently only the ethernet interface.
                             dot118021xSuppState 1.3.6.1.4.1.43.35.8.7.8.1.2 integer read-write
This object is used to enable or disable the 802.1x supplicant. Enumeration: 'disabled': 0, 'enabled': 1.
                             dot118021xSuppUser 1.3.6.1.4.1.43.35.8.7.8.1.3 displaystring read-write
This value indicates the username for supplicant. If value is configured, will display ****. Else will display EMPTY.
                             dot118021xSuppPasswd 1.3.6.1.4.1.43.35.8.7.8.1.4 displaystring read-write
This value indicates the password for supplicant. If value is configured, will display ****. Else will display EMPTY.
                 enterpriseApAdmin 1.3.6.1.4.1.43.35.8.8
                     enterpriseApAdminUser 1.3.6.1.4.1.43.35.8.8.1 displaystring read-write
This value indicates the username for management login.
                     enterpriseApAdminPassword 1.3.6.1.4.1.43.35.8.8.2 displaystring read-write
This value indicates the password for management login. Accept empty string to remove the password.
                 enterpriseApSecurity 1.3.6.1.4.1.43.35.8.9
                     enterpriseApSecurityTable 1.3.6.1.4.1.43.35.8.9.1 no-access
Table of descriptive and status information about configuration of each radio in terms of security settings.
                         enterpriseApSecurityEntry 1.3.6.1.4.1.43.35.8.9.1.1 no-access
An entry in the table, containing information about configuration of one radio of the AP.
                             enterpriseApSecurityIndex 1.3.6.1.4.1.43.35.8.9.1.1.1 integer32 no-access
Radio Index for security settings.
                             enterpriseApSecurityAuthType 1.3.6.1.4.1.43.35.8.9.1.1.2 integer read-write
This value indicates the type of authentication in use for this radio interface. Enumeration: 'shared': 1, 'open': 0.
                             enterpriseApSecuritySharedKeyLen 1.3.6.1.4.1.43.35.8.9.1.1.3 integer read-only
This value indicates the shared key length for this radio interface. Enumeration: 'sixtyFour': 1, 'none': 0, 'oneHundredTwentyEight': 2, 'oneHundredFiftyTwo': 3.
                             enterpriseApSecurityWPAMode 1.3.6.1.4.1.43.35.8.9.1.1.4 integer read-write
This value indicates the state of WPA for this radio interface. Enumeration: 'disabled': 2, 'supported': 0, 'required': 1.
                             enterpriseApSecurityWPAKeyType 1.3.6.1.4.1.43.35.8.9.1.1.5 integer read-write
This value indicates the type of WPA Key Management in use for this radio interface. Enumeration: 'presharedkey': 1, 'dot1x': 0.
                             enterpriseApSecurityWPACipher 1.3.6.1.4.1.43.35.8.9.1.1.6 integer read-write
This value indicates the type of WPA Cipher in use for this radio interface. Enumeration: 'tkip': 1, 'aes': 2, 'wep': 0.
                             enterpriseApSecurityWPAPSKType 1.3.6.1.4.1.43.35.8.9.1.1.7 integer read-write
This value indicates the type of WPA Pre Shared Key in use for this radio interface. Enumeration: 'alphanumeric': 1, 'hex': 0.
                             enterpriseApSecurityWPAPSK 1.3.6.1.4.1.43.35.8.9.1.1.8 displaystring read-write
This value indicates WPA Pre Shared Key in use for this radio interface.
                             enterpriseApSecurityWEPKeyType 1.3.6.1.4.1.43.35.8.9.1.1.9 integer read-write
This value indicates the type of WEP Key in use for this radio interface. Enumeration: 'alphanumeric': 1, 'hexadecimal': 0.
                             enterpriseApSecurityWEPEnabled 1.3.6.1.4.1.43.35.8.9.1.1.10 truthvalue read-write
This value indicates whether WEP is enabled.
                 enterpriseApRadio 1.3.6.1.4.1.43.35.8.10
                       enterpriseApRadioTable 1.3.6.1.4.1.43.35.8.10.1 no-access
Table of descriptive and status information about configuration of each radio.
                           enterpriseApRadioEntry 1.3.6.1.4.1.43.35.8.10.1.1 no-access
An entry in the table, containing information about configuration of one radio of the AP.
                               enterpriseApRadioIndex 1.3.6.1.4.1.43.35.8.10.1.1.1 integer32 no-access
Radio Index for configuration.
                               enterpriseApRadioAutoChannel 1.3.6.1.4.1.43.35.8.10.1.1.2 integer read-write
This value indicates whether auto channel selection is enabled or not for this radio interface Enumeration: 'disabled': 2, 'enabled': 1.
                               enterpriseApRadioTransmitPower 1.3.6.1.4.1.43.35.8.10.1.1.3 integer read-write
This value indicates the transmit power for this radio interface. Enumeration: 'full': 1, 'min': 6, 'middle': 3, 'half': 2, 'quarter': 4, 'eighth': 5.
                               enterpriseApRadioTurboMode 1.3.6.1.4.1.43.35.8.10.1.1.4 integer read-write
This value indicates whether turbo mode is enabled for this radio interface. Enumeration: 'disabled': 2, 'enabled': 1, 'invalid': 3.
                               enterpriseApRadioDataRate 1.3.6.1.4.1.43.35.8.10.1.1.5 integer read-write
This value indicates the data rate for this radio interface. Radio interface A operates at 6, 9, 12, 18, 24, 36, 48, 54. Radio interface G operates all listed data rates. The auto setting will attempt to set the best data rate for the interface Enumeration: 'sixMbps': 6, 'elevenMbps': 11, 'oneMbps': 1, 'auto': 255, 'fiveAndHalfMbps': 5, 'twoMbps': 2, 'fiftyFourMbps': 54, 'twelveMbps': 12, 'nineMbps': 9, 'eighteenMbps': 18, 'thirtySixMbps': 36, 'fourtyEightMbps': 48, 'twentyFourMbps': 24.
                               enterpriseApRadioGMode 1.3.6.1.4.1.43.35.8.10.1.1.6 integer read-write
This value indicates the radio mode for the 802.11g radio. This setting is only valid for the 802.11g interface. Enumeration: 'gOnly': 2, 'bg': 3, 'bOnly': 1, 'invalid': 4.
                               enterpriseApRadioAntennaMode 1.3.6.1.4.1.43.35.8.10.1.1.7 integer read-write
This value indicates the antenna mode in use for the G-radio. The values are interpreted as follows: both(1) means use both built-in antennas, left(2) means use left side. right(3) means use right side. invalid(4) means not support. This setting is only valid for the 802.11g interface. Enumeration: 'both': 1, 'right': 3, 'invalid': 4, 'left': 2.
                               rogueApState 1.3.6.1.4.1.43.35.8.10.1.1.8 integer read-write
This value is used to enable/disable Rogue Ap Detection for this radio interface. Enumeration: 'disabled': 2, 'enabled': 1.
                               rogueApInterval 1.3.6.1.4.1.43.35.8.10.1.1.9 integer read-write
How often to scan for Rogue Aps. The interval in minutes, with default of 720(minutes).
                               rogueApDuration 1.3.6.1.4.1.43.35.8.10.1.1.10 integer read-write
How long to scan each channel (in milliseconds). A longer duration will yield more complete results. A shorter duration will allow clients a better chance of remaining connected. Default value is 350(milliseconds).
                               rogueApScanNow 1.3.6.1.4.1.43.35.8.10.1.1.11 integer read-write
When writing the value to enable, the AP will trigger the Rouge AP scan function. The value will always return disable(2). Enumeration: 'disabled': 2, 'enabled': 1.
                       enterpriseApVapRadioTable 1.3.6.1.4.1.43.35.8.10.2 no-access
Table of descriptive and status information about configuration of each Vap radio.
                           enterpriseApVapRadioEntry 1.3.6.1.4.1.43.35.8.10.2.1 no-access
An entry in the table, containing information about configuration of one Vap radio of the AP.
                               enterpriseApVapRadioIndex 1.3.6.1.4.1.43.35.8.10.2.1.1 integer32 no-access
Radio Index for configuration.
                               enterpriseApVapRadioState 1.3.6.1.4.1.43.35.8.10.2.1.2 integer read-write
This value indicates the state of the radio interface. Enumeration: 'disabled': 2, 'enabled': 1.
                               enterpriseApVapRadioClosedSystem 1.3.6.1.4.1.43.35.8.10.2.1.3 integer read-write
This value indicates whether closed system is enabled for this radio interface. Enumeration: 'disabled': 2, 'enabled': 1.
                               enterpriseApVapRadioMaxAssoc 1.3.6.1.4.1.43.35.8.10.2.1.4 integer read-write
This value indicates the max number of clients allowed on this radio interface.
                               enterpriseApVapRadioTransmitKey 1.3.6.1.4.1.43.35.8.10.2.1.5 integer read-write
This value indicates default transmit key in use for this radio interface.
                               enterpriseApVapRadioDescription 1.3.6.1.4.1.43.35.8.10.2.1.6 displaystring read-write
This value indicates the description for this radio interface.
                       radioWdsTable 1.3.6.1.4.1.43.35.8.10.3 no-access
Table of configuration information for Wds for each Radio interface.
                           radioWdsEntry 1.3.6.1.4.1.43.35.8.10.3.1 no-access
An entry in the table, containing information about configuration of peer Bridging for one radio of the AP. The table is indexed by radio Index (corresponding to enterpriseApRadioTable). The table does not contain the radio index as a member of the table.
                               wdsApRole 1.3.6.1.4.1.43.35.8.10.3.1.1 integer read-write
This value indicates the role of the Ap for this radio: normal operation(1), bridge master(2) which accepts only repeaters to associate with, repeater Ap(3) that accepts wireless station and other repeaters if it is root-connected: bridge-connected or root connected, and bridge(4) which bridges ethernet traffic to WDS parent bridge but does not relay wireless traffic. Enumeration: 'roleRepeater': 3, 'roleBridgeMaster': 2, 'roleAp': 1, 'roleBridge': 4.
                       radioWdsPeerTable 1.3.6.1.4.1.43.35.8.10.4 no-access
Table of configuration information for Wds Peers for each Radio interface.
                           radioWdsPeerEntry 1.3.6.1.4.1.43.35.8.10.4.1 no-access
An entry in the table, containing information about configuration of peer Bridging for one radio of the AP. The table is indexed by radio Index (corresponding to enterpriseApRadioTable) and the peer index (Up to 6). The table does not contain the radio index as a member of the table.
                               wdsPeerIndex 1.3.6.1.4.1.43.35.8.10.4.1.1 integer32 no-access
Peer Index for the radio interface.
                               wdsPeerBssid 1.3.6.1.4.1.43.35.8.10.4.1.2 displaystring read-write
The BSSID for this peer.
                 enterpriseApWebRedirection 1.3.6.1.4.1.43.35.8.11
                       webRedirectionEnabled 1.3.6.1.4.1.43.35.8.11.1 integer read-write
Whether Web Redirection is enabled. Enumeration: 'disabled': 2, 'enabled': 1.
                 enterpriseApProxyArp 1.3.6.1.4.1.43.35.8.12
                       proxyArpEnabled 1.3.6.1.4.1.43.35.8.12.1 integer read-write
Whether ProxyArp is enabled. Enumeration: 'disabled': 2, 'enabled': 1.
                 enterpriseApRogueAp 1.3.6.1.4.1.43.35.8.13
                       rogueApDetectionTable 1.3.6.1.4.1.43.35.8.13.1 no-access
Table of each AP that has been detected.
                           rogueApEntry 1.3.6.1.4.1.43.35.8.13.1.1 no-access
An entry in the table, containing information about any AP detected.
                               rogueApIndex 1.3.6.1.4.1.43.35.8.13.1.1.1 integer no-access
Monotonically increasing index.
                               rogueApBssid 1.3.6.1.4.1.43.35.8.13.1.1.2 displaystring read-only
The AP BSSID
                               rogueApSsid 1.3.6.1.4.1.43.35.8.13.1.1.3 displaystring read-only
The AP SSID
                               rogueApPortNumber 1.3.6.1.4.1.43.35.8.13.1.1.4 integer32 read-only
Interface index for the radio.
                               rogueApChannelNumber 1.3.6.1.4.1.43.35.8.13.1.1.5 integer32 read-only
Channel where Ap detected.
                               rogueApRSSIValue 1.3.6.1.4.1.43.35.8.13.1.1.6 integer32 read-only
RSSI for AP detected.
                 apNotificationTrapTree 1.3.6.1.4.1.43.35.8.100
                         apNotificationObjects 1.3.6.1.4.1.43.35.8.100.1
                             apNotificationDot11MacAddr 1.3.6.1.4.1.43.35.8.100.1.1 macaddress no-access
Mac Address of the affected interface, returned with traps only.
                             apNotificationDot11Station 1.3.6.1.4.1.43.35.8.100.1.2 macaddress no-access
This attribute holds the MAC address of the wireless station
                             apNotificationDot11RequestType 1.3.6.1.4.1.43.35.8.100.1.3 integer no-access
This attribute defines the request type sent by the station. Value = 1: Unknown request type Value = 2: Association Request Value = 3: Re-association Request Value = 4: Authentication Enumeration: 'unknown': 1, 'authentication': 4, 'reAssociation': 3, 'association': 2.
                             apNotificationDot11ReasonCode 1.3.6.1.4.1.43.35.8.100.1.4 integer no-access
This attribute defines the reason for the failure of an operation. Value = 1: Invalid mode/state Value = 2: Station not authenticated. Value = 3: Internal error Value = 4: Out of sequence frame Value = 5: Un-supportd algorithm Value = 6: Invalid frame length Value = 7: WEP is required on the AP Value = 8: WEP not allowed Value = 9: Challenge text mismatch Enumeration: 'wepRequiredOnAP': 7, 'outOfSequenceFrame': 4, 'challengeTextMismatch': 9, 'internalError': 3, 'invalidModeOrState': 1, 'unsupportedAlgorithm': 5, 'wepNotAllowed': 8, 'invalidFrameLngth': 6, 'unAuthenticatedStation': 2.
                             apNotificationDot11IpAddress 1.3.6.1.4.1.43.35.8.100.1.5 ipaddress no-access
This value indicates the IP address of the Access Point
                             apNotificationDot11AuthenticatorMacAddr 1.3.6.1.4.1.43.35.8.100.1.6 macaddress no-access
This attribute holds the MAC address of the authenticator for the AP.
                         apNotificationTrapObjects 1.3.6.1.4.1.43.35.8.100.2
                             sysSystemUp 1.3.6.1.4.1.43.35.8.100.2.1
The system up notification shall be sent when the AP is fully up and running.
                             sysSystemDown 1.3.6.1.4.1.43.35.8.100.2.2
The system down notification shall be sent before the AP is about to reboot.
                             sysRadiusServerChanged 1.3.6.1.4.1.43.35.8.100.2.3
The RADIUS server changed notification shall be sent when the RADIUS server has changed from Primary / Secondary to Secondary / Primary.
                             dot11StationAssociation 1.3.6.1.4.1.43.35.8.100.2.4
The associate notification shall be sent when a station successfully associates with the Access Point. The value of the notification shall include the MAC address of the station that has associated.
                             dot11StationReAssociation 1.3.6.1.4.1.43.35.8.100.2.5
The re-associate notification shall be sent when a station successfully re-associates with the Access Point. The value of the notification shall include the MAC address of the station that has associated.
                             dot11StationAuthentication 1.3.6.1.4.1.43.35.8.100.2.6
The authentication notification shall be sent when a station successfully authenticates with the Access Point. The value of the notification shall include the MAC address of the station that has authenticated.
                             dot11StationRequestFail 1.3.6.1.4.1.43.35.8.100.2.7
The station request fail shall be sent out when a station fails to associate / re-associate / authenticate with the Access Point. The notification shall include the MAC address of the station and the reason code for the failure.
                             dot11InterfaceAGFail 1.3.6.1.4.1.43.35.8.100.2.8
The InterfaceAGFail notification shall be sent out when 802.11a/802.11g wireless interface has failed.
                             dot1xMacAddrAuthSuccess 1.3.6.1.4.1.43.35.8.100.2.9
The 802.1x MAC address authentication success notification shall be sent when a station successfully authenticates the MAC address with the RADIUS server. The value of the notification shall include the MAC address of the station that has authenticated.
                             dot1xMacAddrAuthFail 1.3.6.1.4.1.43.35.8.100.2.10
The 802.1x MAC address authentication failure notification shall be sent when a station fails to authenticate the MAC address with the RADIUS server. The value of the notification shall include the MAC address of the station that failed to authenticate.
                             dot1xAuthNotInitiated 1.3.6.1.4.1.43.35.8.100.2.11
The 802.1x authentication not initiated notification shall be sent when a station did not initiate 802.1x authentication with the RADIUS server. The value of the notification shall include the MAC address of the station that did not initiate 802.1x authentication.
                             dot1xAuthSuccess 1.3.6.1.4.1.43.35.8.100.2.12
The 802.1x authentication success notification shall be sent when a station successfully authenticates with the RADIUS server. The value of the notification shall include the MAC address of the station that has authenticated.
                             dot1xAuthFail 1.3.6.1.4.1.43.35.8.100.2.13
The 802.1x authentication failure notification shall be sent when a station fails to authenticate with the RADIUS server. The value of the notification shall include the MAC address of the station that failed to authenticate.
                             localMacAddrAuthSuccess 1.3.6.1.4.1.43.35.8.100.2.14
The Local MAC address authentication success notification shall be sent when a station successfully authenticates the MAC address with the database stored locally within the AP. The value of the notification shall include the MAC address of the station that has authenticated.
                             localMacAddrAuthFail 1.3.6.1.4.1.43.35.8.100.2.15
The Local MAC address authentication failure notification shall be sent when a station fails to authenticate the MAC address with the database stored locally within the AP. The value of the notification shall include the MAC address of the station that has authenticated.
                             pppLogonFail 1.3.6.1.4.1.43.35.8.100.2.16
The PPP Logon failure notification shall be sent out when the AP fails to login successfully to the PPP peer using the supplied username and password.
                             iappStationRoamedFrom 1.3.6.1.4.1.43.35.8.100.2.17
The IAPP Station Roamed-From Notification shall be sent out whenever a station roams from another Access Point (AP) to this AP. The notification shall include the MAC address of the station and the IP address of the old AP.
                             iappStationRoamedTo 1.3.6.1.4.1.43.35.8.100.2.18
The IAPP Station Roamed-To Notification shall be sent out whenever a station roams to another Access Point (AP) from this AP. The notification shall include the MAC address of the station and the IP address of the new AP.
                             iappContextDataSent 1.3.6.1.4.1.43.35.8.100.2.19
The IAPP Context Data Sent notification shall be sent out whenever the context data for a station has been sent to the new AP with which the station has associated. The notification shall include the MAC address of the station and the IP address of the new AP.
                             sntpServerFail 1.3.6.1.4.1.43.35.8.100.2.20
The sntpServerFail notification shall be sent when the AP fails to get time from the configured SNTP server.