Community discussions

MikroTik App
 
mirhav
just joined
Topic Author
Posts: 20
Joined: Tue Feb 24, 2009 7:29 pm

Mikrotik LACP (MK to Cisco)

Sun Mar 14, 2010 5:43 pm

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
 
dog
Member Candidate
Member Candidate
Posts: 186
Joined: Wed Aug 12, 2009 3:37 pm
Location: Germany

Re: Mikrotik LACP (MK to Cisco)

Sun Mar 14, 2010 9:50 pm

So from your example I see that with L2 you mean attaching an IP address to a VLAN and with L3 you mean attaching it directly.

So for MT the examples would be:
/int bond add mode=802.3ad slaves=ether1,ether2
/int vlan add vlan-id=50 int=bonding1 name=bond1-vlan50
/ip addr add int=bond1-vlan50 addr=10.1.1.1/24
and
/int bond add mode=802.3ad slaves=ether1,ether2
/ip addr add int=bonding1 addr=10.1.1.1/24

Who is online

Users browsing this forum: arcc, loloski and 38 guests