How to add a 802.3ad LACP bondng on ether16 and ether17 in this config?

Hi,

I have the config below and like to add a NAS with a 802.3ad LACP on ether16 and ether17.
But how can I do this? It must be an access port for VLAN 900

CONFIG:

\

Geef het apparaat een identitiet

/system identity set name=R02

Bonding toevoegen voor LoadBallancing

#/interface bonding add name=Bonding01 comment=Bond_2_CRS slaves=ether5,ether6,ether7,ether8

Maak VLANs

/interface vlan
add name=VLAN_LAN_MGMT interface=ether1 vlan-id=9
add name=VLAN_LAN_1_DATA interface=ether1 vlan-id=10
add name=VLAN_WLAN_1_DATA interface=ether1 vlan-id=12
add name=VLAN_WLAN_1_GUEST interface=ether1 vlan-id=14
add name=VLAN_LAN_1_MFP interface=ether1 vlan-id=15
add name=VLAN_LAN_1_GAME interface=ether1 vlan-id=16
add name=VLAN_LAN_1_CAMERA interface=ether1 vlan-id=17
add name=VLAN_LAN_1_TVMM interface=ether1 vlan-id=18
add name=VLAN_WLAN_1_SP interface=ether1 vlan-id=19
add name=VLAN_LAN_2_DATA interface=ether1 vlan-id=20
add name=VLAN_WLAN_2_DATA interface=ether1 vlan-id=22
add name=VLAN_WLAN_2_GUEST interface=ether1 vlan-id=24
add name=VLAN_LAN_2_MFP interface=ether1 vlan-id=25
add name=VLAN_LAN_2_GAME interface=ether1 vlan-id=26
add name=VLAN_LAN_2_CAMERA interface=ether1 vlan-id=27
add name=VLAN_LAN_2_TVMM interface=ether1 vlan-id=28
add name=VLAN_WLAN_2_SP interface=ether1 vlan-id=29
add name=VLAN_LAN_3_DATA interface=ether1 vlan-id=30
add name=VLAN_WLAN_3_DATA interface=ether1 vlan-id=32
add name=VLAN_WLAN_3_GUEST interface=ether1 vlan-id=34
add name=VLAN_LAN_3_MFP interface=ether1 vlan-id=35
add name=VLAN_LAN_3_GAME interface=ether1 vlan-id=36
add name=VLAN_LAN_3_CAMERA interface=ether1 vlan-id=37
add name=VLAN_LAN_3_TVMM interface=ether1 vlan-id=38
add name=VLAN_WLAN_3_SP interface=ether1 vlan-id=39
add name=VLAN_LAN_4_DATA interface=ether1 vlan-id=40
add name=VLAN_WLAN_4_DATA interface=ether1 vlan-id=42
add name=VLAN_WLAN_4_GUEST interface=ether1 vlan-id=44
add name=VLAN_LAN_4_MFP interface=ether1 vlan-id=45
add name=VLAN_LAN_4_GAME interface=ether1 vlan-id=46
add name=VLAN_LAN_4_CAMERA interface=ether1 vlan-id=47
add name=VLAN_LAN_4_TVMM interface=ether1 vlan-id=48
add name=VLAN_WLAN_4_SP interface=ether1 vlan-id=49
add name=VLAN_LAN_5_DATA interface=ether1 vlan-id=50
add name=VLAN_WLAN_5_DATA interface=ether1 vlan-id=52
add name=VLAN_WLAN_5_GUEST interface=ether1 vlan-id=54
add name=VLAN_LAN_5_MFP interface=ether1 vlan-id=55
add name=VLAN_LAN_5_GAME interface=ether1 vlan-id=56
add name=VLAN_LAN_5_CAMERA interface=ether1 vlan-id=57
add name=VLAN_LAN_5_TVMM interface=ether1 vlan-id=58
add name=VLAN_WLAN_5_SP interface=ether1 vlan-id=59
add name=VLAN_LAN_6_DATA interface=ether1 vlan-id=60
add name=VLAN_WLAN_6_DATA interface=ether1 vlan-id=62
add name=VLAN_WLAN_6_GUEST interface=ether1 vlan-id=64
add name=VLAN_LAN_6_MFP interface=ether1 vlan-id=65
add name=VLAN_LAN_6_GAME interface=ether1 vlan-id=66
add name=VLAN_LAN_6_CAMERA interface=ether1 vlan-id=67
add name=VLAN_LAN_6_TVMM interface=ether1 vlan-id=68
add name=VLAN_WLAN_6_SP interface=ether1 vlan-id=69
add name=VLAN_LAN_SERVER interface=ether1 vlan-id=900

IP adressen toewijzen

/ip address
add address=10.0.0.151/24 network=10.0.0.0 interface=ether2
add address=172.16.0.126/25 network=172.16.0.0 interface=VLAN_LAN_MGMT
add address=172.16.1.30/27 network=172.16.1.0 interface=VLAN_LAN_1_DATA
add address=172.16.1.62/27 network=172.16.1.32 interface=VLAN_WLAN_1_DATA
add address=172.16.1.64/27 network=172.16.1.64 interface=VLAN_WLAN_1_GUEST
add address=172.16.1.126/27 network=172.16.1.96 interface=VLAN_LAN_1_MFP
add address=172.16.1.158/27 network=172.16.1.128 interface=VLAN_LAN_1_GAME
add address=172.16.1.190/27 network=172.16.1.160 interface=VLAN_LAN_1_CAMERA
add address=172.16.1.222/27 network=172.16.1.192 interface=VLAN_LAN_1_TVMM
add address=172.16.1.254/27 network=172.16.1.224 interface=VLAN_WLAN_1_SP
add address=172.16.0.158/27 network=172.16.0.128 interface=VLAN_LAN_SERVER
add address=172.16.2.30/27 network=172.16.2.0 interface=VLAN_LAN_2_DATA
add address=172.16.2.62/27 network=172.16.2.32 interface=VLAN_WLAN_2_DATA
add address=172.16.2.64/27 network=172.16.2.64 interface=VLAN_WLAN_2_GUEST
add address=172.16.2.126/27 network=172.16.2.96 interface=VLAN_LAN_2_MFP
add address=172.16.2.158/27 network=172.16.2.128 interface=VLAN_LAN_2_GAME
add address=172.16.2.190/27 network=172.16.2.160 interface=VLAN_LAN_2_CAMERA
add address=172.16.2.222/27 network=172.16.2.192 interface=VLAN_LAN_2_TVMM
add address=172.16.2.254/27 network=172.16.2.224 interface=VLAN_WLAN_2_SP
add address=172.16.3.30/27 network=172.16.3.0 interface=VLAN_LAN_3_DATA
add address=172.16.3.62/27 network=172.16.3.32 interface=VLAN_WLAN_3_DATA
add address=172.16.3.64/27 network=172.16.3.64 interface=VLAN_WLAN_3_GUEST
add address=172.16.3.126/27 network=172.16.3.96 interface=VLAN_LAN_3_MFP
add address=172.16.3.158/27 network=172.16.3.128 interface=VLAN_LAN_3_GAME
add address=172.16.3.190/27 network=172.16.3.160 interface=VLAN_LAN_3_CAMERA
add address=172.16.3.222/27 network=172.16.3.192 interface=VLAN_LAN_3_TVMM
add address=172.16.3.254/27 network=172.16.3.224 interface=VLAN_WLAN_3_SP
add address=172.16.4.30/27 network=172.16.4.0 interface=VLAN_LAN_4_DATA
add address=172.16.4.62/27 network=172.16.4.32 interface=VLAN_WLAN_4_DATA
add address=172.16.4.64/27 network=172.16.4.64 interface=VLAN_WLAN_4_GUEST
add address=172.16.4.126/27 network=172.16.4.96 interface=VLAN_LAN_4_MFP
add address=172.16.4.158/27 network=172.16.4.128 interface=VLAN_LAN_4_GAME
add address=172.16.4.190/27 network=172.16.4.160 interface=VLAN_LAN_4_CAMERA
add address=172.16.4.222/27 network=172.16.4.192 interface=VLAN_LAN_4_TVMM
add address=172.16.4.254/27 network=172.16.4.224 interface=VLAN_WLAN_4_SP
add address=172.16.5.30/27 network=172.16.5.0 interface=VLAN_LAN_5_DATA
add address=172.16.5.62/27 network=172.16.5.32 interface=VLAN_WLAN_5_DATA
add address=172.16.5.64/27 network=172.16.5.64 interface=VLAN_WLAN_5_GUEST
add address=172.16.5.126/27 network=172.16.5.96 interface=VLAN_LAN_5_MFP
add address=172.16.5.158/27 network=172.16.5.128 interface=VLAN_LAN_5_GAME
add address=172.16.5.190/27 network=172.16.5.160 interface=VLAN_LAN_5_CAMERA
add address=172.16.5.222/27 network=172.16.5.192 interface=VLAN_LAN_5_TVMM
add address=172.16.5.254/27 network=172.16.5.224 interface=VLAN_WLAN_5_SP
add address=172.16.6.30/27 network=172.16.6.0 interface=VLAN_LAN_6_DATA
add address=172.16.6.62/27 network=172.16.6.32 interface=VLAN_WLAN_6_DATA
add address=172.16.6.64/27 network=172.16.6.64 interface=VLAN_WLAN_6_GUEST
add address=172.16.6.126/27 network=172.16.6.96 interface=VLAN_LAN_6_MFP
add address=172.16.6.158/27 network=172.16.6.128 interface=VLAN_LAN_6_GAME
add address=172.16.6.190/27 network=172.16.6.160 interface=VLAN_LAN_6_CAMERA
add address=172.16.6.222/27 network=172.16.6.192 interface=VLAN_LAN_6_TVMM
add address=172.16.6.254/27 network=172.16.6.224 interface=VLAN_WLAN_6_SP

DHCP Pools toevoegen

/ip pool
add name=POOL_LAN_1_DATA ranges=172.16.1.2-172.16.1.29
add name=POOL_WLAN_1_DATA ranges=172.16.1.34-172.16.1.61
add name=POOL_WLAN_1_GUEST ranges=172.16.1.66-172.16.1.93
add name=POOL_LAN_1_MFP ranges=172.16.1.98-172.16.1.125
add name=POOL_LAN_1_GAME ranges=172.16.1.130-172.16.1.157
add name=POOL_LAN_1_CAMERA ranges=172.16.1.162-172.16.1.189
add name=POOL_LAN_1_TVMM ranges=172.16.1.194-172.16.1.221
add name=POOL_WLAN_1_SP ranges=172.16.1.226-172.16.1.253
add name=POOL_LAN_SERVER ranges=172.16.0.130-172.16.0.157
add name=POOL_LAN_2_DATA ranges=172.16.2.2-172.16.2.29
add name=POOL_WLAN_2_DATA ranges=172.16.2.34-172.16.2.61
add name=POOL_WLAN_2_GUEST ranges=172.16.2.66-172.16.2.93
add name=POOL_LAN_2_MFP ranges=172.16.2.98-172.16.2.125
add name=POOL_LAN_2_GAME ranges=172.16.2.130-172.16.2.158
add name=POOL_LAN_2_CAMERA ranges=172.16.2.162-172.16.2.190
add name=POOL_LAN_2_TVMM ranges=172.16.2.194-172.16.2.222
add name=POOL_WLAN_2_SP ranges=172.16.2.226-172.16.2.253
add name=POOL_LAN_3_DATA ranges=172.16.3.2-172.16.3.30
add name=POOL_WLAN_3_DATA ranges=172.16.3.34-172.16.3.62
add name=POOL_WLAN_3_GUEST ranges=172.16.3.66-172.16.3.93
add name=POOL_LAN_3_MFP ranges=172.16.3.98-172.16.3.125
add name=POOL_LAN_3_GAME ranges=172.16.3.130-172.16.3.157
add name=POOL_LAN_3_CAMERA ranges=172.16.3.162-172.16.3.189
add name=POOL_LAN_3_TVMM ranges=172.16.3.194-172.16.3.221
add name=POOL_WLAN_3_SP ranges=172.16.3.226-172.16.3.253
add name=POOL_LAN_4_DATA ranges=172.16.4.2-172.16.4.29
add name=POOL_WLAN_4_DATA ranges=172.16.4.34-172.16.4.61
add name=POOL_WLAN_4_GUEST ranges=172.16.4.66-172.16.4.93
add name=POOL_LAN_4_MFP ranges=172.16.4.98-172.16.4.125
add name=POOL_LAN_4_GAME ranges=172.16.4.130-172.16.4.157
add name=POOL_LAN_4_CAMERA ranges=172.16.4.162-172.16.4.189
add name=POOL_LAN_4_TVMM ranges=172.16.4.194-172.16.4.221
add name=POOL_WLAN_4_SP ranges=172.16.4.226-172.16.4.253
add name=POOL_LAN_5_DATA ranges=172.16.5.2-172.16.5.29
add name=POOL_WLAN_5_DATA ranges=172.16.5.34-172.16.5.61
add name=POOL_WLAN_5_GUEST ranges=172.16.5.66-172.16.5.93
add name=POOL_LAN_5_MFP ranges=172.16.5.98-172.16.5.125
add name=POOL_LAN_5_GAME ranges=172.16.5.130-172.16.5.157
add name=POOL_LAN_5_CAMERA ranges=172.16.5.162-172.16.5.189
add name=POOL_LAN_5_TVMM ranges=172.16.5.194-172.16.5.221
add name=POOL_WLAN_5_SP ranges=172.16.5.226-172.16.5.253
add name=POOL_LAN_6_DATA ranges=172.16.6.2-172.16.6.29
add name=POOL_WLAN_6_DATA ranges=172.16.6.34-172.16.6.61
add name=POOL_WLAN_6_GUEST ranges=172.16.6.66-172.16.6.93
add name=POOL_LAN_6_MFP ranges=172.16.6.98-172.16.6.125
add name=POOL_LAN_6_GAME ranges=172.16.6.130-172.16.6.157
add name=POOL_LAN_6_CAMERA ranges=172.16.6.162-172.16.6.189
add name=POOL_LAN_6_TVMM ranges=172.16.6.194-172.16.6.221
add name=POOL_WLAN_6_SP ranges=172.16.6.226-172.16.6.253

You can’t. MikroTik currently does not support 802.3ad on any of their products. You can use Bonding to aggregate the links together, but Bonding puts port control up at the CPU, rather than the switch chip. Even if the CRS devices had enough CPU to run wire-speed on bonded interfaces, there’s only a 1 Gbps PHY between the switch chip and the CPU, so getting speeds faster than that out of bonded interfaces is physically impossible. Would have been better if MT used a larger PHY between the CPU and switch chip, but the CPU would still need upgraded to handle more than about 300 Mbps of traffic.

The only way you’re going to get speeds faster than 1 Gbps on bonded interfaces (potentially) is if you use one of their CCR products and bond two interfaces that are direct-to-CPU.

Ok,

Thanks for the reply.
Ok I understand.
So strange that Bonding 802.3ad Is in the config of a CRS125
But I understand due to the limits of the device it is not possible.

Is it also not possible to loadballance over multiple ports?

For example if I have a CCR1009 and a CRS125 and want to loadballance over 4 interfaces.

Bonding does work in the CRS series if the port is routed or bridged and not switched. The downside is the CPU of the CRS will be the limit of your traffic speed instead of it being wire speed on the switch chip.

Bonding does work in the CRS series if the port is routed or bridged and not switched

Not sure about that I have CRS with bonding interface where both Ethernet interfaces are switched, with vlan trunk configured. I'm using xor balance

Flags: X - disabled, I - invalid

NAME MEMBER-PORTS

0 bond0 ether7
ether8

\

NAME MTU MAC-ADDRESS ARP MASTER-PORT SWITCH

6 RS ;;; (bond0) ether7 1500 D4:CA:6D:XX:XX:XX enabled ether24 switch1
7 RS ;;; (bond0) ether8 1500 D4:CA:6D:XX:XX:XX enabled ether24 switch1

ok, so if bounding is working (bunt not in switched mode) can anyone help me to change my config to get it working?

Hi,

I have edit the original post.
Can you assist me with configuring?