Hi:
  I am confused about the usage of multi bridge in openvswitch.
  1. under which environment will we use multi bridge?
  2. how can 2 ports in different bridge communicate? exp:
      br0: 
         port00, access, tag=100; 
        port01, access, tag=200;
         br0, trunk, trunks=100,200;
      br1:  
        port11, access, tag=200;
       br1, trunk, trunks=100,200;
      1) how can port11 communicate with port01? use flood?
      2) how can port11 communicate with port00? use routing? how? configures?
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to