- Learning OpenDaylight
- Reza Toghraee
- 161字
- 2021-07-09 20:08:10
Link Aggregation Control Protocol
Project type: Main
LACP modules is a link aggregation control protocol implementation in the form of an ML-SAL service module. It is used for auto discovery and aggregation of multiple links between the ODL network (the switches or routers) and other LACP-enabled endpoints or switches and routers, firewalls, and load balancers.
The LACP protocol was initially released as the IEEE Ethernet 802.3ad specification, but it was later moved to help bridge and manage groups, as apparent in the 802.1AX specification.
LACP modules within OpenDaylight receive and process LACP control packets through the SAL packet processing service. They also send out LACP control packets through all the active switch ports using the SAL packet processing service; this is done at regular intervals, based on the timer interval configuration. Since this module is designed to aggregate only external links, it ignores the LACP packets received through internal links. It uses the SAL-FLOW service to create LAGs within the switch:

- Mastering ElasticSearch
- Containerization with LXC
- Kubernetes網絡權威指南:基礎、原理與實踐
- 循序漸進學Docker
- macOS效率手冊
- Red Hat Enterprise Linux 6.4網絡操作系統詳解
- 大學計算機應用基礎實踐教程(Windows 7+MS Office 2010)
- iOS 10快速開發:18天零基礎開發一個商業應用
- Learn Quantum Computing with Python and IBM Quantum Experience
- Java EE 8 High Performance
- 基于Arduino的嵌入式系統入門與實踐
- Administering ArcGIS for Server
- Responsive Web Design by Example:Beginner's Guide(Second Edition)
- 從零開始學Windows 7
- Hyper-V Replica Essentials