Topology:
DHCP Client >> Switch >> SRX (MIST Managed)
DHCP Clients are not receiving IPs for a specific or all VLANs
Isolate the issue and take required/appropriate action:
set groups top access address-assignment pool AP_mgmt family inet network X.X.X.0/24
set groups top access address-assignment pool AP_mgmt family inet range AP_mgmt low X.X.X.10
set groups top access address-assignment pool AP_mgmt family inet range AP_mgmt high X.X.X.199
set groups top access address-assignment pool AP_mgmt family inet dhcp-attributes name-server 8.8.8.8
set groups top access address-assignment pool AP_mgmt family inet dhcp-attributes router X.X.X.1
set groups top access address-assignment pool AP_mgmt family inet dhcp-attributes maximum-lease-time 3600
monitor traffic interface reth4.0 no-resolve matching "port 68 or port 67"
N/A