Hi guys,
I have two cisco switches in two department that linked to each other by two mikrotik SXT radios (4 SXT at overal).
But after etherchannel configuration on both switches, it does not load balance the traffic (all of traffic transferred by just one link)
what effect the mikrotik radios may caused in the etherchannel config?
schema:
switch-3750:g1/0/21 → site2dep ----------- dep2site ← switch-2960:f0/23
switch-3750:g1/0/22 → site2dep2 ----------- dep2site2 ← switch-2960:f0/24
\
config on switches 3750:
port-channel load-balance src-dst-mac
interface Port-channel1
switchport trunk encapsulation dot1q
switchport mode trunk
interface GigabitEthernet1/0/21
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode on
!
interface GigabitEthernet1/0/22
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode on
config on switches 2960:
port-channel load-balance src-dst-mac
interface Port-channel1
switchport mode trunk
interface FastEthernet0/23
switchport mode trunk
channel-group 1 mode on
!
interface FastEthernet0/24
switchport mode trunk
channel-group 1 mode on
Thank you in advance,
A.H.B