System information
Manual:Tools/Bandwidth Test
136
Warning: Bandwidth Test uses all available bandwidth (by default) and may impact network usability.
Note: Bandwidth Test uses a lot of resources. If you want to test real throughput of a router, you should run
bandwidth test through the tested router not from or to it. To do this you need at least 3 routers connected in
chain: the Bandwidth Server, the router being tested and the Bandwidth Client.
Note: If you use UDP protocol then Bandwidth Test counts IP header+UDP header+UDP data. In case if you
use TCP then Bandwidth Test counts only TCP data (TCP header and IP header are not included).
Bandwidth Test Server
Sub-menu: /tool bandwidth-server
Property Description
allocate-udp-ports-from (integer 1000..64000; Default: 2000) Beginning of UDP port range
authenticate (yes | no; Default: yes) Communicate only with authenticated clients
enabled (yes | no; Default: yes) Defines whether bandwidth server is enabled or not
max-sessions (integer 1..1000; Default: 100) Maximal simultaneous test count
Bandwidth Server:
[admin@MikroTik] /tool bandwidth-server> print
enabled: yes
authenticate: yes
allocate-udp-ports-from: 2000
max-sessions: 100
[admin@MikroTik] /tool bandwidth-server>
Active sessions:
[admin@MikroTik] /tool bandwidth-server session> print
# CLIENT PROTOCOL DIRECTION USER
0 35.35.35.1 udp send admin
1 25.25.25.1 udp send admin
2 36.36.36.1 udp send admin
[admin@MikroTik] /tool bandwidth-server session>
To enable bandwidth-test server without client authentication:
[admin@MikroTik] /tool bandwidth-server> set enabled=yes authenticate=no
[admin@MikroTik] /tool bandwidth-server> print
enabled: yes
authenticate: no
allocate-udp-ports-from: 2000