- 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 Single:page Web Application Development
- iOS Game Programming Cookbook
- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- PHP 7底層設(shè)計(jì)與源碼實(shí)現(xiàn)
- Offer來了:Java面試核心知識點(diǎn)精講(原理篇)
- Python機(jī)器學(xué)習(xí)編程與實(shí)戰(zhàn)
- Swift語言實(shí)戰(zhàn)精講
- SQL基礎(chǔ)教程(第2版)
- 硅谷Python工程師面試指南:數(shù)據(jù)結(jié)構(gòu)、算法與系統(tǒng)設(shè)計(jì)
- Windows內(nèi)核編程
- Building Microservices with .NET Core
- Learning AWS
- Java圖像處理:基于OpenCV與JVM
- Practical GIS
- 數(shù)據(jù)分析與挖掘算法:Python實(shí)戰(zhàn)