Upgrade issue and loading config fails

Hi all,

After using my RB2011 for some time I decided to upgrade to the more powerful CCR1009-8G-1S-1S+ to fully utilise my 500/500Mbit fiber connection. I expected the migration to be very smooth, however after hours of frustration I feel I’m not getting closer to a working setup.

Two main issues:

  1. The router doesn’t update RouterOS after placing the update package at root and rebooting the router. The router reboots but ignores the update package. It’s running the latest firmware.
  2. When I configure the router manually using Winbox it works fine. However when I’m optimising the setup, export the config and upload the config again only 20% of the config is processed. The rest of the code is ignored.

I feel both items above could be signs of a more serious issue with the CCR.

To provide a total picture, the CCR is directly connected to the NTU via ether1.

Regards,
Heavy Element

#
/interface ethernet
set [ find default-name=ether1 ] arp=proxy-arp l2mtu=1598 name=ether1-gateway
set [ find default-name=ether2 ] l2mtu=1598
set [ find default-name=ether3 ] l2mtu=1598
set [ find default-name=ether4 ] l2mtu=1598
set [ find default-name=ether5 ] l2mtu=1598
set [ find default-name=ether6 ] l2mtu=1598
set [ find default-name=ether7 ] l2mtu=1598
set [ find default-name=ether8 ] l2mtu=1598
set [ find default-name=sfp-sfpplus1 ] disabled=yes
set [ find default-name=sfp1 ] disabled=yes
#
/interface vlan
add interface=ether1-gateway l2mtu=1594 name=vlan1.4 vlan-id=4
add interface=ether1-gateway l2mtu=1594 name=vlan1.6 vlan-id=6
#
/interface pppoe-client
add add-default-route=yes allow=pap,mschap2 dial-on-demand=no disabled=no interface=vlan1.6 keepalive-timeout=20 max-mru=1480 max-mtu=1480 name=pppoe password=kpn user=[personal]@direct-adsl
#
/ppp profile
set [ find name=default ] name=default
set [ find name=default-encryption ] name=default-encryption
#
/ip address
add address=192.168.2.1/24 interface=bridge-local network=192.168.2.0
#
/ip pool
add name=pool-030 ranges=192.168.2.100,192.168.2.199
#
/ip dhcp-server
add disabled=no interface=bridge-local name=DHCP-030
#
/ip dhcp-server network
add address=192.168.2.0/24 dns-server=8.8.8.8,8.8.4.4 domain=030.local gateway=192.168.2.1 netmask=24
#
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
#
/interface bridge
add name=bridge-local arp=proxy-arp
add name=bridge-iptv
#
/interface bridge port
add bridge=bridge-local interface=ether2
add bridge=bridge-local interface=ether3
add bridge=bridge-local interface=ether4
add bridge=bridge-local interface=ether5
add bridge=bridge-local interface=ether6
add bridge=bridge-local interface=ether7
add bridge=bridge-iptv interface=ether8
add bridge=bridge-iptv interface=vlan1.4
#
/ip neighbor discovery
set ether1-gateway discover=no
set pppoe discover=no
set vlan1.6 discover=no
#
/routing bgp instance
set default disabled=yes
#
/system clock
set time-zone-name=Europe/Amsterdam
#
/ip upnp interfaces
add interface=bridge-local type=internal
add interface=pppoe type=external
#
/ip upnp
set enabled=yes
#
/system routerboard settings
set cpu-frequency=1200MHz memory-frequency=1066DDR protected-routerboot=disabled

For the failed upgrade, make sure you uploaded the correct packags.
For CCR units use the Tile version of the package. The RB2011 uses mipsbe packages which are different.

When you are importing your config, which looks fine by the way, does it give any errors?
Is the unit running with default config or completely clean? Make sure it is clean before importing otherwise it will see some objects already existing upon creation on which it will fail.

Item 1 is clearly resolved as this was an user error. I tried to apply the mipsbe packages :laughing:

Item 2 is still work in progress. When I apply the config line by line via Winbox using the terminal it works. However when I import the config it fails to import most lines.