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.
推薦閱讀
- Java多線程編程實戰指南:設計模式篇(第2版)
- Beginning C++ Game Programming
- 算法訓練營:入門篇(全彩版)
- Selenium Design Patterns and Best Practices
- 假如C語言是我發明的:講給孩子聽的大師編程課
- SAS數據統計分析與編程實踐
- R的極客理想:工具篇
- Mastering ServiceNow(Second Edition)
- 西門子S7-200 SMART PLC編程從入門到實踐
- Instant Lucene.NET
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- C語言程序設計與應用(第2版)
- Mastering AWS Security
- Nagios Core Administration Cookbook(Second Edition)
- Java程序設計教程