Sorry to come to you with a problem but I'm stumped by this! Setup is an x86 installation (forced to 64bit). Ethernet setup is as below;
Code: Select all
# jun/27/2017 19:22:02 by RouterOS 6.38.7
# software id = K6ZK-DBVU
#
/interface ethernet
set [ find default-name=ether1 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=ether2 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=ether3 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
set [ find default-name=ether4 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full
Code: Select all
[sc@MikroTik] > /interface print
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE ACTUAL-MTU L2MTU MAX-L2MTU MAC-ADDRESS
0 R ether1 ether 1500 90:E2:BA:0D:66:30
1 R ether2 ether 1500 90:E2:BA:0D:66:31
2 R ether3 ether 1500 D4:AE:52:B7:3E:10
3 R ether4 ether 1500 D4:AE:52:B7:3E:11
[sc@MikroTik] >