Page 1 of 1

5.23 mipsbe export problem

Posted: Thu Feb 14, 2013 11:18 am
by robyhr
Hello,

after using RouterOS on virtual machines for some time, we decided to go for RB hardware. we bought RB2011L, and we have problem with config export.

when given command
export compact file=mali.export
or
export file=veliki.export
files that i get as result don't have
/interface ethernet
section, so rest of rules won't work because they use interface name as identificator, and names should be set with this section that is missing.

I'm typing command in console root, not under any submenu.

can someone please confirm this? we tried setting 5.23 on x86 VM, and we didn't see this problem... any ideas?

thanks

Re: 5.23 mipsbe export problem

Posted: Fri Feb 15, 2013 3:21 am
by tjc
Definitely seeing the same thing here. In both full and compact export that section is now missing.

Re: 5.23 mipsbe export problem

Posted: Tue Feb 19, 2013 4:48 pm
by pospanko
Yes. This happens.
But happens on RB450 and RB2011.
On RB411 and RB1100Ah I didn't manage to reproduce this, export on them works just fine.

Re: 5.23 mipsbe export problem

Posted: Wed Feb 20, 2013 12:57 pm
by janisk
use 5.24 when released. it is all working.

Also note that most of the interfaces are going to be in /interface ethernet or /interface ethernet and not dicretly under /interface menu.

Re: 5.23 mipsbe export problem

Posted: Mon Feb 25, 2013 9:29 am
by robyhr
I upgraded my RB to 5.24, but problem is still here. can someone please confirm problem on 5.24? :(

Re: 5.23 mipsbe export problem

Posted: Mon Feb 25, 2013 11:21 am
by tkrjasek
Bug is still here, at least on RB450G and RB750G
I first reported this bug on 23 Oct 2012 (version 5.21), then on 23. Nov 2012 (version 5.22) and again on 30. Jan 2013 (version 5.23)
I'm no longer surprised that bug is present in v5.24 - according to the last official reply "it's fixed in v6 RC" and they "have no information when it coud be fixed in v 5" :(

Re: 5.23 mipsbe export problem

Posted: Tue Apr 02, 2013 3:01 am
by K1w1user
Export is definitely still missing most of /ethernet on multiple RB2011UAS-RM's updated with 5.24

Update:

This bug seems to be related to what packages are active.

on a 5.21, export sections are missing after I disabled these
/system package
disable hotspot
disable dhcp
disable wireless
disable mpls
disable routing



Pre disable

# jan/02/1970 12:18:57 by RouterOS 5.21
# software id = XXXX-XXXX
#
/interface ethernet
set 0 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited disabled=\
yes full-duplex=yes l2mtu=1598 mac-address=D4:CA:6D:7C:7D:B9 master-port=\
none mtu=1500 name=sfp1 speed=100Mbps
set 1 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited disabled=\
yes full-duplex=yes l2mtu=1598 mac-address=D4:CA:6D:7C:7D:BA master-port=\
none mtu=1500 name=ether1-DISABLED speed=100Mbps
....etc.


post disable

# jan/02/1970 12:00:31 by RouterOS 5.21
# software id = XXXX-XXXX
#
/interface ethernet switch
set 0 mirror-source=none mirror-target=none name=switch1
set 1 mirror-source=none mirror-target=none name=switch2
/ip ipsec proposal
set [ find default=yes ] auth-algorithms=sha1 disabled=no enc-algorithms=3des \
lifetime=30m name=default pfs-group=modp1024
/port


So to summarise

/interface ethernet is missing
/interface ethernet switch is ok
/interface ethernet switch port ports is ok

Mark.

Re: 5.23 mipsbe export problem

Posted: Mon May 27, 2013 7:41 pm
by iandric
I have the problem still with 5.25...