VLAN ID Ranges & Reserved IDs
Standard and extended VLAN ID ranges, reserved IDs, and the IDs you should avoid assigning.
The 12-bit VLAN tag in IEEE 802.1Q allows 4,096 VLAN IDs, but not all of them are freely assignable. ID 0 is reserved for priority tagging, 1002-1005 are preassigned to legacy FDDI and Token Ring networks on many platforms, 4095 is reserved for implementation use, and ID 1 is the default native VLAN that most switches use until you change it.
Beyond the reserved IDs, the assignable space is split into the normal range (2-1001), supported on every 802.1Q switch, and the extended range (1006-4094), which is available on modern platforms but behaves differently: on Cisco IOS, extended-range VLANs are not propagated by VTP, and some features do not apply to them. When you plan a VLAN numbering scheme, document which IDs are reserved and which range you standardize on - the VLAN & Subnet Naming table pairs with this one.
| VLAN IDs | Range Type | Assignable | Notes |
|---|---|---|---|
| 0 | Reserved | No | Cannot be assigned; used for 802.1Q priority tagging |
| 1 | Default VLAN | Avoid | Default native VLAN on most switches; change it before deployment |
| 2-1001 | Normal range | Yes | Usable on all 802.1Q switches |
| 1002-1005 | Reserved | No | Default FDDI and Token Ring VLANs on Cisco IOS |
| 1006-1024 | Extended range | Platform-dependent | Not propagated by VTPv1/v2 on Cisco; check vendor support |
| 1025-4094 | Extended range | Yes | Usable with the 12-bit VLAN tag; confirm platform support |
| 4095 | Reserved | No | Reserved for implementation use per IEEE 802.1Q |
Frequently Asked Questions
What VLAN IDs should I use?
Why is VLAN 1 not recommended?
What is the difference between the normal and extended VLAN range?
Read More
Guides that go deeper on the same topic.


More Reference
Explore the other reference in the toolkit.