I have a Cisco 3560-X switch and a 1036. Trying to get some bonding working.
Cisco Config
interface Port-channel1
switchport trunk allowed vlan 11,350,3200,3201
switchport mode trunk
!
interface GigabitEthernet1/0/1
description TO_CCR1036_PORT1
switchport trunk allowed vlan 11,350,3200,3201
switchport mode trunk
channel-group 1 mode on
!
interface GigabitEthernet1/0/2
description TO_CCR1036_PORT2
switchport trunk allowed vlan 11,350,3200,3201
switchport mode trunk
channel-group 1 mode on
Mikrotik Config
/interface bonding
add link-monitoring=none mode=802.3ad name=bonding1 slaves=ether1,ether3,ether4
/interface bonding> print
Flags: X - disabled, R - running
0 R name="bonding1" mtu=1500 mac-address=6C:3B:6B:08:BA:C4 arp=enabled
arp-timeout=auto slaves=ether1,ether3,ether4 mode=802.3ad primary=none
link-monitoring=none arp-interval=100ms arp-ip-targets=""
mii-interval=100ms down-delay=0ms up-delay=0ms lacp-rate=30secs
transmit-hash-policy=layer-2 min-links=0
------+-------------+-----------+-----------------------------------------------
1 Po1(SU) - Gi1/0/1(P) Gi1/0/2(P) Gi1/0/3(P)
I have vlans underneath the bonding interface (see attachment).
Traffic does not load balance. All my traffic comes in one of the ethernet ports and goes out another.
