[CONTROLLER-262] Write a simple example for using netconf SB Created: 01/Apr/14 Updated: 25/Jul/23 Resolved: 19/Mar/15 |
|
| Status: | Resolved |
| Project: | controller |
| Component/s: | netconf |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | ||
| Reporter: | Ed Warnicke | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: Mac OS |
||
| Description |
|
Write a simple example app for using the netconf SB to do something simple to a node that implements netconf (like shut/not shut a port). |
| Comments |
| Comment by Prasana [ 09/Dec/14 ] |
|
Hello Experts, (1) NE has Netconf running at IP=127.0.0.1 Port #: 2022 (Netconf over ssh) Port# 2023 (tcp) From the above steps I confirmed NE's Netconf is running fine. ODL configuration: At ../configuration/initial/ directory have 00-netty.xml 01-mdsal.xml. Then started the ODL controller., still I don't see the server/node getting discovered in the ODL webpage (http://localhost:8181/dlux/index.html).
How the ODL's NB RestAPI interface shall be used to configure the flow in NE ? i.e how MD-SAL route the flow configuration message to Netconf agent (and not to OpenFlow controller) ? Kindly share your advise for me. |
| Comment by Tony Tkacik [ 19/Mar/15 ] |
|
Fixed in coretutorials/ncmount |
| Comment by Maros Marsalek [ 19/Mar/15 ] |
|
Wiki page tutorial: https://wiki.opendaylight.org/view/Controller_Core_Functionality_Tutorials:Tutorials:Netconf_Mount |