How to do it...
Perform the following steps:
- Start your OpenDaylight distribution using the karaf script. Using this client will give you access to the Karaf CLI:
$ ./bin/karaf
- Install the user-facing feature responsible to pull in all dependencies needed to use YANGUI:
opendaylight-user@root>feature:install odl-dlux-yangui
It might take a minute or so to complete the installation.
- Navigate to http://localhost:8181/index.html#/yangui/index:
- Username: admin
- Password: admin
Once logged in, all modules will be loaded until you see this message at the bottom of the screen:
Loading completed successfully
You should see the API tab listing all YANG models in the following format:
<module-name> rev.<revision-date>
For instance:
- cluster-admin rev.2015-10-13
- config rev.2013-04-05
- credential-store rev.2015-02-26
By default, there isn't much you can do with the provided YANG models. So let's connect an OpenFlow switch to better understand how to use this YANGUI. To do so, please refer to the first recipe, Connecting OpenFlow switches, step 2.
Once done, refresh your web page to load newly added modules.
- Look for opendaylight-inventory rev.2013-08-19 and select the operational tab, as nothing will yet be in the config data store. Then click on nodes and you'll see a request bar at the bottom of the page with multiple options.
You can either copy the request to the clipboard to use it in your browser, send it, show a preview of it, or define a custom API request.
For now, we will only send the request.
You should see Request sent successfully and under this message should be the retrieved data. As we only have one switch connected, there is only one node. All the switch operational information is now printed on your screen.
- Django+Vue.js商城項目實戰(zhàn)
- LabVIEW程序設計基礎與應用
- 數(shù)據(jù)結構與算法JavaScript描述
- Python計算機視覺編程
- QGIS:Becoming a GIS Power User
- SQL Server從入門到精通(第3版)
- C專家編程
- JavaScript程序設計:基礎·PHP·XML
- BeagleBone Robotic Projects(Second Edition)
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Mastering Apache Camel
- 從零開始學Unity游戲開發(fā):場景+角色+腳本+交互+體驗+效果+發(fā)布
- Apache Solr for Indexing Data
- Java 9:Building Robust Modular Applications
- C語言程序設計