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

opendaylight Boron crash when feature install odl-dlux-core

I am using distribution-karaf-0.5.0-Boron version of opendayligth controller on Windows 7 x64 and Java8 101 . When I run feature:install odl-dlux-core I got such error: opendaylight-user@root>feature:install odl-dlux-core Uncaught error from…
icehong
  • 11
  • 5
0
votes
1 answer

OpenDaylight Flow statistics using RPC call

I'm trying to get statistics using the following RPC call and not via the default statistics-manager. POST / restconf / operations / opendaylight - flow - statistics: get - all - flows - statistics - from - all - flow - tables { "input": { …
Michael
  • 357
  • 2
  • 12
0
votes
1 answer

how to upgrade package in npm

I am a new to maven/npm and use maven to build my project. Error occurs when execute mvn clean install -DskipTests: [INFO] Unpacking /usr/local/mavenRepository_be/org/opendaylight/odlparent/odl-license/0.0.1-Beryllium/odl-license-0.0.1-Beryllium.jar…
vinllen
  • 1,369
  • 2
  • 18
  • 36
0
votes
3 answers

Opendaylight: How To build the particular project using maven?

In Opendaylight, Whenever a change I made, I will build the whole project instead of specific project. mvn clean install -DskipTests=true.. Is there any way to skip the whole build and build the particular pom.xml of project.. E.g In ovsdb, If I…
Vinoth
  • 7
  • 2
  • 10
0
votes
1 answer

Adding Flows to push MPLS via RESTCONF API of ODL controller

I'm a beginner in SDN and ODL and I am trying to add OpenFlow flows to OVS switches in mininet but the flows are not being reflected when I check the packets in Wireshark. Here's my scenario. 3 switches with a linear topology and 3 hosts connected:…
Bilal
  • 1
  • 3
0
votes
1 answer

How to set the action for a flow in ODL beryllium YANG UI?

I try to add flows to the switches via DLUX YangUI (using Beryllium). So, I go to the API opendaylight-iventory rev.2013-08-19 -> config -> nodes -> node ->table -> flow and start to add a flow like this (Preview):…
Mohanraj V
  • 31
  • 1
  • 4
0
votes
2 answers

Integration openstack &opendaylight

strong texti need your help , i would like to do intergartion between openstack liberty(devstack) and opendaylight Beryllium. some one who know whow? i check lot of in internet but always the same documentation .
louize
  • 1
0
votes
0 answers

Adding flows: tcp-destination-port

I want to add manual flow to my flow table using Postman/Yang models. For testing purposes I would like that SSH traffic will be dropped, but I can't do it. Another matching works, like via only IP dest address. Here is my XML that I've tried:
Incrii
  • 1
0
votes
2 answers

Unable to build ODL sdn controller code .?

I have downloaded the code using git clone https://git.opendaylight.org/gerrit/p/integration/distribution.git When I try to build this, it shows following error. [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while…
Mohanraj V
  • 31
  • 1
  • 4
0
votes
1 answer

Change the OpenDaylight Berrylium Openflow port

I want to change the opendaylight Berrylium controller's openflow port from 6633 to i.e 6666. I tried to find the config.ini but i couldn't locate it. I'm not even sure if this is the file where I can apply the necessary change. How can I achieve…
C.Saw
  • 1
  • 4
0
votes
1 answer

NeXt UI in OpenDayLight Be

How to install and use NeXt(Network centric topology)UI feature of ODL Be? I have only theoretical knowledge of NextUI, so someone can explain in detail how to view the topology using NextUI. Thanks in advance!!
Bhavana
  • 43
  • 4
0
votes
1 answer

Upgraded version of Opendaylight

What are the extra feature added to open daylight stable/beryllium version? And what are the architectural changes between Open daylight helium and Open daylight beryllium?
Bhavana
  • 43
  • 4
0
votes
1 answer

Opendaylight YANG RPC modelling for anyxml /anydata types

Does Opendaylight(Beryllium) support YANG RPC data modelling types like anyxml/anydata ? I have been involved in developing an Opendaylight Controller App, in which i have to publish a dynamic JSON data as part of RPC(NorthBound API). Here is my…
Jayaprakash
  • 703
  • 6
  • 15
0
votes
1 answer

OpenDaylight Application Developer’s tutorial ping fails

ubuntu@sdnhubvm:~$ sudo mn --topo single,3 --mac --switch ovsk,protocols=OpenFlow13 --controller remote s1 ovs-ofctl add-flow tcp:127.0.0.1:6634 -OOpenFlow13 priority=1,action=output:controller mininet> h1 ping h2 PING 10.0.0.2 (10.0.0.2) 56(84)…
0
votes
1 answer

Is there a way to generate sample data out of a yang file

Our projects are based on yang modelling. there is a project which internally works on the modeled data of other projects. So, to start with that project, we need to populate the models of other projects with the data in the data stores. this…
Vikram Darsi
  • 79
  • 2
  • 8