Questions tagged [opendaylight]

The OpenDaylight Project is a collaborative open source project that aims to accelerate adoption of Software-Defined Networking (SDN) and create a solid foundation for Network Functions Virtualization (NFV) for a more transparent approach that fosters new innovation and reduces risk.

The OpenDaylight Project is a collaborative open source project that aims to accelerate adoption of Software-Defined Networking (SDN) and create a solid foundation for Network Functions Virtualization (NFV) for a more transparent approach that fosters new innovation and reduces risk.

543 questions
3
votes
0 answers

Opendaylight Oxygen mounted resources api's are undefined

I am using Opendaylight Oxygen version. I am connecting a Netconf device using the odl-netconf-clustered-topology feature as described in the Netconf User Guide The device is successfully connected, which I confirmed by viewing the connection status…
Pravin Kumar
  • 137
  • 2
  • 13
3
votes
2 answers

How to see debug logs from my Opendaylight project

I created a project using MD-SAL Startup Archetype and added some debug logs to check the code. The project is compiled and installed successfully. But after running karaf and log:display, I can't seem me to find any of the logs I entered. I'm new…
Sfmar
  • 159
  • 1
  • 13
3
votes
1 answer

OpenDaylight OSGi not able to find RDF4J classes even after installing RDF4J bundles

If I use RDF4J with just Maven (no OSGi container), I'm able to utilize all the classes provided by RDF4J. But when I use RDF4J with OpenDaylight, the bundle in which I have used RDF4J classes does not start because of unsatisfied requirements. I'm…
Nitin
  • 86
  • 7
3
votes
1 answer

opendaylight: How to view config database

I am using OpenDaylight Carbon release and the openflow plugin. I am writing code to install a flow. The flow gets written to MDSAL and picked up and installed by the Southbound plugin. I want to see what is in the config database for the switch.…
3
votes
3 answers

Not able to install the GUI package(odl-dlux-all) related to OpenDaylight Carbon version

I am not able to install the package odl-dlux-all on the Ubuntu 16.04 machine. Following is the error message Error executing command: Can't install feature odl-dlux-all/0.0.0: null VM : Ubuntu 16.04 Opendaylight version : Carbon What is the…
Prashant
  • 1,144
  • 8
  • 17
  • 28
3
votes
3 answers

What is the difference between Operational and Config in YANG?

What is the difference between Operational and Config in YANG model? Is it a correct way to supporting GET,PUT,POST and DELETE interfaces both in Operational and Config ?
vinllen
  • 1,369
  • 2
  • 18
  • 36
3
votes
0 answers

Decrypting SSH packets with Wireshark

I'd like to decrypt Wireshark-captured SSH packets. I have both the public and private keys. How can this be done? Reason: I am trying to decrypt and check the payload of the Hello exchanged packets between ODL controller and a Netconf Server.
Pawash Ahuja
  • 39
  • 1
  • 5
3
votes
2 answers

Error when compiling custom OpenDaylight API

I am trying to create a custom API based on an API tutorial on https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Startup_Project_Archetype Tools: OpenDaylight Lithium, Eclipse, Maven 3.3.9 I am able to compile the folder in api but…
Luis Koh
  • 71
  • 6
3
votes
1 answer

With Gson, how to parse JSON response having complex structure

As you can see the objects matchField and actions are arrays holding objects having different members. Please say what should be my class structure to get this JSON data parsed so that I can get all the data (Please note that the objects in n…
Po DW
  • 103
  • 1
  • 9
2
votes
0 answers

Opendaylight Yang parser example

Is Opendaylight Yang parser actively supported and/or updated? There is no good working example of Yang parser using opendaylight APIs. The one mentioned here is not compiling -- Where to find examples for parsing YANG files using opendaylight The…
AnilJ
  • 1,951
  • 2
  • 33
  • 60
2
votes
2 answers

Which package the YangInferencePipeline in yang parser library has moved to?

I upgraded my opendaylight yangtools libraries to 6.0.3 and the code breaks with the below errror(s): import org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangInferencePipeline; The import cannot be resolved I am not sure to which…
raikumardipak
  • 1,461
  • 2
  • 29
  • 49
2
votes
1 answer

Opendaylight Aluminium with mininet torus

I am trying to connect my custom topology to the ODL controller using the command: sudo mn --topo torus,3,3 --controller=remote,ip=$OPENDAYLIGHTIP,port=6653 --switch ovsk,protocols=OpenFlow13 However, it gives 100% dropped on the ping test; I have…
2
votes
1 answer

Install a custom feature or module in Opendaylight?

I recently created a basic HelloWorld ODL module as stepped out here, and I am able to make it work. I.e., I can run restful POST commands against it and get my "hello" reply. { "output": { "greeting": "Hello Andrew" } } Now, what…
E.S.
  • 2,733
  • 6
  • 36
  • 71
2
votes
1 answer

How to create specific Qos rules?

I have the topology that is represented in the image: I want the hosts 1 and 2 to have high priority with max bandwidth 8mbps and the host(server) 4 to receive packets at maximum bandwidth of 4mbps. Host 3 is irrelevant for now. I have achieved the…
2
votes
0 answers

Log4J2 StatusLogger messages are not logged in ODL

I have recently upgraded log4j2 in my application. It is running on top of the open day light controller. The pax-logging-log4j2 (version 1.11.3) bundle is added to the karaf start up bundles. With Log4J2, I have enabled the asynchronous logging as…
Loganathan Mohanraj
  • 1,736
  • 1
  • 13
  • 22
1
2
3
36 37