sk2 / ank_legacy_v2

Legacy edition of autonetkit. Please see https://github.com/sk2/autonetkit for latest version
www.autonetkit.org
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

Getting rid of common layer2 between our devices #257

Open medim opened 12 years ago

medim commented 12 years ago

With respect to the inter-device links, actually for KVM based machines like olive, (as dynagen can define inter-device links for dynamips routers and we don't need it there) and getting rid of our common broadcast-domain between our devices ... I had the same experience when I wanted to setup a network of multiple Cisco ASAs (on KVM) and connect them to a network of dynamips routers. I solved my problem without VDE (actually my network was small and including 9 devices), with adding multiple virtual bridges (one virtbr per inter-connecting link) and multiple tap interfaces (one tap interface bound to the corresponding virbr, per connection). Obviously, by using VDE switch we can have a more hierarchical and scalable design for bigger networks. It's silly to explain more, as you know better than me. I just don't know how scalable this solution would be for a network of thousands olive machines.

sk2 commented 12 years ago

Refers gh-253

On 19/05/2012, at 1:38 AM, mehdim reply@reply.github.com wrote:

With respect to the inter-device links, actually for KVM based machines like olive, (as dynagen can define inter-device links for dynamips routers and we don't need it there) and getting rid of our common broadcast-domain between our devices ... I had the same experience when I wanted to setup a network of multiple Cisco ASAs (on KVM) and connect them to a network of dynamips routers. I solved my problem without VDE (actually my network was small and including 9 devices), with adding multiple virtual bridges (one virtbr per inter-connecting link) and multiple tap interfaces (one tap interface bound to the corresponding virbr, per connection). Obviously, by using VDE switch we can have a more hierarchical and scalable design for bigger networks. It's silly to explain more, as you know better than me. I just don't know how scalable this solution would be for a network of thousands olive machines.


Reply to this email directly or view it on GitHub: https://github.com/sk2/autonetkit/issues/257