- Learning OpenDaylight
- Reza Toghraee
- 320字
- 2021-07-09 20:08:08
Device Identification Driver Management (DIDM)
Project type: Main
DIDM maintains a list of devices in the network and identifies what features and protocols they support. For example, it identifies all OpenFlow-enabled switches or routers that support BGP PCEP. It helps the ODL ensure that a correct southbound protocol is used to communicate with a device and that the commands and requests sent to this specific device are valid and supported by the device. Remember that ODL is a Model-Driven SAL (MD-SAL). It works with abstractions and orchestrations. An SDN application doesn't know about the underlying southbound protocol used for communicating with a specific switch, it doesn’t even know whether that switch supports OpenFlow version 1.o0 or 1.3 or NETCONF.
The DIDM project creates a logical infrastructure to support the following functions:
- Discovery: The infrastructure helps identify that a device exists in the controller management domain, and connectivity to the device can be established. For devices that support the OpenFlow protocol, the existing discovery mechanism in OpenDaylight suffices. Devices that do not support OpenFlow will need to be discovered through manual means, such as the operator entering device information via GUI or REST API.
- Identification: This refers to determination of the device type.
- Driver registration: This refers to registration of device drivers as routed RPCs.
- Synchronization: This refers to collection of device information, device configuration, and link (connection) information.
- Defining data models for common features: Data models will be defined to perform common features, such as VLAN configuration. For example, applications can configure a VLAN by writing VLAN data to the data store as specified by the common data model.
- Defining RPCs for common features: Configuring VLANs and adjusting Flow mods are examples of features. RPCs will define the APIs for these tasks. Drivers implement tasks for specific devices and support the APIs defined by the RPCs. There may be different driver implementations for different device types.
- 30天自制操作系統(tǒng)
- 樂學(xué)Windows操作系統(tǒng)
- PLC控制程序精編108例
- UNIX操作系統(tǒng)設(shè)計(jì)
- Ubuntu Linux操作系統(tǒng)
- Installing and Configuring Windows 10:70-698 Exam Guide
- Dreamweaver CS5.5 Mobile and Web Development with HTML5,CSS3,and jQuery
- OpenStack系統(tǒng)架構(gòu)設(shè)計(jì)實(shí)戰(zhàn)
- 操作系統(tǒng)分析
- Linux服務(wù)器配置與管理
- Introduction to R for Quantitative Finance
- 分布式高可用架構(gòu)之道
- Building Telephony Systems With Asterisk
- 鴻蒙HarmonyOS手機(jī)應(yīng)用開發(fā)實(shí)戰(zhàn)
- Learning Continuous Integration with Jenkins(Second Edition)