Quick Answer: VoIP network readiness is the process of preparing a local network to carry voice reliably before phones are deployed. It rests on three pillars: a dedicated voice VLAN to separate voice from data, QoS that marks and prioritizes voice with DSCP EF (46), and a PoE switch sized to power every phone at once. Skip any one of the three and the most common results are jitter, one-way audio, and phones that will not boot.
TL;DR
- Put voice on its own VLAN so it never competes with backups, video, and bulk data on the same broadcast domain.
- Mark voice media as DSCP EF (46) and trust that marking on the switch and at the WAN edge.
- Size the PoE budget for the real load, not the port count. A 48-port switch rarely powers 48 phones at full class.
- Use LLDP-MED so phones pull their voice VLAN and QoS policy automatically instead of per-port hand configuration.
- Voice needs latency under 150 ms one-way, low jitter, and near-zero loss. Design to those targets from the start.
- This readiness layer is the foundation the firewall and QoS guides build on, not a replacement for them.
What VoIP Network Readiness Means
VoIP network readiness is the set of switch-layer and design decisions that make a local network safe for voice before a single phone ships. It sits beneath the firewall. The firewall controls how SIP and RTP cross the WAN edge, but readiness is about what happens inside the building: which VLAN the phones live on, how the switch treats voice packets, and whether the switch can actually power them. Get these right and most call-quality tickets never open in the first place.
This guide is deliberately vendor-neutral. For per-platform configuration, the firewall edge is covered in our FortiGate VoIP guide and Cisco Meraki VoIP guide, and QoS on Ubiquiti gear is covered in the Ubiquiti QoS guide. Think of this post as the design layer those guides already assume is in place.
The order matters here. A technician who walks in and starts tuning firewall QoS policies on a network with no voice VLAN and an undersized PoE switch is solving the wrong problem first. The firewall edge controls what happens to voice traffic once it leaves the building. Readiness controls whether the phones can even boot and whether voice traffic is separated and marked correctly before it reaches that edge. Skipping straight to firewall tuning on a network that fails the readiness checks below tends to produce configs that look correct on paper but do not resolve the actual symptom a customer is reporting.
The Numbers Voice Has to Hit
Voice is unforgiving in a way that data is not. A web page tolerates a delayed packet. A phone call does not. The targets here are well established across the industry.
Jitter, the variation in packet arrival time, should stay low, and packet loss should be near zero. The practical design rule used across the industry is latency at or under 150 ms one-way, jitter under roughly 30 ms, and packet loss under about 1 percent, consistent with Cisco's published QoS design guidance. Those three numbers are the entire reason voice gets its own VLAN and its own priority queue instead of sharing best-effort treatment with everything else on the network.
Pillar 1: Voice VLAN Design
A voice VLAN is a virtual LAN dedicated to IP phones so voice traffic stays logically separated from data traffic on the same physical switch. It is defined by the IEEE 802.1Q tagging standard, which adds a tag to each frame identifying its VLAN and carrying a priority value.
Why does voice need its own VLAN? Separation solves two problems at once. It keeps broadcast traffic and bulk transfers off the voice segment, and it gives QoS a clean classification boundary so it can prioritize everything on the voice VLAN without inspecting each packet individually. It also simplifies security, since the phones sit in their own subnet away from workstations and IoT devices.
How do phones get onto the voice VLAN automatically? Use LLDP-MED. Link Layer Discovery Protocol for Media Endpoint Devices, standardized as ANSI/TIA-1057, lets the switch advertise the voice VLAN ID and QoS policy to the phone, so the phone tags itself correctly without a technician touching every port by hand. On a typical access port, the data VLAN stays untagged and the voice VLAN is tagged, and the phone learns the rest. A PC daisy-chained behind the phone stays on the untagged data VLAN, completely unaware the voice VLAN exists.
The security benefit is worth calling out on its own. Phones on a dedicated voice VLAN are unreachable from the general data network unless a routing policy explicitly allows it, which shrinks the attack surface considerably compared to phones sitting on the same broadcast domain as guest laptops and IoT devices. It also makes access control lists simpler to write, since voice traffic can be permitted or restricted as a single logical group rather than by scattered individual IP addresses.
MSP Takeaway
Standardize the voice VLAN ID and LLDP-MED policy across your templates so every install follows the same pattern. Consistency here is what turns a one-off deployment into a repeatable process across your whole book of business.
Pillar 2: QoS and DSCP
QoS, or Quality of Service, is the set of switch and router features that prioritize one class of traffic over another during congestion. For voice, the relevant marking is DSCP EF.
What DSCP value should voice use? Voice media (RTP) is marked Expedited Forwarding, DSCP EF, decimal value 46. The Expedited Forwarding per-hop behavior is defined in RFC 3246, and RFC 4594 assigns EF specifically to the telephony service class. DSCP itself lives in the IP header's DiffServ field. Call signaling, meaning SIP itself, is usually marked CS3 instead.
Where do you actually enforce it? In three places, and missing any one breaks the chain. The phone marks its own RTP as EF. The switch is configured to trust that marking on voice ports rather than rewriting it to zero. The WAN edge device prioritizes EF into a low-latency queue and shapes just below the true line rate. If any hop strips the marking, voice falls back into the default queue and competes with everything else on the network, which is exactly when calls break under load.
Pillar 3: PoE Switch Sizing
Power over Ethernet is where readiness plans most often go wrong, because buyers size by port count instead of power budget. A switch with 48 PoE ports does not necessarily power 48 phones.
What are the PoE tiers? Three IEEE standards are in common use. The table below summarizes what each delivers.
| Standard | Common Name | Power at Switch Port | Power at Device | Typical Use |
|---|---|---|---|---|
| IEEE 802.3af (2003) | PoE | 15.4W | 12.95W | Basic IP phones, sensors |
| IEEE 802.3at (2009) | PoE+ | 30W | 25.5W | Video phones, door stations powering a strike, APs |
| IEEE 802.3bt Type 3 (2018) | PoE++ | 60W | 51W | High-power APs, AV endpoints |
| IEEE 802.3bt Type 4 (2018) | Hi-PoE | 90W | 71.3W | Displays, LED lighting, high-draw devices |
How do you size the PoE budget correctly? Add up the worst-case draw of every powered device, then compare that total to the switch's total PoE budget, which is a separate number from its port count. A standard desk phone is usually a low-power class device drawing only a few watts, but video phones, sidecars, and door stations climb fast. As a worked example, a 48-port switch with a 370W PoE budget cannot power 48 ports at the full 802.3at draw of 25.5W each, since that would require more than 1,200W. It can comfortably power 48 basic phones drawing 5 to 7W each. Always size by the budget and the real class of the endpoints, and leave headroom for growth and for devices that briefly draw more at boot.
MSP Takeaway
Ask for the switch's PoE budget in watts before quoting, not just the port count. It is the single number vendors bury and the one that determines whether the site actually supports the endpoint mix you are planning to deploy.
Bandwidth Sizing for the WAN
Each concurrent call consumes WAN bandwidth that depends on the codec plus packet overhead. Per-call bandwidth is not just the codec payload. IP, UDP, RTP, and Layer 2 headers add a meaningful amount on top of the raw audio stream.
| Codec | Approx. Per-Call Bandwidth (With Overhead) | Notes |
|---|---|---|
| G.711 (uncompressed) | 85 to 100 kbps | Best quality, highest bandwidth, common on LANs |
| G.722 (HD wideband) | 85 to 100 kbps | Wideband audio at similar bandwidth to G.711 |
| G.729 (compressed) | 30 to 40 kbps | Lower bandwidth, often used over constrained WAN links |
Multiply the per-call figure by your peak concurrent call count, add headroom, and confirm the circuit can carry that load inside the EF queue without starving data traffic. Confirm circuit speed with an off-peak wired test first, then set QoS shaping just below the measured rate rather than the advertised rate.
Estimating peak concurrent calls is its own small exercise. A reasonable starting point for a general office is roughly 20 to 30 percent of seats active on a call at once during a busy period, though call centers and reception-heavy environments run higher. A 50-seat office using G.711 at 100 kbps per call with 15 concurrent calls needs around 1.5 Mbps dedicated to voice, which is a small fraction of most business circuits but still needs its own guaranteed lane inside the QoS policy. The mistake is not underestimating the raw bandwidth. It is assuming that headroom on paper survives contact with a Monday morning backup job running on the same uplink.
The Readiness Checklist
- Dedicated voice VLAN created and tagged on access ports
- LLDP-MED enabled so phones self-assign the voice VLAN
- DHCP Option 66 or 150 set on the voice VLAN for provisioning
- RTP marked DSCP EF (46), SIP marked CS3, and the switch trusts the marking
- WAN edge prioritizes EF and shapes below the tested line rate
- PoE budget covers the summed draw of every endpoint, with headroom
- SIP ALG disabled on the firewall, per the SIP ALG troubleshooting guide
- Off-peak wired speed test recorded as the QoS baseline
Troubleshooting Matrix
| Symptom | Likely Cause | First Check |
|---|---|---|
| Phones will not power on or randomly reboot | PoE budget exceeded | Compare summed PD draw to the switch PoE budget, not port count |
| Choppy or robotic audio under load | QoS not applied or marking stripped | Confirm RTP is EF end to end and the switch trusts DSCP on voice ports |
| Phones land on the wrong VLAN | LLDP-MED disabled or mismatched VLAN ID | Verify LLDP-MED advertises the correct voice VLAN on the access port |
| One-way or no audio | NAT or SIP ALG rewriting media | Disable SIP ALG and verify the voice VLAN routes correctly |
| Calls fine until the circuit is busy | No WAN shaping below line rate | Set shaping just below tested rate and prioritize EF |
| Phones do not provision on boot | Missing DHCP provisioning option | Confirm Option 66 or 150 on the voice VLAN DHCP scope |
Where Viirtue Fits
Viirtue is a white label VoIP and UCaaS platform built for MSPs, which means the readiness layer above is squarely the partner's domain, and Viirtue's job is to make the rest of the stack easy. Phones provisioned through the platform pull their configuration automatically, and the carrier-grade voice network on the back end is engineered against the latency and jitter targets covered earlier in this guide. Where mainstream UCaaS vendors treat the reseller as a channel afterthought, Viirtue gives partners the provisioning, billing through ViiBE, and support needed to standardize a network readiness template across their whole book of business.
The fastest way to validate a site before deployment is to measure it directly. Viirtue's VoIP readiness test checks latency, jitter, loss, and SIP ALG behavior in about a minute, which turns the checklist above into a recorded baseline you can hand the customer before the install ever starts.
MSP Takeaway
A documented readiness test run before cutover is the cheapest insurance policy against a "the network was fine before the phones showed up" dispute. Make it a standard step in every deployment, not an optional one.
Key Takeaways
- Readiness is three pillars: voice VLAN, QoS with DSCP EF, and a correctly sized PoE budget.
- Size PoE by total power budget and real device class, never by port count.
- Let LLDP-MED assign the voice VLAN so ports are not being configured by hand.
- Mark RTP as EF and make every hop trust it, or voice loses its priority under load.
- Design to under 150 ms one-way latency, low jitter, and near-zero loss.
VoIP Network Readiness: The Bottom Line
VoIP network readiness is not complicated, but it is unforgiving when skipped. Separate voice onto its own VLAN, mark and trust DSCP EF end to end, and size the PoE budget for the real load. Do those three things and most call-quality problems disappear before the first phone ever rings.
To turn this into a repeatable site survey, run Viirtue's VoIP readiness test, confirm the firewall edge with the SIP ALG guide, or talk to us about Viirtue's white label partner program to standardize this process across every site you deploy.
FAQ: VoIP Network Readiness
What is VoIP network readiness?
VoIP network readiness is the process of preparing a local network to carry voice reliably before phones deploy, covering voice VLAN separation, QoS marking and prioritization, and PoE power sizing.
Do I really need a separate voice VLAN?
In almost all business deployments, yes. A dedicated voice VLAN keeps voice off the broadcast and congestion of the data network and gives QoS a clean boundary to prioritize. It also simplifies security and troubleshooting.
What DSCP value is used for VoIP?
Voice media (RTP) uses DSCP EF, decimal 46, the Expedited Forwarding class. Call signaling is typically marked CS3. The switch and WAN edge must trust and prioritize these markings.
How do I size a PoE switch for IP phones?
Add up the worst-case wattage of every powered device and compare it to the switch’s total PoE budget, which is separate from the number of ports. Basic phones draw only a few watts, but video phones and door stations need much more, so leave headroom.
How much bandwidth does a VoIP call use?
A G.711 call uses roughly 85 to 100 kbps once IP, UDP, RTP, and Layer 2 overhead are included, while compressed G.729 uses roughly 30 to 40 kbps. Multiply by peak concurrent calls and add headroom.
What latency is acceptable for VoIP?
One-way latency should stay at or below 150 ms, with low jitter and near-zero packet loss, to keep conversations natural.
Why do my phones reboot or fail to power on?
The most common cause is an exceeded PoE budget. The switch may have enough ports but not enough total wattage to power every device at its class.