This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
network:lacp [2021/06/21 08:15] – created js | network:lacp [2021/06/21 09:08] (current) – js | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== LACP ====== | ====== LACP ====== | ||
- | Date: | + | <WRAP center round tip 60%> |
+ | **LACP = Link Aggregation Control Protocol** \\ | ||
+ | **MLT = Multi Link Trunking** | ||
+ | </ | ||
+ | |||
+ | |||
+ | ==== Overview ==== | ||
+ | LACP is a protocol to bundel several physical network cards together to one logical link. This is called MLT. It implements failover if one or more card or link fails and load balancing with different methods. | ||
+ | |||
+ | |||
+ | ==== Information ==== | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | |||
+ | ===== Linux ===== | ||
+ | |||
+ | ==== Information ==== | ||
+ | * [[https:// | ||
+ | |||
+ | ===== Cisco ===== | ||
+ | |||
+ | ==== Information ==== | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | |||
+ | ==== Troubleshooting ==== | ||
+ | If you do not have a connection between a server without active lacp and the switch with active lacp, try | ||
+ | |||
+ | - add native vlan to allowed vlan list | ||
+ | - add "no lacp suspend-individual" | ||
+ | |||
+ | * [[https:// | ||
+ | ==== Example ===== | ||
+ | < | ||
+ | description ExampleSwitchConfiguration | ||
+ | switchport mode trunk | ||
+ | switchport trunk native vlan 999 | ||
+ | switchport trunk allowed vlan 999-1100 | ||
+ | spanning-tree port type edge | ||
+ | no snmp trap link-status | ||
+ | channel-group 1110 mode active | ||
+ | no shutdown | ||
+ | no lacp suspend-individual</ | ||
+ | |||
+ | |||
+ |