535 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
2
answers
75
views
OpenDaylight 0.20.3 SDN RESTCONF endpoint returns 404
I am running OpenDaylight 0.20.3 on a VM and connected it to an Open vSwitch (on a Proxmox bridge) via OpenFlow (tcp:6653). The controller reports that the switch is connected, but RESTCONF endpoints ...
0
votes
1
answer
63
views
Can't connect to Opendaylight controller with Mininet
I am using Mininet with OpenDaylight as the controller. I have installed both Mininet and OpenDaylight, and they are running on the same machine. However, when I try to connect Mininet to the ...
0
votes
1
answer
109
views
Unable to start blueprint container for bundle
Facing an Issue while Karaf starts.
Some bundle are not loaded due to dependency issues
2025年02月12日T07:48:36,989 | ERROR | Blueprint Extender: 2 | BlueprintContainerImpl | Unable to start ...
-1
votes
1
answer
44
views
Issue while installing restconf and openflow plugin
I am using ODL Scandium SR1 with java se 21 and also i have set the java env variable.
but while i try to install restconf and openflow plugin i get an error.
Error executing command: Unable to ...
0
votes
1
answer
51
views
OpenDayLight SDN: Can't get meter table info via OpenDayLight RESTCONF
I use OpenDayLight 0.8.4, Openvswtich13, and mininet 2.3.0. Use the following api to get the meter table.
/restconf/operational/opendaylight-inventory:nodes/node/openflow:1/meter/0
Then get the data ...
0
votes
1
answer
28
views
How to develop an ODL plugin using the latest parent modules
I am currently trying to develop a plugin for ODL and simultaneously update the SNMP plugin to use the latest version of ODL.
I originally tried the opendaylight-startup-archetype, I believe the ...
0
votes
0
answers
69
views
Mininet can't ping from switch (s1) to host (h1-h4)
I'm creating a simple mininet with a simple command like below. I'm using the OpendayLight SDN controller along with 192.168.20.0/24 subnet. Remote controller IP is hosted at 192.168.8.5. It connects ...
0
votes
1
answer
83
views
How to make the configuration pushed to the ODL netconf testtool persisted after the testtool's restart?
I am using the ODL netconf testtool for one of my projects and want the configuration pushed to the testtool, including the incremental configuration to be persisted even after restarting the tool.
...
0
votes
1
answer
289
views
OpenDaylight Error 401 Unauthorized, Suggestions? (I have already use differents ways to virtualize)
Using the next command:
$curl -u admin:admin -X GET http://172.17.0.2:8181/jolokia/read/org.opendaylight.controller:type=DistributedConfigDatastore,Category=ShardManager,name=shard-manager-config
I ...
0
votes
2
answers
121
views
Add flow rules on ODL calcium release
I'm very new to sdn and virtualization world
after a lot of headache, I finally could do a successful GET request to
http://127.0.0.1:8181/rests/data/opendaylight-inventory:nodes
but when I tried ...
1
vote
2
answers
247
views
Opendaylight Restconf always answers 401
I did install opendaylight 0.19.2 with odl-restconf-nb to access via restconf on the northbound interface.
I try to send Get/Post request but it doesn't matter what type would I like to send I always ...
0
votes
1
answer
66
views
how to migate a Akka cluster without stopping service
I started a ODL(opendaylight) cluster with the following akka config:
enter image description here
So, the nodes(11.128.83.43, 11.128.83.33, 11.128.83.32) make up a cluster, 11.128.83.43 is member-1, ...
0
votes
1
answer
147
views
Connecting local instance of OpenDaylight controller to local instance of Mininet
I have the following Mininet topology:
from mininet.net import Mininet
from mininet.node import RemoteController
from mininet.cli import CLI
def create_topology():
net = Mininet(controller=None)
...
-1
votes
1
answer
77
views
SDN OpenDayLight (Aluminium SR2) SDN Link State Family
I have established a PCEP session between ODL (Aluminium SR2) and a vMX router.
I'm now following instructions on ODL web page
"https://docs.opendaylight.org/projects/bgpcep/en/latest/bgp/bgp-...
1
vote
0
answers
152
views
NoClassDefFoundError in org.opendaylight.yangtools.yang.parser.rfc7950.reactor.ServiceLoaderState$XPath
I use org.opendaylight.yangtools 9.0.7
<dependencies>
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yang-...