When I check one RouterBoard for “/interface ethernet poe” syntax I discovered one feature not present on winbox or webfig.
How many of you knew that?
I’ve just discovered!
And is very useful.
This command has no WinBox or WebFig function equivalent (till now 6.12rc1)
Put this on new terminal
/interface ethernet cable-test
[The commands support also the “do={ }” syntax for scripting and “file=namefile.ext” for save result, also the ethernet can be directly specified on the command]
when asked write the ethernet name (also can be included in command)
and you obtain (in this example I use one RB493G with RouterOS 6.7):
cable not plugged
[admin@MATRIX] > /interface ethernet cable-test
numbers: ether6
name: ether6
status: no-link
cable-pairs: open:0,shorted:0,normal:?,normal:?
cable plugged and work correctly:
[admin@MATRIX] > /interface ethernet cable-test
numbers: ether1
name: ether1
status: link-ok
cable (4 meters) plugged only on one side (or broken):
[admin@MATRIX] > /interface ethernet cable-test
numbers: ether6
name: ether6
status: no-link
cable-pairs: open:4,shorted:0,normal:?,normal:?
It also detect how many meter are the interruption and on some model which pair is broken…
If I had known before …
I do not know if is working on all models.
Try it in your router and have fun!
If you like the explanation, please add Karma, thanks.