I have a testing scenario where our device will be plugged into network without having a static IP and no DHCP server in the network.
The aim is to create the scenario for the device to auto config itself to a random Local Link Address - 169.254.x.x
But the RFC says that "if in case DHCP is enabled in your device and there is no DHCP server and no static IP available - the device should opt for Link Local address"
I know how to enable DHCP in my device - but how can one assure that there is no DHCP server in network running?