VLAN Support

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 00:49, 4 September 2010 (edit)
Phuzi0n (Talk | contribs)
(Cisco Linksys)
← Previous diff
Revision as of 03:39, 4 September 2010 (edit) (undo)
Buddee (Talk | contribs)
m (Asus)
Next diff →
Line 58: Line 58:
| BCM5354 | BCM5354
| ? | ?
 +| ?
 +|
 +|-
 +
 +|-
 +| WL-500gP
 +| V2
 +| BCM5354
 +| Yes
| ? | ?
| |

Revision as of 03:39, 4 September 2010

Contents

Introduction

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 Ethernet port or groups of ports
  • Make LAN ports function as WAN ports
  • 802.1q tagging so that a single port can carry frames for multiple VLAN's

General Information

Here are some broad generalizations about what hardware is believed to be able to support VLAN's in DD-WRT currently:

  1. Only Broadcom based devices, no Atheros or Ralink devices.
  2. Only LAN ports can do VLAN's on devices with BCM4704 CPU due to the WAN port having a separate MII (connection to the CPU). See the discussion in this thread.
  3. Any other devices that don't create vlan# interfaces by default.
  4. If vlan# interfaces are created then they likely can be reconfigured and tagged using nvram settings as explained on the Switched Ports page because the VLAN GUI is unreliable on modern devices.

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 ("?") for the VLAN types that can't be confirmed.
  • Multiple links for the same model are encouraged to help provide better reference.




Asus

Model H.W. rev Switch Chip Port-based VLAN's 802.1q VLAN's Confirmation Links
RT-N16 - BCM53115  ?  ?
WL-520gU - BCM5354  ?  ?
WL-500gP V2 BCM5354 Yes  ?

Cisco Linksys

Model H.W. rev Switch Chip Port-based VLAN's 802.1q VLAN's Confirmation Links
E2000 v1.0 BCM53115  ?  ?
WRT54G v2.2 BCM5325E Yes  ? [1] [2]
WRT54G v4.0 BCM5325E Yes  ? [3] [4]
WRT54G v5.0 BCM5325E Yes  ? [5] [6]
WRT54G v6.0 BCM5352E Yes  ? [7] [8]
WRT54G v8.0 BCM5354K Yes  ? [9] [10]
WRT54G v8.2 BCM5354K Yes  ? [11] [12]
WRT54G2 v1.0 BCM5354K Yes  ? [13] [14]
WRT54G-TM v1.1 BCM5352E Yes  ? [15] [16]
WRT54GS v1.1 BCM5325E Yes  ? [17] [18]
WRT54GS v2.0 BCM5325E Yes Yes [19]
WRT54GS v5.0 BCM5325E Yes  ? [20] [21]
WRT54GS v6.0 BCM5325E Yes  ? [22] [23]
WRT54GS v7.0 BCM5354K Yes  ? [24] [25]
WRT54GS v7.2 BCM5354K Yes  ? [26] [27]
WRT54GS2 v1.0 BCM5354K  ?  ?  ?
WRT150N v1.0 BCM5325F  ?  ?
WRT150N v1.1 BCM5325F LAN ports only LAN ports only [28]
WRT160N v1.0 BCM5325F  ?  ?
WRT160N v1.1 BCM5325F  ?  ?
WRT160N v3.0 BCM5325E Yes  ? [29] [30]
WRT300N v1.0 BCM5325F  ?  ?
WRT300N v1.1 BCM5325E Yes Yes [31]
WRT310N v1.0 BCM5397  ?  ?
WRT320N - BCM53115 Yes Yes [32] [33] [34]
WRT350N v1.0 BCM5397 Yes  ? [35] [36]
WRT600N v1.0 BCM5397  ?  ?
WRT600N v1.1 BCM5397 Yes  ? [37] [38]
WRT610N v1.0 BCM53115  ?  ?
WRT610N v2.0 BCM53115  ?  ?

Netgear

Model H.W. rev Switch Chip Port-based VLAN's 802.1q VLAN's Confirmation Links
WNR3500L - BCM53115 Yes  ? [39]
WNDR3300 - BCM5325F LAN ports only LAN ports only [40]

Testing

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

References