How it works...
Once the request to connect a new NETCONF device is sent, OpenDaylight will set up the communication channel used for managing and interacting with the device. At first, the remote NETCONF device will send its hello-message defining all of the capabilities it has. Based on this, the netconf-connector will download all the YANG files provided by the device. All those YANG files will define the schema context of the device.
At the end of the process, some exposed capabilities might end up as unavailable, for two possible reasons:
- The NETCONF device provided a capability in its hello-message, but hasn't provided the schema.
- OpenDaylight failed to mount a given schema due to YANG violation(s).
OpenDaylight parses YANG models as per RFC 6020; if a schema is not respecting the RFC, it could end up as an unavailable-capability.
If you encounter one of these situations, looking at the logs will pinpoint the reason for such a failure.
- Learning LibGDX Game Development(Second Edition)
- 精通Nginx(第2版)
- Visual C++串口通信開發入門與編程實踐
- 深入淺出Prometheus:原理、應用、源碼與拓展詳解
- Python進階編程:編寫更高效、優雅的Python代碼
- Drupal 8 Configuration Management
- 程序員修煉之道:通向務實的最高境界(第2版)
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- Scala編程(第5版)
- App Inventor少兒趣味編程動手做
- HTML5 WebSocket權威指南
- React and React Native
- 透視C#核心技術:系統架構及移動端開發
- C/C++程序設計教程