Hi all,
I have created 2 VRFs VRF1 and VRF2 having IP address as 10.10.10.1 and 10.10.10.2 respectively. There is an OVS Switch connecting the 2 VRFs and switch also is assigned an IP address. I am able to ping from VRF1 to VRF2, viceversa and from switch to both hosts.
Basically VRFs can be considered as hosts and OVS switch connecting them. I want an ONOS controller to control this OVS Switch. I run the ONOS log and CLI and then I rin command: sudo ovs-vsctl set-controller Vswitch1 tcp:
10.0.2.15:6653 and tried pinging which did not work even after enabling forwarding and proxy.
Note: Vswitch1 is the bridge name.
What am I doing wrong? Please help.