User Tools

Site Tools


networking:router:mikrotik_bonding

This is an old revision of the document!


Bonding Interfaces with MikroTik

http://wiki.mikrotik.com/wiki/Manual:Interface/Bonding

:!: 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 \
  name=rtr-01_sw-1g-01_bond
!
interface range gigabitEthernet 1/47-48
   channel-protocol lacp
   channel-group 1 mode active
!
interface port-channel 1
   switchport
   switchport mode access
   swichport access vlan XX
!
networking/router/mikrotik_bonding.1382307431.txt.gz · Last modified: 2013/10/20 16:17 by gcooper