Re: double tagged vlans on 6.0

2005-10-07 Thread Brooks Davis
On Fri, Oct 07, 2005 at 04:56:32PM +0200, Oliver Fromme wrote: > [broken quoting fixed] > > Donatas <[EMAIL PROTECTED]> wrote: > > Oliver Fromme wrote: > > > Donatas <[EMAIL PROTECTED]> wrote: > > > > Just wonder - what is the major reason double vlan support > > > > (also known as q-in-q or n

Re: double tagged vlans on 6.0

2005-10-07 Thread Oliver Fromme
[broken quoting fixed] Donatas <[EMAIL PROTECTED]> wrote: > Oliver Fromme wrote: > > Donatas <[EMAIL PROTECTED]> wrote: > > > Just wonder - what is the major reason double vlan support > > > (also known as q-in-q or nested vlan) is still not included > > > in freebsd. > > > > It is suppor

Re: double tagged vlans on 6.0

2005-10-07 Thread Donatas
netgraph sweet netgraph... think you understand on my mind was a liitle bit different solution of the problem :] ifconfig vlan 10 create && ifconfig vlan10 vlan 10 vlandev fxp0 ifconfig vlan 111 create && ifconfig vlan111 vlan 111vlandev vlan10 > Donatas <[EMAIL PROTECTED]> wrote: > > Just wo

Re: double tagged vlans on 6.0

2005-10-07 Thread Oliver Fromme
Donatas <[EMAIL PROTECTED]> wrote: > Just wonder - what is the major reason double vlan support (also known as > q-in-q > or nested vlan) is still not included in freebsd. It is supported, for years already (even in FreeBSD 4.x). See ng_vlan(4). You can even do q-in-q-in-q if you want (do C

double tagged vlans on 6.0

2005-10-06 Thread Donatas
Just wonder - what is the major reason double vlan support (also known as q-in-q or nested vlan) is still not included in freebsd. The need for this feature is growing parallely with new L3 switches being available (cisco, allied telesyn, foundry networks etc...). Enabling this in some cases co