The following is a guide on how to enable the MikroTik packet sniffer on all interfaces. If you only need a single interface monitored change all to the interface name.
- Enter the following in terminal to enable packet capture to a file named packetcapture located in files.
- /tool sniffer
- set file-name=packetcapture filter-interface=all
- Start Packet Capture
- /tool sniffer
- start
- Stop Packet Capture
- /tool sniffer
- stop