|
Reliable Topology API's
Hi, I have a question/concern regarding querying data on the network-topology API's. I am building a system using ODL, which attempts to mirror the topology provided by these API's. In particular, I h
Hi, I have a question/concern regarding querying data on the network-topology API's. I am building a system using ODL, which attempts to mirror the topology provided by these API's. In particular, I h
|
By
Colton Powell
·
|
|
Listing all flows at a node from an openflow Java Application.
Hello, Starting from the nodeId of an openflow switch (e.g. openflow:1) I can list all the flows at that switch using the following: curl -v -u admin:admin http://127.0.0.1:8181/restconf/config/openda
Hello, Starting from the nodeId of an openflow switch (e.g. openflow:1) I can list all the flows at that switch using the following: curl -v -u admin:admin http://127.0.0.1:8181/restconf/config/openda
|
By
M. Ranganathan
·
|
|
extract TCP flags
Hi All, My question is about TCP flags. I am able to successfully get incoming packets from the switch, decode and identify their protocol, source and dest IP addresses, source and dest port numbers.
Hi All, My question is about TCP flags. I am able to successfully get incoming packets from the switch, decode and identify their protocol, source and dest IP addresses, source and dest port numbers.
|
By
Walid Aljoby
·
|
|
There is a problem connecting between a controller and a switch which uses OF-DPA.
Hello, I'm Jake Kim and I am beginner in SDN. Since I wanted to use OF-DPA in ODL, I asked how to connect the switch in controller last month. After I installed the 'odl-openflowplugin-flow-services-r
Hello, I'm Jake Kim and I am beginner in SDN. Since I wanted to use OF-DPA in ODL, I asked how to connect the switch in controller last month. After I installed the 'odl-openflowplugin-flow-services-r
|
By
김동은
·
|
|
pls remove me from the mailing list
By
dug moon
·
|
|
[openflowplugin-dev] I have a problem installing of OF-DPA in ODL.
4 messages
+1, OF-DPA is just an OF agent like any other. Only thing required in controller is to install basic OFP feature odl-openflowplugin-flow-services-rest. Check these OFP user guides for reference: https
+1, OF-DPA is just an OF agent like any other. Only thing required in controller is to install basic OFP feature odl-openflowplugin-flow-services-rest. Check these OFP user guides for reference: https
|
By
Luis Gomez
·
|
|
I have a problem installing of OF-DPA in ODL.
2 messages
Hello, I'm Jake Kim and I am working as a lab intern in Korea University OS lab. I started to learn about SDN just months ago. I want to install the OF-DPA in ODL, but there are so many errors that I
Hello, I'm Jake Kim and I am working as a lab intern in Korea University OS lab. I started to learn about SDN just months ago. I want to install the OF-DPA in ODL, but there are so many errors that I
|
By
김동은
·
|
|
openflowplugin oxygen-stable couldn't get links
3 messages
Hi all, Recently, I am working on openflowplugin oxygen-stable. I met a problem: I couldn't get links using "http://localhost:8181/restconf/operational/network-topology:network-topology", but other in
Hi all, Recently, I am working on openflowplugin oxygen-stable. I met a problem: I couldn't get links using "http://localhost:8181/restconf/operational/network-topology:network-topology", but other in
|
By
Mingming
·
|
|
[opendaylight-users] Not able to start clustering services for node openflow:327701
2 messages
Dear all : I used mininet to create 80 openvswitch bridge and set controller to opendaylight. I didn't set manager. I wrote a script. Every minute random choose four ovs to disconnect from odl and rec
Dear all : I used mininet to create 80 openvswitch bridge and set controller to opendaylight. I didn't set manager. I wrote a script. Every minute random choose four ovs to disconnect from odl and rec
|
By
Weichih Lu
·
|
|
Push Vlan + set tag + output to port and GoTo
2 messages
I am trying to replicate the following in opendaylight that works fine for me using ovs-ofctl : sudo ovs-ofctl add-flow s1 priority=35,table=2,metadata=1379878762,actions=push_vlan:0x8100,mod_vlan_vid
I am trying to replicate the following in opendaylight that works fine for me using ovs-ofctl : sudo ovs-ofctl add-flow s1 priority=35,table=2,metadata=1379878762,actions=push_vlan:0x8100,mod_vlan_vid
|
By
M. Ranganathan
·
|
|
The thread "odl-stat-collector-n-thread-0"in StatPermCollectorImpl is so many that lead to out of memory.
Hi all , I have one question to get your help. The threads created by StatPermCollectorImpl named "odl-stat-collector" are increasing when all the OpenFlow devices connect and disconnect with ODL at t
Hi all , I have one question to get your help. The threads created by StatPermCollectorImpl named "odl-stat-collector" are increasing when all the OpenFlow devices connect and disconnect with ODL at t
|
By
QiuHeng
·
|
|
[openflowplugin-dev] Error when installing flow with ArbitraryMask
Can you please start a wireshark on the controller side and monitor the OpenFlow message between controller and switch? I suspect in the above case switch might be throwing some error saying invalid
Can you please start a wireshark on the controller side and monitor the OpenFlow message between controller and switch? I suspect in the above case switch might be throwing some error saying invalid
|
By
Anil Vishnoi
·
|
|
Error when installing flow with ArbitraryMask
Hello ODLers, I have been using OpenFlowPlugin a bit, and I have been noticing strange behavior regarding the rules I've been installing in the newer version of my code. I have been successfully insta
Hello ODLers, I have been using OpenFlowPlugin a bit, and I have been noticing strange behavior regarding the rules I've been installing in the newer version of my code. I have been successfully insta
|
By
Vincent Jahjah
·
|
|
Flow on switch cannot be obtained by the operational REST API
2 messages
Hi, We've found a possible bug when using OpenDaylight in the following configuration: - OpenDaylight version 0.5.3 - We have a 4 OpenDaylight configured into a single cluster, within a single L2 netw
Hi, We've found a possible bug when using OpenDaylight in the following configuration: - OpenDaylight version 0.5.3 - We have a 4 OpenDaylight configured into a single cluster, within a single L2 netw
|
By
John
·
|
|
Parse/handle openflow messages...
2 messages
Hi all... I would like to parse, or handle, openflow messages, like packet-in messages (sended from switch to controller). How to get, or intercept, this messages? How my internal module can be notifi
Hi all... I would like to parse, or handle, openflow messages, like packet-in messages (sended from switch to controller). How to get, or intercept, this messages? How my internal module can be notifi
|
By
almjr
·
|
|
TerminationPoints and NodeConnectors
Hello, ODLers, What is the current way of accessing TerminationPoints, or NodeConnectors? I have seen that NodeConnectors are used quite extensively, for instance in the l2switch project. That said, t
Hello, ODLers, What is the current way of accessing TerminationPoints, or NodeConnectors? I have seen that NodeConnectors are used quite extensively, for instance in the l2switch project. That said, t
|
By
Vincent Jahjah
·
|
|
Why reading data from datastore becomes faster and faster
2 messages
Why is the time of reading Datastore(use Transaction ReadOnly) getting more and more quickly? -- 阮偉章 Eric Yuen 交通大學 網路工程所 博士班 Institute of Network Engineering National Chiao Tung University 工程三館616室(E
Why is the time of reading Datastore(use Transaction ReadOnly) getting more and more quickly? -- 阮偉章 Eric Yuen 交通大學 網路工程所 博士班 Institute of Network Engineering National Chiao Tung University 工程三館616室(E
|
By
Eric Ruan
·
|
|
[openflowplugin-dev] Metering and polling with ODL
Hi Vincent, Please, take a look on NIC project (https://github.com/opendaylight/nic) there's an implementation to work with OFP meters. Also we're using Genius project to manage Meter IDs. And yes, it
Hi Vincent, Please, take a look on NIC project (https://github.com/opendaylight/nic) there's an implementation to work with OFP meters. Also we're using Genius project to manage Meter IDs. And yes, it
|
By
Yrineu Rodrigues
·
|
|
Metering and polling with ODL
Hello ODLers, I've been looking at developping a Java application running on ODL. So far, I've understood how to communicate with MD-SAL, how to use Maven to import the right dependencies, how to decl
Hello ODLers, I've been looking at developping a Java application running on ODL. So far, I've understood how to communicate with MD-SAL, how to use Maven to import the right dependencies, how to decl
|
By
Vincent Jahjah
·
|
|
[openflowplugin-dev] trouble with installation
2 messages
Not sure who maintains ofp user guide but the information there is misleading: http://docs.opendaylight.org/en/stable-carbon/user-guide/openflow-plugin-project-user-guide.html I would recommend Bruce
Not sure who maintains ofp user guide but the information there is misleading: http://docs.opendaylight.org/en/stable-carbon/user-guide/openflow-plugin-project-user-guide.html I would recommend Bruce
|
By
Luis Gomez
·
|