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
1
vote
1 answer

Pre-programmed feature installs at apache karaf launch

I am working on an opendaylight project that uses apache karaf. At the start of the program, I need karaf to have some features installed. Currently (and this works) I manually type this into the shell and the features get installed: $…
E.S.
  • 2,733
  • 6
  • 36
  • 71
1
vote
1 answer

How to Change Switch Configuration through Opendaylight controller(GUI)

I am new to SDN, Environment- I have 2 VMs(VM Ware) running on my Windows 10(laptop). One is Mininet and another is Opendaylight(in Ubuntu). I made a simple topology through mininet and connected it to the controller and I can see the topology in…
Tyson
  • 11
  • 1
1
vote
2 answers

I can't install dlux and l2switch features in opendaylight

I am trying to install the opendaylight lethium project in my PC. I could start it but, when I try to install the dlux feature and l2switch, I get this error: feature:install odl-dlux-core Error executing command: No matching features for…
1
vote
0 answers

Installing a custom feature on a controller

I currently have a ODL controller running Beryllium SR4 and I am developing a network security application. I have made a basic python rest client to interact with the controller and I found a feature im really interested in called "Controller…
1
vote
0 answers

ONOS vs Opendaylight what are the factors need to be considered

What all factors need to be considered when I have to choose between ONOS and Opendaylight ? ONOS focuses on performance and scalability ,whereas ODL focuses on bringing Legacy and NGN together This is what I found on internet. All the references…
Jerry
  • 987
  • 4
  • 16
  • 46
1
vote
0 answers

Using OpenDayLight with NS-3 simulator

I am an undergraduate student and I am currently tasked to simulate a network using the NS-3 simulator and OFSwitch 1.3 in conjunction with the OpenDayLight controller. Is there any way I could use the ODL controller like I would with the mininet…
RandomUser
  • 27
  • 2
1
vote
1 answer

Opendaylight convert from builder to JSON

I have defined a YANG model for which I constructed an object using the builder of this model in my java code. Now I want to serialize this as a JSON string. I am not sure how to proceed. Using builder.build() gives me a string but the generated…
1
vote
0 answers

Using postman to access OpenDaylight's REStconf API and configure a YANG Module sitting on a NETCONF Server

I am running OpenDaylight Neon with Postman 7.2.0. I have a NETCONF server sitting on a netopeer2 Docker. Since I can get the operational datastore of the server with GET…
SiSc
  • 163
  • 9
1
vote
1 answer

Opendaylight neon: alternatives to old l2switch feature

During my search on stackoverflow, I already found out that l2switch is no longer supported in newer ODL releases. I need its functionality for lldp topology creation, especially node and link overviews of the network. The following REST command in…
SiSc
  • 163
  • 9
1
vote
2 answers

How can I access the OpenDaylight Northbound REST API

I am trying to use OpenDaylight to communicate with network devices speaking NETCONF. I have the newest release (NEON) with all NETCONF and RESTCONF features installed. I have tried several ways to access the northbound RESTCONF API. Unfortunately,…
SiSc
  • 163
  • 9
1
vote
0 answers

Facing CaptureSnapshotReply time out issue while taking data store backup

Facing issue while taking data store backup in distribution-karaf-0.5.2-Boron-SR2. {"Failed to back up datastore to file ..../distribution-karaf-0.5.2-Boron-SR2/backupFolder/datastorebackup: Timed out after 30000 ms while waiting for…
ravi
  • 11
  • 1
1
vote
0 answers

How to fix Failed to resolve xpath: no module found for prefix rfc1213-mib in module MODULE-MIB

I'm trying to execute mvn clean install on a Yang project (that I created on Eclipse with the Yang extension) to run the models.yang that I converted from MIB and generate the specifications. The problem is when the project reaches the file …
1
vote
1 answer

Is not there GUI for OpenDaylight anymore?

I am trying to program a virtual OpenFlow network by OpenDaylight and Mininet. I tried it with the newest version of OpenDaylight 'Neon'. But I cannot install the feature 'dlux' and therefore I cannot use GUI. Cannot we use GUI anymore?
MR. ROBOT
  • 37
  • 6
1
vote
0 answers

ODL configuration netconf server fails

I am a newbie to OpenDaylight. I am going to configure an interface through the RESTAPI. Here it is my following…
masoud
  • 31
  • 2
1
vote
1 answer

ODL Fluorine RpcRegistration is Deprecated How are RPCs Registered now?

I'm attempting to create a feature on the new ODL version for Fluorine. With this new release the package: org.opendaylight.mdsal.binding.api.RpcProviderService.RpcRegistration is deprecated. When going to the documentation for that package it…
UtahUnix
  • 23
  • 2