RADIUS profile unreachable
Triggered when a RADIUS server becomes unreachable.
Alert name: ALERT_RADIUS_UNREACHABLE
Payload
{
"metadata": {
"alert_name": "ALERT_RADIUS_UNREACHABLE",
"network_name": "Main Office",
"timestamp": "2026-01-23T21:40:03Z"
},
"data": {
"profiles": [
{
"accounting_server_ip": "10.0.1.10",
"auth_server_ip": "10.0.1.10",
"failure_rate": 1.0
}
]
}
}Fields
| Field | Type | Description |
|---|---|---|
accounting_server_ip | string | IP address of the RADIUS accounting server |
auth_server_ip | string | IP address of the RADIUS authentication server |
failure_rate | number | Rate of failed authentication attempts |