wlanAccessPoint
The wlanAccessPoint table stores information about wireless access points.
The following table describes the wlanAccessPoint table.
| Column name | Type | Constraints | Description |
|---|---|---|---|
| entityId | 32-bit integer |
Primary key Foreign key Not null |
Automatically incremented ID that provides a unique value for each wireless Access Point across all domains. |
| apMACAddress | 40-character string |
The MAC address of this access point. |
|
| adminStatus | 15-character string | The administrative status of this access point. | |
| apType | 25-character string | The type of this access point. | |
| ethernetMAC | 40-character string | The Ethernet MAC address of this access point. | |
| gatewayRouter | 39-character string | The IP address of the gateway router of this access point. | |
| isStaticIP | 15-character string | Whether the IP address is static or not. | |
| lastRebootReason | 40-character string | The reason why this access point was last rebooted. | |
| monitorOnlyMode | 25-character string | The monitor only mode of this access point. | |
| numEthernetIfaces | 32-bit integer | The number of Ethernet interfaces of this access point. | |
| numRadioInterfaces | 32-bit integer | The number of radio interfaces of this access point | |
| operationalStatus | 25-character string | The operational status of this access point. | |
| snmpIndex | 50-character string | The SNMP index of this access point. | |
| statsTimer | 32-bit integer | The interval in seconds between each time the access point sends its DOT11 statistics to the WLAN controller. | |
| trafficViaPortNum | 32-bit integer | The port number where traffic flows in and out of this access point. | |
| upTime | 50-character string | How long the access point have been running since the last power up or reboot. |