Hello,

We have a question related to configuring OVS.

We built a topology in GENI using two OVS nodes and three Linux 
machines.(switches connected to each other, two nodes connected to switch1 and 
1 node connected to switch2). We configured OVS in both switches as per the 
below tutorial.

http://geni-app-developer-documentation.readthedocs.org/en/latest/examples/example-3.html
 (this tutorial is for a single switch. We repeated the same for the second 
switch)

But we are not able to ping node3 from node1. Could you please let us know if 
we are doing something wrong?

Here is the OVS configuration on both the switches:
SWITCH1:
725406ec-3e20-46fe-85cf-8d5030bcfa4a
    Bridge "br-int3"
        Controller "tcp:127.0.0.1:6633"
        fail_mode: secure
        Port "p1"
            Interface "p1"
                type: patch
                options: {peer="p2"}
        Port "br-int3"
            Interface "br-int3"
                type: internal
        Port "eth3"
            Interface "eth3"
    Bridge "br-int2"
        Port "br-int2"
            Interface "br-int2"
                type: internal
        Port "eth2"
            Interface "eth2"
    Bridge br-int
        Controller "tcp:127.0.0.1:6633"
        fail_mode: secure
        Port br-int
            Interface br-int
                type: internal
        Port "eth1"
            Interface "eth1"
    ovs_version: "1.9.3"

SWITCH2:
725406ec-3e20-46fe-85cf-8d5030bcfa4a
    Bridge br-int
        Port br-int
            Interface br-int
                type: internal
        Port "eth1"
            Interface "eth1"
    Bridge "br-int2"
        Controller "tcp:127.0.0.1:6633"
        fail_mode: secure
        Port "eth2"
            Interface "eth2"
        Port "p2"
            Interface "p2"
                type: patch
                options: {peer="p1"}
        Port "br-int2"
            Interface "br-int2"
                type: internal
    ovs_version: "1.9.3"



Many thanks,
Mydhili Palagummi
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to