Community discussions

MikroTik App
 
User avatar
robyhr
newbie
Topic Author
Posts: 27
Joined: Fri May 25, 2007 8:03 pm
Location: Croatia
Contact:

5.23 mipsbe export problem

Thu Feb 14, 2013 11:18 am

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
 
tjc
Member Candidate
Member Candidate
Posts: 276
Joined: Sun Jul 10, 2011 3:08 am

Re: 5.23 mipsbe export problem

Fri Feb 15, 2013 3:21 am

Definitely seeing the same thing here. In both full and compact export that section is now missing.
 
pospanko
Member Candidate
Member Candidate
Posts: 283
Joined: Sun Dec 18, 2005 4:23 pm

Re: 5.23 mipsbe export problem

Tue Feb 19, 2013 4:48 pm

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.
 
User avatar
janisk
MikroTik Support
MikroTik Support
Posts: 6263
Joined: Tue Feb 14, 2006 9:46 am
Location: Riga, Latvia

Re: 5.23 mipsbe export problem

Wed Feb 20, 2013 12:57 pm

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.
 
User avatar
robyhr
newbie
Topic Author
Posts: 27
Joined: Fri May 25, 2007 8:03 pm
Location: Croatia
Contact:

Re: 5.23 mipsbe export problem

Mon Feb 25, 2013 9:29 am

I upgraded my RB to 5.24, but problem is still here. can someone please confirm problem on 5.24? :(
 
tkrjasek
just joined
Posts: 11
Joined: Mon Feb 25, 2013 11:12 am

Re: 5.23 mipsbe export problem

Mon Feb 25, 2013 11:21 am

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" :(
 
K1w1user
newbie
Posts: 31
Joined: Thu Mar 21, 2013 12:28 am

Re: 5.23 mipsbe export problem

Tue Apr 02, 2013 3:01 am

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.
 
iandric
just joined
Posts: 23
Joined: Wed Jul 15, 2009 10:12 pm
Location: Germany

Re: 5.23 mipsbe export problem

Mon May 27, 2013 7:41 pm

I have the problem still with 5.25...