[opendaylight-dev] Help


Ryan Goulding <ryandgoulding@...>
 

+ovsdb-dev


On Apr 18, 2017, at 2:44 PM, Shahram Gohardehi <shahram.gohardehi@...> wrote:

Hi 

This is Shahram, I am looking for some documents or references to know how I can assign IP Address to OVS switch interfaces. I can assign IP Address to Hosts but when I assign ip address to OVS switch interfaces, it doesn't work.
I think I should use "Curl command" or "REST API" for this. I am using Beryllium version of Opendaylight Controller.
Would you please help me?

Best
Shahram
_______________________________________________
dev mailing list
dev@...
https://lists.opendaylight.org/mailman/listinfo/dev


Luis Gomez
 

Hi Shahram,I see you are manually creating the tunnels, can you then explain the role of ODL controller in this scenario?

On May 8, 2017, at 5:31 PM, Shahram Gohardehi <shahram.gohardehi@...> wrote:

Hi 

This is Shahram, I have a problem with GRE in mininet topology, and I really appreciate if you help me:

I have two Mininet topologies in two separate VMs. then I establish aGRE tunnel between 2 OVS switch (each switch is in one topology).

h1 --- s1 (in first vm 192.168.37.132)
h2 --- s2 (in second vm 192.168.37.131)

sudo ovs-vsctl add-port s1 s1-gre1 -- set interface s1-gre1 type=gre options:remote_ip=192.168.37.131

sudo ovs-vsctl add-port s2 s2-gre1 -- set interface s2-gre1 type=gre options:remote_ip=192.168.37.132

my problem: sometimes I have ping between h1 nd h2 (GRE OK) and sometimes no (Network unreachable). for example when I stop my mininet and run again, gre does not work

Would you please help me?

Best
Shahram
_______________________________________________
dev mailing list
dev@...
https://lists.opendaylight.org/mailman/listinfo/dev