VLAN Support

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 02:07, 28 August 2010 (edit)
Buddee (Talk | contribs)
m (Routers that WILL support VLAN)
← Previous diff
Revision as of 02:07, 28 August 2010 (edit) (undo)
Buddee (Talk | contribs)
m (BCM5354)
Next diff →
Line 29: Line 29:
* All G spec routers supported by dd-wrt (waiting for confirmation) * All G spec routers supported by dd-wrt (waiting for confirmation)
-===BCM5354===+===BCM5354 Switch===
* Asus WL-520gU * Asus WL-520gU

Revision as of 02:07, 28 August 2010

by fggs

Reference: http://www.dd-wrt.com/phpBB2/viewtopic.php?t=62838

Hello all,

I decided to open this thread to help people find routers with VLAN capabilities and with help of you all, we gonna make a great list. I will try to keep it updated.

First let's see what VLAN is:

"A virtual LAN, commonly known as a VLAN, is a group of hosts with a common set of requirements that communicate as if they were attached to the same Broadcast domain, regardless of their physical location. A VLAN has the same attributes as a physical LAN, but it allows for end stations to be grouped together even if they are not located on the same network switch. Network reconfiguration can be done through software instead of physically relocating devices." (Quoted from wikipedia)

What you can do with VLAN support in dd-wrt:

- Create different subnets for each router's lan port - Change lan/wan port order

And lots of things that I will be adding as soon as I have the information


phuzi0n wrote: When you test VLAN's you need to try to reconfigure them with the nvram variables. Put a port into the WAN VLAN and see if it starts functioning as a WAN port, add a port to a new VLAN and after rebooting set up the VLAN with an IP and DHCP on the networking page, and if you have multiple VLAN capable routers then try to make a trunk between them with at least 2 tagged VLAN's on each and make sure both VLAN's can communicate with a single cable using the trunk ports.

Trunking is a rather high level concept and it hasn't really been explained in detail in any guides that I'm aware of so that might be tough to test yet. I hope I explained it decently on the switch ports page but I do plan on writing a guide to extend multiple WLAN's with a VLAN trunk. I'm just not sure how exactly I want to write it with all the variety of nvram variables that can exist and the nonfunctional VLAN GUI on all k2.6 builds...


Contents

Routers that WILL support VLAN

  • All G spec routers supported by dd-wrt (waiting for confirmation)

BCM5354 Switch

  • Asus WL-520gU

BCM5325E switch


BCM53115 switch

You will have to add these lines to Startup Script:

insmod switch-core
insmod switch-robo

and don't trust the webgui, use telnet/ssh to set them (specifically for this switch).

  • Asus RT-N16 (waiting for confirmation)
  • Linksys WRT320N v1.0 Confirmed including trunking
  • Linksys WRT610N v1.0 (waiting for confirmation)
  • Linksys WRT610N v2.0 (waiting for confirmation)
  • Netgear WNR3500L Confirmed
  • Netgear WNR3500v2/U (waiting for confirmation)

Routers that WON'T support VLAN

  • Any router with a non broadcom switch chip.

BCM5325F switch

  • Linksys WRT150N v1.0 (waiting for confirmation)
  • Linksys WRT150N v1.1 (waiting for confirmation)
  • Linksys WRT160N v1.0 (waiting for confirmation)
  • Linksys WRT160N v1.1 (waiting for confirmation)
  • Linksys WRT300N v1.0 (waiting for confirmation)
  • Netgear WNDR3300 (waiting for confirmation)

BCM5397 switch

  • Linksys WRT310N v1.0 (waiting for confirmation)
  • Linksys WRT350N v1.0 (waiting for confirmation)
  • Linksys WRT600N v1.0 (waiting for confirmation)
  • Linksys WRT600N v1.1 (waiting for confirmation)


PS: Thanks to redhawk0 for the inspiration of the subject

Introduction

General Information

(section for generalizations of what hardware is believed to be supported

VLAN Support Tables

Some notes about the tables:

  • Port-based VLAN's means that you can reconfigure ports to be in different VLAN's. Port-based VLAN's do not confirm 802.1q VLAN support.
  • 802.1q VLAN's means that you can tag VLAN's with 802.1q headers to create a trunk between two devices that carries frames for multiple VLAN's. 802.1q VLAN's confirm that there is also Port-based VLAN support.
  • Always put a Confirmation Link when confirming that there is ("Yes") or is not ("No") support for either type of VLAN support. If you can not link to any confirmation then put a question mark ("?").




Cisco Linksys

Model H.W. rev Switch Chip Port-based VLAN's 802.1q VLAN's Confirmation Links
WRT54GS v2.0 BCM5325E Yes Yes [1]
WRT300N v1.1 BCM5325E Yes Yes [2]
WRT320N v1 BCM53115 Yes Yes [3]


Testing

(section for instructions to test for support)

References