CCR Vlan trunking with SFP+ and ethernet ports

Hi there,

I am working on setting up a few VLAN’s at home and have run into some issues..

I got a CCR1009-8G-1S-1S+ router and a ZyXEL GS1910-24 switch.

Those two are attached via CCR-ETH2 → ZyXEL ETH1. The ZyXEL is configured with all the vlans as allowed on the port, and pvid set to 1.

I followed what @Rudios wrote here: http://forum.mikrotik.com/t/trunk-valn-ccr-and-cisco/68901/1 (the first part) but I cannot ping any addresses given to the vlan bridges.

I got vlan 20,30 and 40 and I want to trunk them all on ether2 (and SFP+ when I get ether2 working)
Here is some output of my config:

[admin@FBN-CCR] /interface vlan> print
Flags: X - disabled, R - running, S - slave
 #    NAME                                                          MTU ARP        VLAN-ID INTERFACE
 0 R  VLAN20-ETH2                                                  1500 enabled         20 ether2
 1 R  VLAN30-ETH2                                                  1500 enabled         30 ether2
 2 R  VLAN40-ETH2                                                  1500 enabled         40 ether2



[admin@FBN-CCR] /interface bridge> print
Flags: X - disabled, R - running
 0  R name="BR-VLAN20" mtu=auto actual-mtu=1500 l2mtu=1584 arp=enabled mac-address=4C:5E:0C:6B:D9:DC protocol-mode=rstp priority=0x8000 auto-mac=yes
      admin-mac=00:00:00:00:00:00 max-message-age=20s forward-delay=15s transmit-hold-count=6 ageing-time=5m

 1  R name="BR-VLAN30" mtu=auto actual-mtu=1500 l2mtu=1584 arp=enabled mac-address=4C:5E:0C:6B:D9:DC protocol-mode=rstp priority=0x8000 auto-mac=yes
      admin-mac=00:00:00:00:00:00 max-message-age=20s forward-delay=15s transmit-hold-count=6 ageing-time=5m

 2  R name="BR-VLAN40" mtu=auto actual-mtu=1500 l2mtu=1584 arp=enabled mac-address=4C:5E:0C:6B:D9:DC protocol-mode=rstp priority=0x8000 auto-mac=yes
      admin-mac=00:00:00:00:00:00 max-message-age=20s forward-delay=15s transmit-hold-count=6 ageing-time=5m



[admin@FBN-CCR] /ip address> print
Flags: X - disabled, I - invalid, D - dynamic
 #   ADDRESS            NETWORK         INTERFACE
 0     10.1.30.1/24       10.1.30.0       BR-VLAN30
 1     10.1.20.1/24       10.1.20.0       BR-VLAN20
 2     10.1.40.1/24       10.1.40.0       BR-VLAN40



[admin@FBN-CCR] /interface bridge port> print
Flags: X - disabled, I - inactive, D - dynamic
 #    INTERFACE                                                    BRIDGE                                                   PRIORITY  PATH-COST    HORIZON
 8    VLAN20-ETH2                                                BR-VLAN20                                             0x80           10       none
 9    VLAN30-ETH2                                                BR-VLAN30                                             0x80           10       none
 10   VLAN40-ETH2                                                BR-VLAN40                                             0x80           10       none



[admin@FBN-CCR] /interface ethernet switch port> print
Flags: I - invalid
 #   NAME                                                  SWITCH                                                 VLAN-MODE VLAN-HEADER    DEFAULT-VLAN-ID
 0   ether1                                                switch1                                                fallback  leave-as-is                  1
 1   ether2                                                switch1                                                check     leave-as-is               auto
 2   ether3                                                switch1                                                disabled  leave-as-is               auto
 3   ether4                                                switch1                                                disabled  leave-as-is               auto
 4   switch1-cpu                                           switch1                                                fallback  leave-as-is               auto

I have removed all the unconfigured/irrelevant stuff from these outputs.

Am I missing something obvious ?

Any help is welcome!

Cheers,