This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:router:mikrotik_bonding [2013/10/20 14:57] 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:// | ||
:!: Also called link aggregation | :!: Also called link aggregation | ||
< | < | ||
- | /interface bonding add slaves=ether1,ether2 | + | /interface bonding add comment=" |
+ | mode=802.3ad name=name-of-bond | ||
</ | </ | ||
Line 12: | Line 15: | ||
:!: Cisco calls bonded interfaces EtherChannel | :!: Cisco calls bonded interfaces EtherChannel | ||
+ | |||
+ | ==== RouterOS ==== | ||
< | < | ||
- | /interface bonding add slaves=ether11, | + | /interface bonding add slaves=ether11, |
- | mode=802.3ad lacp-rate=30secs | + | name=rtr-01_sw-1g-01_bond |
- | link-monitoring=mii-type1 | + | |
- | transmit-hash-policy=layer-2-and-3 | + | |
</ | </ | ||
+ | |||
+ | ==== Cisco IOS ==== | ||
< | < | ||
! | ! | ||
- | interface range GigabitEthernet 0/1-2 | + | interface range gigabitEthernet |
| | ||
| | ||
! | ! | ||
- | interface | + | interface |
+ | | ||
| | ||
| | ||
| | ||
! | ! | ||
+ | </ | ||
+ | |||
+ | === Check Status === | ||
+ | |||
+ | < | ||
+ | show lacp internal | ||
</ | </ |