- 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:

- PLC控制程序精編108例
- Mastering Distributed Tracing
- Linux性能優化
- Windows Phone 8 Application Development Essentials
- 奔跑吧 Linux內核(入門篇)
- Joomla! 3 Template Essentials
- jQuery UI Cookbook
- 計算機應用基礎(Windows 7+Office 2016)
- Linux網絡配置與安全管理
- Advanced Infrastructure Penetration Testing
- 大學計算機應用基礎實踐教程(Windows 7+MS Office 2010)
- 鴻蒙入門:HarmonyOS應用開發
- Implementing Domain-Specific Languages with Xtext and Xtend(Second Edition)
- Android NDK Beginner's Guide
- Responsive Web Design with AngularJS