Re: vlan double tagging

From: Brooks Davis (brooks_at_one-eyed-alien.net)
Date: 12/17/04

  • Next message: Mike Hunter: "Re: vlan double tagging"
    Date: Fri, 17 Dec 2004 14:35:19 -0800
    To: Donatas <donatas@lrtc.net>
    
    
    

    On Fri, Dec 17, 2004 at 01:22:02PM +0200, Donatas wrote:
    > hello,
    > i'd like to ask if there's any possibility to pass double tagged vlan packets through freebsd 5.x routers?
    > and....how many level1 vlans are supported on one parent device?

    I don't know what happens with double tagged vlan packets. There should
    be no limit on the number of vlans supported, but with the current code,
    performance will be crap for large numbers because it searches the list
    of all vlans to match the tag. We need to add per-interface array of
    pointers to vlan interfaces instead. The number of vlans maximum
    allowed by the standard is small enough that blowing that memory is
    worth if for constant access time compared the complexity of using a
    balanced tree.

    > maybe there are some solutions in netgraph sphere?

    I'm not sure what you mean here?

    -- 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
    
    



  • Next message: Mike Hunter: "Re: vlan double tagging"

    Relevant Pages

    • Re: vlan double tagging
      ... >> I don't know what happens with double tagged vlan packets. ... My suspicion is that FreeBSD will drop the packets unless you configure ... a vlan interface on the vlan interface. ...
      (freebsd-net)
    • Re: freebsd-current Digest, Vol 46, Issue 14
      ... > Installed the new kernel and rebooted to single user mode for installing the world. ... >> say they have vlan support over wireless now. ... > board misbehaves under FreeBSD. ... FYI after setting up libmap.conf to point to libc_r mplayer works ...
      (freebsd-current)
    • default gateway failover
      ... I'm trying to do default gateway failover for a single VLAN interface ... I have BGP running on both routers. ...
      (freebsd-isp)
    • Re: VLAN Speed set to 0
      ... On Tue, March 11, 2008 11:34 am, Fazal Ahmed Malik wrote: ... I have FreeBSD 5.2 working as router. ... When I run snmpwalk vlan interface speed ...
      (freebsd-net)
    • msk driver issues [was: Re: vlan issues with 7.0-RC3]
      ... Any attempt to ssh to OpenWRT or dig ... When I try to connect *to* the FreeBSD box from the other lan segment, ... about the IE web interface again), ... Disable VLAN hardware tagging. ...
      (freebsd-net)