[ovs-discuss] How do I connect two switches?
森岡和行
kazuyuki.morioka at gmail.com
Fri Dec 16 02:44:25 PST 2011
Hi, all.
I am a beginner to openvswitch. Please help me.
I want to add logical link between two switches, br1 and br2.
I added port P1 to br1 and P2 to br2.
Then, what should I do to connect P1 and P2?
$ sudo ovs-vsctl add-br br1
$ sudo ovs-vsctl add-br br2
$ sudo ovs-vsctl add-port br1 P1
$ sudo ovs-vsctl add-port br2 P2
$ sudo ovs-vsctl show
da865915-f364-495b-8907-4ef97ec83471
Bridge "br2"
Port "P2"
Interface "P2"
Port "br2"
Interface "br2"
type: internal
Bridge "br1"
Port "P1"
Interface "P1"
Port "br1"
Interface "br1"
type: internal
$
Regards,
KAZU
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/discuss/attachments/20111216/ecf33c19/attachment.htm>
More information about the discuss
mailing list