Wireless DHCP failure
Triggered when wireless clients fail to obtain DHCP addresses.
Alert name: ALERT_WIRELESS_DHCP_FAILURE
Payload
{
"metadata": {
"alert_name": "ALERT_WIRELESS_DHCP_FAILURE",
"network_name": "Main Office",
"timestamp": "2026-01-23T21:40:03Z"
},
"data": {
"window_minutes": 15,
"failure_threshold": 5,
"dhcp_failures": [
{
"access_point": {
"label": "Floor 2 AP"
},
"ssid": {
"name": "Corporate"
},
"mac": "AA:BB:CC:DD:EE:FF"
}
]
}
}Fields
| Field | Type | Description |
|---|---|---|
window_minutes | integer | Time window for failure detection |
failure_threshold | integer | Number of failures that triggered the alert |
dhcp_failures[].access_point.label | string | Name of the access point |
dhcp_failures[].ssid.name | string | SSID where the failure occurred |
dhcp_failures[].mac | string | MAC address of the client that failed |