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
2
votes
1 answer

Does Opendaylight still have a UI

I try to get the web interface of OpenDaylight controller (Magnesium Version). But I cannot install the features odl-restconf odl-l2switch-switch odl-mdsal-apidocs odl-dlux-all A web interface is still available in ODL controller?
loi219
  • 238
  • 1
  • 5
  • 13
2
votes
2 answers

how to generate code with ODL Yangtools maven plugin for yang-version 1.1 module

How to generate Java code from a yang-version 1.1 module with the OpenDaylight Yangtools maven plugin? I have a yang-version 1.1 model (first part shown next) module o-ran-sc-my-desc-v1 { yang-version 1.1; namespace "urn:o-ran:my-desc:1.0"; …
chrisinmtown
  • 3,571
  • 3
  • 34
  • 43
2
votes
1 answer

Missing Dependency for OpenDaylight controller app (Sodium SR1)

I am following the instructions here to write an simple hello world RPC: https://docs.opendaylight.org/en/stable-sodium/developer-guide/developing-apps-on-the-opendaylight-controller.html In the example HelloProvider class, the constructor is: …
LMC
  • 302
  • 3
  • 13
2
votes
2 answers

Problem with getting bandwidth information from mininet

I am trying to get the information for link's bandwidth from mininet by using Opendaylight Controller, but the problem is that even though there are different links with different bandwidth in the mininet topology, the information that I get from…
2
votes
1 answer

OpenDaylight does not read a hello message from a netconf device

Using the APIExplorer, I tried to connect a RESTCONF device to Opendaylight. Unfortunately, its Hello Message is not read into the capabilities list. I have Opendaylight Neon running with every feature that has "restconf" or "netconf" in its name.…
SiSc
  • 163
  • 9
2
votes
1 answer

Why I could not find the l2switch feature in the new opendaylight?

I downloaded the Opendaylight Fluorine (karaf 0.9.1), I am trying to install the odl-l2switch feature, but it is not showing on the list. was it removed?
Haitham
  • 89
  • 10
2
votes
2 answers

How to add new features to OpenDayLight Karaf?

How can I add new features to ODL Oxygen SR3 (0.8.3) as a Karaf module? For example, I downloaded the prebuilt ODL from the official page. Then I'd like to make the Toaster sample as a new module for Oxygen, it was created with command: wget -q -O -…
Phuc
  • 159
  • 2
  • 7
2
votes
2 answers

Yang : How to convert yang schema to XML

I have a Yang file, i want to send data using yang schema in an xml format how do i do that. Suppose i have yang file like below module jtest { namespace "jtest"; prefix jtest; container jtest { container mycontainer1 { …
Jin
  • 21
  • 1
  • 3
2
votes
1 answer

can i use opendaylight functionality same as jnc?

I want to write an application to configure network element using netconf and I’m looking for an open source netconf client I can use to achieve it. I already tried and succeeded doing so using Jnc. the problem is that jnc doesn’t support netconf…
MichaelK
  • 189
  • 2
  • 11
2
votes
1 answer

use pojos generated from yang to configure device using odl netconf client

I managed to generate Pojos from yang files, using OpenDayLight YangTools. Next stage i managed to import netconf client to my application (using gradle), how do i use the generated pojos with netconfClient in my application to configure a device?
MichaelK
  • 189
  • 2
  • 11
2
votes
0 answers

Configuring VXLAN in OpenDayLight lab

I´m planning to build a SDN lab that consists on two datacenters with four leaf and two spine switches. I want to interconnect them using VXLAN, and use VXLAN too to interconnect datacenters. I am using mininet to build the topology and a VM with…
2
votes
1 answer

Is the collection of sFlow packets through TSDR feature available in Opendaylight Oxygen?

The Opendaylight TSDR User Guide (https://docs.opendaylight.org/en/stable-oxygen/user-guide/tsdr-user-guide.html#installing-tsdr-data-collectors) shows an sFlow Collector feature available for installing, but is not showed in the actual list of…
w.arcila
  • 21
  • 1
2
votes
1 answer

Why would someone add an OpenDaylight controller in an OpenStack cloud?

I have seen a lot of people saying that OpenDaylight is the best SDN controller for OpenStack. While I understand the benefits of a software defined network, I can't see how ODL is better than Neutron in an OpenStack cloud. In both cases, the Open…
Nakrule
  • 511
  • 8
  • 24
2
votes
3 answers

OpenDaylight Oxygen: No DLUX app?

I just installed the new Oxygen version of OpenDaylight. However, the feature called Dlux, which provide a GUI, is not available. According to the official documentation, the commande feature:install odl-dlux-core should install it, but it didn't…
Nakrule
  • 511
  • 8
  • 24
2
votes
1 answer

how do I make devices show up in Opendaylight topology?

I am setting up an SDN using Open vSwitch and OpenDaylight. I have two machines with Ubuntu and I am using KVM to simulate two devices (for now). I've reached the point where I have an openflow switch and three hosts show up in the OpenDaylight…
sweetpea
  • 291
  • 1
  • 4
  • 13
1 2
3
36 37