Re: what about 5000 .. 10000 VLANs in one system?
From: Brooks Davis (brooks_at_one-eyed-alien.net)
Date: 11/14/03
- Previous message: Jason Dixon: "Re: Static route via address, not interface"
- In reply to: _at_babolo.ru: "what about 5000 .. 10000 VLANs in one system?"
- Next in thread: John Polstra: "Re: what about 5000 .. 10000 VLANs in one system?"
- Reply: John Polstra: "Re: what about 5000 .. 10000 VLANs in one system?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 14 Nov 2003 10:47:01 -0800 To: "."@babolo.ru
On Fri, Nov 14, 2003 at 01:38:19PM +0300, "."@babolo.ru wrote:
>
> I remember that VLAN tag has 12 bits :-)
>
> I need in system with 5000 .. 10000 VLAN
> interfaces on 2 .. 6 physical ethernets.
>
> Does anybody has such expienence?
> Stability? Performance?
I think is should work, but performance may be poor. Currently,
vlan_input() finds the correct vlan by searching the list of all vlans
until it finds the correct one. For that many vlans, it might be
necessicary to modify the code to use some form of balanced tree instead
of a simple list. This should be fairly straight forward to fix.
-- Brooks
-- Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4
- application/pgp-signature attachment: stored
- Previous message: Jason Dixon: "Re: Static route via address, not interface"
- In reply to: _at_babolo.ru: "what about 5000 .. 10000 VLANs in one system?"
- Next in thread: John Polstra: "Re: what about 5000 .. 10000 VLANs in one system?"
- Reply: John Polstra: "Re: what about 5000 .. 10000 VLANs in one system?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]