See attached packet captures for further insight. On the LarrkMTK.pcap you can see the device via the filter eth.addr==94:57:a5:4b
I'm experiencing some peculiar issues on 6.40.9 (we haven't upgraded just yet. We definitely plan to.)
We've upgraded it on a few MikroTiks. It possibly fixed it; as the problem disappeared. But so has rebooting the equipment in other cases so it doesn't appear consistent. We are looking to replicate the problem so we can find the silver bullet we need that consistently fixes the problem. Any ideas as what is causing the MikroTik to ignore DHCP discover requests? We have a significant number of these deployed so pitching "upgrade them all" without the smoking gun is going to look dubious at best. We have plans to upgrade them but this would be an urgent push we'd need to send out as it is service impacting.I'm experiencing some peculiar issues on 6.40.9 (we haven't upgraded just yet. We definitely plan to.)
Surely the above should be the first step before asking help?
Please see the attached files earlier. example.rsc is an export of the configuration of one of our deployed MikroTiks.From an external view your setup is relatively complex. This means without seeing your configuration it would be just a guess into the blue. And that does not help at all since it just wastes your and our timeIf you expect help - post your complete configuration.
Absolutely. I'll give it a go when I get into another affected MikroTik. It'll be interesting to see what the pcaps look like if this does fix it.Im sorry - i have missed your configuration.
It looks like you have set "authorative=after-2sec-delay" to your client vlans. This means the router will ignore all dhcp-requests from a device if the requests are not coming in smaller time intervals than 2 seconds. If we look at your screenshots it seems like the clients take more than 2 seconds to re-request DHCP. Can you please try to set authorative to "after-10sec-delay" and check whether this solves your problem? If that doesnt help i would try to remove that option and recheck whether its working then.
If that does not help as well i would suggest to start with the mikrotik packet sniffer and check whether the dhcp request arrives at your router. If this is the case the packet is at least not lost on its way.