This article describes the issue of a user being randomly assigned an IP address, even though the static binding of IP-MAC in DHCP services has been configured on a J-series or SRX device.
Static bindings provide configuration information for specific clients. This can include one or more fixed Internet addresses, client hostname, and a client identifier. Assume that you have DHCP static binding between IP-MAC for 10.64.0.41 - 00:21:b7:72:31:63 :
> show system services dhcp binding
To ensure that the client receives the static address, as per it's MAC, you have to clear the dynamic binding entry:
> clear system services dhcp binding < dynamic address, which is associated with the configured MAC >
> show system services dhcp binding | match < ip address eg. 10.64.0.41 >