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
0
votes
2 answers

Maven Imported module [ietf-inet-types] was not found

I have OpenDayLight Boron-SR3 installed and a test YANG file in /opt/odl_l3vpn/dave/api/src/main/yang. module DaveTest { namespace "urn:opendaylight:params:xml:ns:DaveTest"; prefix dm; import "ietf-inet-types" { prefix…
0
votes
2 answers

Error when building custom Opendaylight API by using the Maven archetype

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 What I have done is just making a few changes in following 4 files:…
ychz
  • 533
  • 2
  • 7
  • 15
0
votes
1 answer

OpenDaylight BGP

Version: OpenDaylight Boron SR3 on Ubuntu 16.04 LTS I started playing with OpenDaylight BGP but I cannot bring up TCP session between ODL and router. ODL IP: 10.1.1.10 Router IP: 10.1.1.1 I have edited 41-bgp-example.xml as follows:
user3267989
  • 299
  • 3
  • 18
0
votes
3 answers

What's this bug of maven3.3.9 while init opendaylight archetecture?

I'm running this: mvn archetype:generate -DarchetypeGroupId=org.opendaylight.controller -DarchetypeArtifactId=opendaylight-startup-archetype \ -DarchetypeRepository=http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/…
batmancn
  • 457
  • 3
  • 15
0
votes
1 answer

How can we add flows in opendaylight using postman

I am currently working on software defined networking project. I wanted to know how can we add flows using opendaylight controller. I tried adding flows using opendaylight controller with postman but they are failing due to 405 method not supported…
0
votes
2 answers

NFV/SDN in cloudstack

I am new with the NFV+SDN technologies. I have downloaded the OpenDayLight and cloudstack. I have mininet network as underlying physical topology. I want to set up a multi cloud that must contain cloudstack and another IAAS technology, and finally…
s.klii
  • 31
  • 1
  • 1
  • 3
0
votes
1 answer

clustering opendaylight-boron

I am new to Opendaylight (Boron) clustering using Mininet. I followed the instructions provided through "http://docs.opendaylight.org/en/stable-boron/getting-started-guide/common-features/clustering.html" and I configured three nodes cluster. All…
Haitham
  • 89
  • 10
0
votes
1 answer

Which data stores are supported by Open Day Light (ODL)

Does Open Day Light (ODL) support any third party datastores for storing MD-SAL South Bound and North Bound Model Data? If not, then is it a proprietary data store that they use? Tried to search few ODL related docs but could not get answer to the…
TechEnthusiast
  • 1,795
  • 2
  • 17
  • 32
0
votes
1 answer

unable to build opendaylight project in maven

Anyone tried to configure opendaylight maven environment in ubuntu??? following steps in the url https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Startup_Project_Archetype.... I'm not able to complete the steps, stopped with "Peer…
0
votes
1 answer

Opendaylight BORON packet handling ( Hydrogen's IListenDataPacket class)

What API to use to handle packets that arrive at the ODL Controller? In the Hydrogen version, I could implement the IListenDataPacket class, and it did the job. I searched the documentation for quite a while, but I cant figure it out.
Auyer
  • 2,693
  • 3
  • 15
  • 32
0
votes
0 answers

opendaylight flow is pushed but does not appear in flow list

I am trying to push flow in opendaylight via curl in xml format. It successfully pushes and I am able to see it under http://localnetwork:8181/restconf/config/opendaylight-inventory:nodes but can not see it via command of ovs-ofctl dump-flows s1,…
0
votes
1 answer

Does Opendaylight SNMP-Set (SNMP Plugin) support integer type?

I have successfully managed to use opendaylight snmp-get REST API to get some configuration information from a network device. However, right now I have difficulty setting an integer value through snmp-set API. The given example in the plugin…
OiaSam
  • 560
  • 7
  • 19
0
votes
1 answer

How to start for SDN and open flow using Opendaylight controller

Is there any tutorials where I can start with SDN and OpenFlow using Opendaylight controller? Tutorial should tell about the setting up of complete flow from scratch . -Ajay
0
votes
1 answer

How to add custom MIBs in Opendaylight SNMP Plug in?

I am writing a python application which is supposed to use Opendaylight SNMP Plugin REST API (http://IPAddress:8181/restconf/operations/snmp:snmp-get) to get some info from a network device running an snmp agent. I am simulating the setup as…
OiaSam
  • 560
  • 7
  • 19
0
votes
1 answer

Networkservice.NSPluginConnectionFailedexception: the remote server returned an error 409 conflict

I'm trying to connect the ODL VSEM provider plugin in SCVMM to the VTN coordinator. Currently i'm facing the 'conflict' problem which is not allowing the SCVMM connect to the VTN coordinator. If anyone worked on this, please help.
Beny Raja
  • 11
  • 4