Monitoring real-time traffic on your MikroTik router can help you troubleshoot network issues, analyze bandwidth usage, and detect suspicious activity. One of the most powerful tools for traffic analysis is Wireshark, and luckily, MikroTik RouterOS provides a way to stream packet captures directly into it.
-
Start the Packet Sniffer on MikroTik
- Goto Tools > Packet Sniffer
- Streaming Service:
Enabled
- Server IP:
Your Wireshark target
- Port:
37008
- Optional IP filter to reduce capture volume
- Interface: bridge
- IP-Adress, ...
-
Capture in Wireshark
- Goto startscreen capture section or
Capture
->Options
- Select incomming interface, e.g.
Ethernet
- Capture filter for selected interface:
udp port 37008
- Start capture
- Goto startscreen capture section or
-
Optional: Save filter
- In Wireshark menu, click on
Capture
and then selectCapture filters
. - Click on
+
and add the filter with a name e.g.MikroTik Sniffing
andudp port 37008
as filter
- In Wireshark menu, click on
-
Start sniffing in RouterOS
- Click on
Start
to start the sniffing. - In Wireshark you should now see the incommung packages
- To stop the sniffng, click
Stop
in RouterOS
- Click on