Community discussions

MikroTik App
 
dabiri1377
just joined
Topic Author
Posts: 1
Joined: Sun Mar 05, 2023 3:27 pm

Mikrotik CCR 1036 802.3ad Bond with Cisco3560 over etherchannel LACP

Sun Mar 05, 2023 3:45 pm

Hello to all
I have a CCR1036-12G-4S and a WS-C3560X-48PF-S.
I created a LACP between these two with config blow, but instead of speed getting quadrupled, it got very slow (300 Mbps).
I need help.
Mikrotik:

/interface bonding
add arp=enabled arp-interval=100ms arp-ip-targets="" arp-timeout=auto comment=\
    "etherchannel between cisco and router" disabled=no \
    down-delay=0ms !forced-mac-address lacp-rate=30secs link-monitoring=mii \
    mii-interval=100ms min-links=0 mode=802.3ad mtu=1500 name=bonding-SW1 \
    primary=none slaves=ether1,ether2,ether3,ether4 transmit-hash-policy=\
    layer-2-and-3 up-delay=0ms


Cisco:


port-channel load-balance src-dst-ip
!
interface Port-channel1
 switchport trunk allowed vlan 1,16,20,50,100,120,130,140-142,150,151,160,170
 switchport trunk allowed vlan add 180
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
 interface GigabitEthernet0/1
 switchport trunk allowed vlan 1,16,20,50,100,120,130,140-142,150,151,160,170
 switchport trunk allowed vlan add 180
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-protocol lacp
 channel-group 1 mode active
!
interface GigabitEthernet0/2
 switchport trunk allowed vlan 1,16,20,50,100,120,130,140-142,150,151,160,170
 switchport trunk allowed vlan add 180
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-protocol lacp
 channel-group 1 mode active
!
interface GigabitEthernet0/3
 switchport trunk allowed vlan 1,16,20,50,100,120,130,140-142,150,151,160,170
 switchport trunk allowed vlan add 180
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-protocol lacp
 channel-group 1 mode active
!
interface GigabitEthernet0/4
 switchport trunk allowed vlan 1,16,20,50,100,120,130,140-142,150,151,160,170
 switchport trunk allowed vlan add 180
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-protocol lacp
 channel-group 1 mode active
!
 
abbio90
Member Candidate
Member Candidate
Posts: 194
Joined: Fri Aug 27, 2021 9:16 pm
Contact:

Re: Mikrotik CCR 1036 802.3ad Bond with Cisco3560 over etherchannel LACP

Mon Mar 06, 2023 8:26 am

on the cisco I would say that it is sufficient to indicate the trunk and the vlan ids only in the port channel and not in the individual ports

Who is online

Users browsing this forum: Google [Bot] and 93 guests