bonding interface with cisco 2950 T

i bond My Core Mikrotik with Cisco 2950T,

//Core Mikrotik: name="mbd-bond" mtu=1500 mac-address=00:0C:42:20:9B:8F arp=enabled
slaves=ether4,LAN DIST mode=broadcast primary=none link-monitoring=none
arp-interval=100ms mii-interval=100ms down-delay=0s up-delay=0s
lacp-rate=30secs

//Cisco2950T : Group: 1

Group state = L2
Ports: 2 Maxports = 8
Port-channels: 1 Max Port-channels = 1
Protocol: PAgP


and my all branch mikrotiks are connected with cisco2950T.

i want to add some info here that my core mikrotik is RB 1000 v3.3

i think this scanario will make us higher throughtput, loadbalance, failover .

but i am facing some problem, i am testing in different mode like balance -rr, balance-tlb.

In balance-rr i got packet loss 10% may be created loop

In broadcast , i found that traffic goes slow and load balance is not working.


Can anyone plz give me some advice???

broadcast is not for load balancing, read the manual:
http://www.mikrotik.com/testdocs/ros/2.9/interface/bonding.php

balance-rr mode may have some packet loss if both links are not running at the same speed.

Thnxs mrz, What i have to do to make both link same speed? In my Cisco2950T etherchannel ports are Gi0/1 and Gi0/2. And other ports are 10/100 where branch mikrotiks are connected.
Below is my core mikrotik interface pic where mode is round-robin.
bond1.JPG

Now it has solved(Cisco 2950T), when i changed ““channel-group mode On(Enables Ether-channel Unconditionally)”” instead of Auto. It’s not working, when mode is in Port Aggregation Protocol.


thnxs,

raktim