- OpenDaylight Cookbook
- Mathieu Lemay Alexis de Talhou?t Jamie Goodyear Rashmi Pujar Mohamed El Serngawy Yrineu Rodrigues
- 158字
- 2021-07-02 21:38:35
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 Flask Framework
- Web交互界面設計與制作(微課版)
- Learning ASP.NET Core 2.0
- Learn WebAssembly
- Symfony2 Essentials
- SQL經典實例(第2版)
- MySQL入門很輕松(微課超值版)
- Mastering C++ Multithreading
- 運維前線:一線運維專家的運維方法、技巧與實踐
- 超簡單:用Python讓Excel飛起來(實戰150例)
- Python機器學習與量化投資
- C語言程序設計
- Implementing Microsoft Dynamics NAV(Third Edition)
- Raspberry Pi Blueprints
- C語言程序設計教程