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: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:// | ||
:!: 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, | ||
+ | name=rtr-01_sw-1g-01_bond | ||
+ | </ | ||
+ | |||
+ | ==== Cisco IOS ==== | ||
+ | |||
+ | < | ||
+ | ! | ||
+ | interface range gigabitEthernet 1/47-48 | ||
+ | | ||
+ | | ||
+ | ! | ||
+ | interface port-channel 1 | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | ! | ||
+ | </ | ||
+ | |||
+ | === Check Status === | ||
+ | |||
+ | < | ||
+ | show lacp internal | ||
+ | </ |