> On Apr 18, 2018, at 4:59 PM, Mingming Chen <[email protected]> wrote: > > Hi Luis, > > Thank you! You are right! Things went well if I just installed > odl-openflowplugin-flow-services-rest > odl-openflowplugin-app-table-miss-enforcer. But I still didn't succeed in h1 > ping h2. Did I make something wrong again?
For ping you need l2switch, which means instead of the 2 mentioned features, you can just install: odl-l2swich-switch-rest. > > Another question: Were those problems caused by > odl-openflowplugin-app-forwardingrules-sync? I encountered the same problem > if I installed forwardingrules-sync besides flow-services-rest and > table-miss-enforcer. I thought features-openflowplugin means the integration > of openflowplugin individual features. > Thank you! Most likely, flow-services-rest installs flow-services-rest that is not compatible with odl-openflowplugin-app-forwardingrules-sync. > > Best Regards, > Mingming > > At 2018-04-19 06:54:04, "Luis Gomez" <[email protected]> wrote: > Are you doing feature:install features-openflowplugin? I am asking because > that is not right way of instilling features in ODL. > > You have to install individual features, like those you see in this release > notes: > > http://docs.opendaylight.org/en/stable-oxygen/release-notes/projects/openflowplugin.html > > Also for basic OF plugin with topology discovery, you can use these 2 > features: > > odl-openflowplugin-flow-services-rest > odl-openflowplugin-app-table-miss-enforcer > > BR/Luis > > >> On Apr 18, 2018, at 2:19 PM, Mingming Chen <[email protected]> wrote: >> >> Hi, >> I am working on oxygen-stable. I just installed features-openflowplugin. By >> the way, port 6633 will not being listening if I installed both >> features-openflowplugin and features-l2switch. Thank you! >> >> At 2018-04-19 04:10:53, "Luis Gomez" <[email protected]> wrote: >> This is odd, it seems the topology does not get discovered whenever mininet >> gets restarted, can you tell which version of ODL and which features are you >> installing? >> >>> On Apr 18, 2018, at 12:22 PM, Mingming Chen <[email protected]> wrote: >>> >>> Hi all, >>> >>> I have done some experiment on getting link information of topology. I hope >>> it could be helpful. It seems like openflowplugin has sync problem of >>> operational data store. We can see that mininet restart could cause missing >>> link information problems even though links should be shown. If that is >>> operational data store's sync problem, it could explain why I still get >>> nodes from operational data store after I shutdown mininet. >>> Link Information Testing on openflowplugin >>> Experiment No. >>> First startup >>> Second startup >>> Restart >>> Result >>> 1 >>> openflowplugin >>> mininet >>> >>> success >>> >>> >>> >>> mininet >>> failure >>> >>> >>> >>> mininet >>> failure >>> 2 >>> openflowplugin >>> mininet >>> >>> success >>> >>> >>> >>> openflowplugin >>> success >>> >>> >>> >>> openflowplugin >>> success >>> >>> >>> >>> mininet >>> failure >>> >>> >>> >>> openflowplugin >>> success >>> >>> >>> >>> mininet >>> failure >>> 3 >>> mininet >>> openflowplugin >>> >>> success >>> >>> >>> >>> mininet >>> failure >>> >>> >>> >>> openflowplugin >>> success >>> >>> >>> >>> mininet >>> failure >>> 4 >>> mininet >>> openflowplugin >>> >>> success >>> >>> >>> >>> openflowplugin >>> success >>> >>> >>> >>> mininet >>> failure >>> >>> >>> >>> mininet >>> failure >>> "failure" means couldn't get link information from >>> http://localhost:8181/restconf/operational/network-topology:network-topology >>> >>> "success" means could get link information from >>> http://localhost:8181/restconf/operational/network-topology:network-topology >>> >>> >>> Looking forwarding to any reply. Thank you! >>> >>> Best regards, >>> Mingming >>> >>> >>> >>> >>> >>> >>> >>> _______________________________________________ >>> openflowplugin-dev mailing list >>> [email protected] >>> https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev >> >> >> >> > > > > _______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
