hi all,
im new with openvswitch, i have three node openvswitch, in each switch i
create gre
tunnel to other switch, i also add stp_enable=true in every switch.
but i have some problem, every host that connected to switch 1 can ping to
switch 2(vice versa) but host in switch 3 can ping to host connected to
switch 1 and 2(vice versa). do you guys any suggestion why that is happen?
 OVS 3
Bridge "s3"

        Port "gre1"
            Interface "gre1"
                type: gre
                options: {remote_ip="192.168.1.42"}
        Port "eth1"
            Interface "eth1"
        Port "gre2"
            Interface "gre2"
                type: gre
                options: {remote_ip="192.168.1.41"}
        Port "s3"
            Interface "s3"
                type: internal
        Port "eth2"
            Interface "eth2"
    ovs_version: "2.3.0"
Ovs 2
Bridge "ovsbr0"

        Port "gre1"
            Interface "gre1"
                type: gre
                options: {remote_ip="192.168.1.43"}
        Port "eth1"
            Interface "eth1"
        Port "gre2"
            Interface "gre2"
                type: gre
                options: {remote_ip="192.168.1.41"}
        Port "ovsbr0"
            Interface "ovsbr0"
                type: internal
        Port "eth2"
            Interface "eth2"
    ovs_version: "2.3.0"
OVS 1
Bridge "ovsbr0"
        Port "gre1"
            Interface "gre1"
                type: gre
                options: {remote_ip="192.168.1.43"}
        Port "eth1"
            Interface "eth1"
        Port "gre2"
            Interface "gre2"
                type: gre
                options: {remote_ip="192.168.1.42"}
        Port "ovsvr0"
            Interface "sovsbr0"
                type: internal
        Port "eth2"
            Interface "eth2"
    ovs_version: "2.3.0"
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to