Switching · 4 min read

VLAN ID ranges and reserved IDs you cannot use

VLANs are identified by a numeric ID between 0 and 4095, but not all of these IDs are available for your use. Understanding which VLAN IDs are reserved, restricted, or unusable is critical for proper network design and avoiding configuration conflicts. This guide breaks down the full VLAN ID range, explains what each reserved block does, and shows you how to plan your numbering scheme.

The complete VLAN ID range: 0 to 4095

The VLAN ID field in the 802.1Q header is 12 bits, which allows for 4096 total possible values (2 to the power of 12). This gives you IDs from 0 to 4095. However, the IEEE 802.1Q standard and vendor implementations reserve certain ranges for specific purposes, leaving only a subset available for user-defined VLANs.

Most enterprise switches divide the usable range into two regions: the normal range (1-1005) and the extended range (1006-4094). The normal range is stored in NVRAM on older Catalyst switches and supports all VLAN features. The extended range is stored in the running configuration and has some feature limitations on legacy platforms, though modern switches handle both ranges identically.

Reserved and restricted VLAN IDs

Additionally, some vendors reserve specific IDs within the normal range for internal use. Cisco reserves VLAN 1002-1005 for legacy Token Ring and FDDI support, though these are rarely needed in modern networks. Check your switch documentation for any vendor-specific reservations.

Best practices for VLAN numbering

Example VLAN allocation

VLAN 1    - Default (disabled for user traffic)
VLAN 10   - Management
VLAN 20   - Finance
VLAN 30   - Engineering
VLAN 40   - Sales
VLAN 50   - Guest
VLAN 100  - Voice
VLAN 200  - Video
VLAN 1000 - Reserved for future use
VLAN 1001 - Reserved for future use

This allocation uses the normal range and leaves room for expansion. If you need more than 1004 user VLANs, move into the extended range (1006-4094), but verify that all your switches support it and that you understand any feature limitations.

VLAN Range Expander
Free tool to visualize and plan your VLAN ID allocation across normal and extended ranges.
Open →
Practise this on today’s Daily Ops Drill — a free network task every day.
Open the app →
Free tools for this
More from the blog
Subnetting on the Fortinet NSE4 exam: what to expectRead →Auditing an ACL for the permit any that should not be thereRead →