User Tools

Site Tools


networking:router:mikrotik_bonding

This is an old revision of the document!


Bonding Interfaces with MikroTik

:!: Also called link aggregation

/interface bonding add slaves=ether1,ether2

With Cisco Switches

http://blog.bravi.org/?p=343

:!: Cisco calls bonded interfaces EtherChannel

/interface bonding add slaves=ether11,ether12 \
   mode=802.3ad lacp-rate=30secs \
   link-monitoring=mii-type1 \
   transmit-hash-policy=layer-2-and-3
!
interface range GigabitEthernet 0/1-2
   channel-protocol lacp
   channel-group 1 mode active
!
interface PortChannel 1
   switchport
   switchport mode access
   swichport access vlan XX
!
networking/router/mikrotik_bonding.1382302628.txt.gz · Last modified: 2013/10/20 14:57 by gcooper