Hello,
I had a question regarding LACP.
How do I choose the Mikrotik if I want to use LACP on a layer to layer L2 or L3?
For Cisco to set up as follows:
for L2 :
Interface range gigabitethernet 2/1-2
channel-protocol lacp
channel-group 1 mode active
exit
interface portchannel 1
switchport
switchport mode access
swichport access vlan 50
exit
interface vlan 50
ip address 10.1.1.1 255.255.255.0
for L3:
Interface range gigabitethernet 2/1-2
channel-protocol lacp
channel-group 1 mode active
exit
interface portchannel 1
no switchport
ip address 10.1.1.1 255.255.255.0
How do I set RouterOS if I use LACP on L2 or L3 ?
How to configure MikroTik collaboration with Cisco LACP ?
Thank you in advance for answers
Mirek