- 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.
推薦閱讀
- ASP.NET MVC4框架揭秘
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Beginning C++ Game Programming
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程
- Elastic Stack應(yīng)用寶典
- Go并發(fā)編程實戰(zhàn)
- 青少年學(xué)Python(第1冊)
- Python機器學(xué)習(xí)算法: 原理、實現(xiàn)與案例
- Android應(yīng)用案例開發(fā)大全(第二版)
- Mastering Python Design Patterns
- 創(chuàng)意UI Photoshop玩轉(zhuǎn)移動UI設(shè)計
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- Software Development on the SAP HANA Platform
- Maven for Eclipse
- 自己動手構(gòu)建編程語言:如何設(shè)計編譯器、解釋器和DSL