M
M
Mark M2018-06-11 18:50:34
Mikrotik
Mark M, 2018-06-11 18:50:34

Mikrotik - how to find out the bandwidth of connected devices on all ports at once?

How can I immediately find out the bandwidth of all connected devices to all mikrotika ports. Through SpeedPing you can only find out by IP and in turn. But you need something like mikrotik wrote in the logs:
ether18link up (speed 1G, Full duplex)
ether15link up (speed 100M, Full duplex)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
vreitech, 2018-06-11
@fzfx

use snmp: poll IF-MIB::ifTable with snmptable.
for seeding: https://wiki.mikrotik.com/wiki/Manual:SNMP

L
l0ser140, 2018-06-13
@l0ser140

:foreach i in [/interface ethernet find] do={put ([/interface ethernet get $i value-name=name] ." ". [/interface ethernet get $i value-name=speed] ." full-duplex :".[/interface ethernet get $i value-name=full-duplex])}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question