Connecting OpenFlow switches
OpenFlow is a vendor-neutral, standard communications interface defined to enable the interaction between the control and forwarding channels of an SDN architecture. The OpenFlowPlugin project intends to support implementations of the OpenFlow specification as it evolves. It currently supports OpenFlow versions 1.0 and 1.3.2. In addition, to support the core OpenFlow specification, OpenDaylight Beryllium also includes preliminary support for the table type patterns and OF-CONFIG specifications.
The OpenFlow southbound plugin currently provides the following components:
- Flow management
- Group management
- Meter management
- Statistics polling
Let's connect an OpenFlow switch to OpenDaylight.
推薦閱讀
- PHP程序設計(慕課版)
- Java性能權威指南(第2版)
- 軟件項目管理實用教程
- Mastering Android Development with Kotlin
- Learning jQuery(Fourth Edition)
- 智能手機APP UI設計與應用任務教程
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- 交互式程序設計(第2版)
- R的極客理想:量化投資篇
- Python第三方庫開發應用實戰
- Java語言程序設計實用教程(第2版)
- WCF全面解析
- Python繪圖指南:分形與數據可視化(全彩)
- Swift 2 Design Patterns
- C++游戲設計案例教程