This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
network:lacp [2021/06/21 08:31] – js | network:lacp [2021/06/21 09:08] (current) – js | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== LACP ====== | ====== LACP ====== | ||
- | LACP = Link Aggregation Control Protocol | + | <WRAP center round tip 60%> |
+ | **LACP = Link Aggregation Control Protocol** \\ | ||
+ | **MLT = Multi Link Trunking** | ||
+ | </ | ||
==== Overview ==== | ==== Overview ==== | ||
- | LACP bundels | + | LACP is a protocol to bundel |
==== Information ==== | ==== Information ==== | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
- | Cisco: | + | |
+ | ===== Linux ===== | ||
+ | |||
+ | ==== Information ==== | ||
+ | * [[https:// | ||
+ | |||
+ | ===== Cisco ===== | ||
+ | |||
+ | ==== Information ==== | ||
* [[https:// | * [[https:// | ||
* [[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</ | ||
+ | |||
+ | |||
+ | |||