Fault Board
highFix proposedMerakiDHCP / DNS
DHCP failures on Warehouse
Clients on Warehouse are failing to obtain DHCP leases.
Warehouse · 5/29/2026, 9:00:44 PM
Root-cause analysis
Diagnosed cause
DHCP scope exhausted — lease pool fully allocated
RCA confidence86%
Above the 70% threshold — a fix can be pre-formed.
Reasoning
Pool utilization is at or above 95% while clients report lease failures, a direct exhaustion signature. Widening the scope should restore issuance.
Generated by heuristic
Evidence trail
dhcp_pool_exhaustionDHCP pool utilization: 98%
Lease pool is effectively full.
dhcp_lease_failuresDHCP lease failures (5 min): 44
Clients are actively failing to obtain leases.
Normalized telemetry (2)
DHCP lease failures (5 min)44
DHCP pool utilization98%
Proposed fix
Expand DHCP scope and correct DNS
Widen the DHCP lease range on the affected VLAN to relieve pool exhaustion and reset the configured DNS servers to the network default, then verify lease issuance.
risk: mediummeraki.dhcp.expand_pool_and_fix_dns
Exact calls that will run
1. Expand DHCP lease range on the appliance VLAN for network N_warehouse
PUT /networks/N_warehouse/appliance/vlans/{vlanId}
2. Reset DNS nameservers to the upstream resolver default
PUT /networks/N_warehouse/appliance/vlans/{vlanId}
Approving is disabled in the read-only demo.