Unable to connect opendaylight from mininet
Hello everyone, I have two ubuntu virtual machines. On one of them i have installed opendaylight and on the other I have mininet. I wish to simulate opendaylight via mininet, after starting opendaylight controller on the remote virtual machine I typed the following command on virtual machine having mininet in order controller will initiate a connection to the OVS element that is listening, ovs-vsctl show and then to set OVS element to attach to an active Daylight management controller gave the following command on mininet virtual machine sudo ovs-vsctl set-manager tcp:192.168.159.130:6640 where 192.168.159.130 is the ip of virtual machine having opendaylight controller and then in order to confirm connectivity I gave command ovs-vsctl show which gave output as: ovs-vsctl show dffa6719-ed75-4eff-9e63-736871d76c0c Manager "tcp:192.168.159.130:6640" ovs_version: "1.4.6" and then for making topology I gave following command on mininet virtual machine sudo mn --controller=remote,ip=[controller IP],port=[controller listening port] where controller ip is 192.168.159.130 the ip of one of the port of virtual machine having opendaylight controller which is Host-only and controller listening port is 6633 for checking the hosts connectivity in topology I did pingall but it gave output that the hosts are unreachable Also, the opendaylight UI ( https://127.0.0.1:8080 ) showed no built topology What is going wrong ?
I am having the same issue. Did you get this working?
mlane706 ( 2014-12-12 10:45:55 -0800 )edit