User Tools

Site Tools


networking:router:mikrotik_bonding

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
networking:router:mikrotik_bonding [2013/10/20 14:46]
gcooper
networking:router:mikrotik_bonding [2014/02/26 17:37] (current)
gcooper
Line 1: Line 1:
 ====== Bonding Interfaces with MikroTik ====== ====== Bonding Interfaces with MikroTik ======
 +
 +http://wiki.mikrotik.com/wiki/Manual:Interface/Bonding
  
 :!: Also called link aggregation :!: Also called link aggregation
  
 <file> <file>
-/interface bonding add slaves=ether1,ether2+/interface bonding add comment="Bonded interface between X router and Y switch"
 +  mode=802.3ad name=name-of-bond slaves= ether11,ether12
 </file> </file>
  
Line 12: Line 15:
  
 :!: Cisco calls bonded interfaces EtherChannel :!: Cisco calls bonded interfaces EtherChannel
 +
 +==== RouterOS ====
 +
 +<file>
 +/interface bonding add slaves=ether11,ether12 mode=802.3ad lacp-rate=30secs link-monitoring=mii \
 +  name=rtr-01_sw-1g-01_bond
 +</file>
 +
 +==== Cisco IOS ====
 +
 +<file>
 +!
 +interface range gigabitEthernet 1/47-48
 +   channel-protocol lacp
 +   channel-group 1 mode active
 +!
 +interface port-channel 1
 +   description rtr-01_sw-1g-01_bond
 +   switchport
 +   switchport mode access
 +   swichport access vlan XX
 +!
 +</file>
 +
 +=== Check Status ===
 +
 +<file>
 +show lacp internal
 +</file>
networking/router/mikrotik_bonding.1382301994.txt.gz · Last modified: 2013/10/20 14:46 by gcooper