10 lines
420 B
Plaintext
10 lines
420 B
Plaintext
# Configure RouterOS Packet Sniffer to stream VLAN 100 via TZSP.
|
|
# This script DOES NOT start the sniffer. Review first, then run /tool/sniffer/start.
|
|
|
|
/tool/sniffer/set filter-vlan=100 filter-direction=any filter-stream=yes only-headers=no streaming-enabled=yes streaming-server=172.31.255.2 streaming-port=37008
|
|
|
|
# Start manually after the container is healthy:
|
|
# /tool/sniffer/start
|
|
# Stop with:
|
|
# /tool/sniffer/stop
|