I have a PoE powered MikroTik Hex S
serving my gigabit fibre connection. The lan5
port goes to the ONT with PoE passthrough and a 12V PoE splitter at the end to power the ONT, which is in my garage.
Over the past couple of days I've started noticing spurious connection drops at apparently random times of day.
To eliminate PoE power problems I tried powering the ONT with its wall wart, but the drops are still happening.
What seems to be happening is that the router detects the lan5
ethernet drop, which then tears down the whole PPPoE stack:
Wed May 7 19:15:22 2025 daemon.notice netifd: Network device 'lan5' link is down
Wed May 7 19:15:22 2025 kern.info kernel: [644730.706394] mt7530-mdio mdio-bus:1f lan5: Link is Down
Wed May 7 19:15:22 2025 daemon.notice netifd: 8021q 'lan5.40' link is down
Wed May 7 19:15:22 2025 daemon.notice netifd: Interface 'wan' has link connectivity loss
These events seem to be over in seconds, 5 seconds in this case:
Wed May 7 19:15:27 2025 daemon.notice netifd: Network device 'lan5' link is up
but still quite annoying as e.g. adblock-fast
reloads all the blocklists, and so DNS service is out for a bit.
This connection has been rock solid for the past 5 years or so, so this kerfuffle is new. Up until a couple of weeks ago I used an EdgeRouter-X
plumbed the same way (though no PoE passthrough), so I guess the problem most likely has to do with the switch.
My main question is what I can do to diagnose this to a cause (aside from staring at the existing logs).
I figure the problem has to be one of:
- The router.
- The connection to the ONT.
- The patch cable from the router to the patch panel.
- The run from the patch panel to the garage.
- The patch cable from the garage outlet to the ONT.
- The ONT.
- A network issue on the ISP side.
In my experience these MT7621A devices are rock solid, so I think it has to be wiring or the ONT.
For the wiring, as I don't have any gear for testing it, I guess I'm down to wiggle-and-replace?
Is there any reasonably priced cable testing equipment I could pick up?
Is there any logging I could enable to see precisely why the interface is going down?
The problem with the ONT is that aside from its blinkenlichten
, I don't know that it has any kind of diagnostic interface on my side. ... time passes ... Well aktually, it does have a fixed IP I can talk to. Alas there's not much there unless I hook up to the serial port.
Point a camera at it? Other ideas?