- OpenDaylight Cookbook
- Mathieu Lemay Alexis de Talhou?t Jamie Goodyear Rashmi Pujar Mohamed El Serngawy Yrineu Rodrigues
- 94字
- 2021-07-02 21:38:34
Mounting a NETCONF device
The OpenDaylight component responsible for connecting remote NETCONF devices is called the NETCONF southbound plugin, aka the netconf-connector. Creating an instance of the netconf-connector will connect a NETCONF device. The NETCONF device will be seen as a mount point in the MD-SAL, exposing the device configuration and operational data store and its capabilities. These mount points allow applications and remote users (over RESTCONF) to interact with the mounted devices.
The netconf-connector currently supports RFC-6241, RFC-5277, and RFC-6022.
The following recipe will explain how to connect a NETCONF device to OpenDaylight.
推薦閱讀
- Android應用程序開發與典型案例
- 兩周自制腳本語言
- Visual Basic程序開發(學習筆記)
- Apache Spark 2.x Machine Learning Cookbook
- AIRAndroid應用開發實戰
- 軟件架構:Python語言實現
- HDInsight Essentials(Second Edition)
- Vue.js應用測試
- Bootstrap for Rails
- Greenplum構建實時數據倉庫實踐
- TypeScript圖形渲染實戰:2D架構設計與實現
- SQL Server 2008實用教程(第3版)
- PHP 7 Programming Blueprints
- Android 5從入門到精通
- Java面試一戰到底(基礎卷)