Interface Bonding and VLAN issue

Hi,

Tring to do a LACP bonding for NAS + ESXi host.

I’m getting on ether24 all the tagged traffic from another switch and I’m using ether23 as the ESXi port with all the VLANs, so I’ve added the ether 23 to ether24 as slave:

[admin@MikroTik] /interface ethernet> print
Flags: X - disabled, R - running, S - slave 
 #    NAME                                       MTU MAC-ADDRESS       ARP        MASTER-PORT                                     SWITCH                                    
(...)                                         switch1                                   
19 R  ether20                                   1500 6C:3B:6B:0A:F5:4A enabled    none                                            switch1                                   
20    ether21                                   1500 6C:3B:6B:0A:F5:4B enabled    ether24                                         switch1                                   
21    ether22                                   1500 6C:3B:6B:0A:F5:4C enabled    none                                            switch1                                   
22 RS ;;; Trunk Port for ESXI Lab #1
      ether23                                   1500 6C:3B:6B:0A:F5:4D enabled    ether24                                         switch1                                   
23 R  ether24                                   1500 6C:3B:6B:0A:F5:4E enabled    none                                            switch1                                   
24 X  sfp1                                      1500 6C:3B:6B:0A:F5:4F enabled    none                                            switch1

After that I created the Switching VLAN:

[admin@MikroTik] /interface ethernet switch vlan> print
Flags: X - disabled, I - invalid, D - dynamic 
 #   VLAN-ID PORTS                                                          SVL LEARN FLOOD INGRESS-MIRROR QOS-GROUP                                                        
 0 D    4095 ether1                                                         no  no    no    no             none                                                             
(...)
             switch1-cpu                                                   
 1        13 ether23                                                        no  no    no    no             none                                                             
             ether24                                                       
 2       200 ether21                                                        no  no    no    no             none                                                             
             ether23                                                       
             ether24                                                       
[admin@MikroTik] /interface ethernet switch vlan>



[admin@MikroTik] /interface ethernet switch egress-vlan-tag> print
Flags: X - disabled, I - invalid, D - dynamic 
 #   VLAN-ID TAGGED-PORTS                                                                                                                                                   
 0 D    4095
 1        13 ether23                                                                                                                                                        
             ether24                                                                                                                                                        
 2       200 ether23                                                                                                                                                        
             ether24

Also added the correct egress VLAN tagging and ether23 is working as expected. Also ether21 is working as expected (untagged):

[admin@MikroTik] /interface ethernet switch ingress-vlan-translation> print
Flags: X - disabled, I - invalid, D - dynamic 
 0   ports=ether21 service-vlan-format=any customer-vlan-format=any new-customer-vid=200 pcp-propagation=no sa-learning=no

My goal is to have ether19 and ether20 on a LACP bond (802.3ad) but on the other end the device has no VLAN setting (it can have, not sure if works) so it needs untagged traffic.

I’ve tried this on a Cisco Switch and it worked right away. I’m sure I’m missing something.

Thanks