<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Enterprise on Brett's Blog</title><link>/tags/enterprise/</link><description>Recent content in Enterprise on Brett's Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><managingEditor>brett@network-notes.com (Brett Lykins)</managingEditor><webMaster>brett@network-notes.com (Brett Lykins)</webMaster><copyright>© 2015-2026 Brett Lykins</copyright><lastBuildDate>Mon, 06 Apr 2026 10:00:00 -0500</lastBuildDate><atom:link href="/tags/enterprise/feed.xml" rel="self" type="application/rss+xml"/><item><title>SONiC Hits the Access Layer: Why 1G Commodity Switches Change the Math</title><link>/posts/2026/sonic-access-layer/</link><pubDate>Mon, 06 Apr 2026 10:00:00 -0500</pubDate><author>brett@network-notes.com (Brett Lykins)</author><guid>/posts/2026/sonic-access-layer/</guid><description>&lt;p&gt;For years, the pitch for SONiC went something like this: &amp;ldquo;It&amp;rsquo;s what the hyperscalers run.&amp;rdquo; And that was true — and also the problem. If you weren&amp;rsquo;t running a spine-leaf fabric at 100G+, SONiC had nothing for you. The hardware didn&amp;rsquo;t exist at the access layer. No 48-port 1G copper switches. No PoE. Nothing below 25G.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s no longer the case.&lt;/p&gt;
&lt;p&gt;I currently work on a team deploying SONiC 1G switches into a global network, with a goal to be &amp;ldquo;vendor of choice&amp;rdquo; for our internal customers — so I&amp;rsquo;m not a neutral party here. What I&amp;rsquo;m seeing firsthand is a market that has shifted faster than most enterprise network teams realize. If you&amp;rsquo;re managing tens of thousands of network nodes — office buildings, warehouses, retail locations, distribution centers — SONiC should be on your evaluation list.&lt;/p&gt;
&lt;h2 id="sonic-in-60-seconds"&gt;SONiC in 60 Seconds&lt;/h2&gt;
&lt;p&gt;If you&amp;rsquo;re not familiar: SONiC (Software for Open Networking in the Cloud) is an open-source network operating system built on Debian Linux. Microsoft developed it for Azure&amp;rsquo;s data center network and &lt;a href="https://azure.microsoft.com/en-us/blog/sonic-the-networking-switch-software-that-powers-the-microsoft-global-cloud/"&gt;open-sourced it in 2016&lt;/a&gt;. It now lives under the &lt;a href="https://sonicfoundation.dev/"&gt;Linux Foundation&lt;/a&gt; as the SONiC Foundation.&lt;/p&gt;
&lt;p&gt;The key architectural idea is the Switch Abstraction Interface (SAI). SAI sits between SONiC and the switching ASIC, providing a vendor-neutral API. This means the same NOS runs on silicon from Broadcom, Marvell, NVIDIA/Mellanox, and Intel — you pick the hardware, SONiC talks to it through SAI. The NOS itself is containerized: each major function (BGP, LLDP, SNMP, teamd, etc.) runs in its own Docker container, which means you can upgrade individual components without bouncing the whole switch.&lt;/p&gt;
&lt;p&gt;&lt;img src="../../img/2026/sonic-sai-architecture.svg" alt="SONiC SAI Architecture"&gt;&lt;/p&gt;
&lt;p&gt;For most of its life, SONiC ran exclusively on data center hardware — Broadcom Trident and Tomahawk ASICs in 25G/100G/400G switches. The enterprise access layer was not in scope.&lt;/p&gt;
&lt;h2 id="what-changed"&gt;What Changed&lt;/h2&gt;
&lt;p&gt;Three things happened in 2024–2025 that made SONiC viable at the access layer.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Marvell&amp;rsquo;s Prestera ASICs got SAI support.&lt;/strong&gt; This is the big one. Marvell&amp;rsquo;s Prestera line is the silicon inside most commodity 1G and 2.5G access switches. Once SAI drivers existed for Prestera, SONiC could run on access-layer hardware. Marvell published a blog in October 2024 specifically about &lt;a href="https://www.marvell.com/blogs/cloud-managed-enterprise-cme-switches-powered-by-sonic.html"&gt;Cloud-Managed Enterprise switches powered by SONiC&lt;/a&gt;, signaling that this wasn&amp;rsquo;t a side project.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Hardware vendors shipped product.&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.globenewswire.com/news-release/2024/05/15/2882388/0/en/Celestica-Introduces-Four-New-Enterprise-Access-Networking-Switches.html"&gt;Celestica announced four new enterprise access switches&lt;/a&gt; in May 2024 — the ES1000, ES1010, ES1050, and EG1050 — with 1GbE and 2.5GbE options, up to 48 ports, PoE support, and SONiC compatibility.&lt;/li&gt;
&lt;li&gt;Asterfusion started shipping 48-port 1G PoE+ switches (CX204Y, CX206Y series) on Marvell Prestera with Enterprise SONiC preloaded.&lt;/li&gt;
&lt;li&gt;Edgecore expanded its EPS and AS4600 series for enterprise access deployments.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These aren&amp;rsquo;t prototypes or reference designs — they&amp;rsquo;re shipping products with purchase orders behind them.&lt;/p&gt;
&lt;p&gt;The result: you can now buy a 48-port 1G PoE+ L3 switch with 25G uplinks, running SONiC, from multiple vendors, at a fraction of what a comparable Cisco Catalyst or Arista switch costs. That sentence was not possible two years ago.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The access-layer feature set filled in.&lt;/strong&gt; MC-LAG, DHCP snooping, and IGMP snooping are available in the commercial SONiC distributions. The &lt;a href="https://sonicfoundation.dev/sonic-202505-powering-ai-fabrics-and-enterprise-networks-with-precision-and-insight/"&gt;SONiC 202505 release&lt;/a&gt; added PVST+ and 802.1X/MAB authentication — two features that were blockers for many access-layer deployments. The gap between SONiC and a traditional enterprise NOS feature set is narrowing fast.&lt;/p&gt;
&lt;h2 id="commercial-support-catches-up"&gt;Commercial Support Catches Up&lt;/h2&gt;
&lt;p&gt;Hardware alone doesn&amp;rsquo;t make a platform viable. The support ecosystem had to catch up, and it has.&lt;/p&gt;
&lt;p&gt;The SONiC Foundation now counts &lt;a href="https://www.linuxfoundation.org/press/sonic-strengthens-global-collaboration-with-seven-new-members-and-expands-presence-at-open-source-summit-europe-2025"&gt;36 member organizations&lt;/a&gt; including Arista, who joined as a Premier Member in 2025. As of early 2024, the project had over 4,250 active contributors across 520+ organizations. This isn&amp;rsquo;t a niche project anymore.&lt;/p&gt;
&lt;p&gt;On the commercial support side, enterprises now have real options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Broadcom Enterprise SONiC Distribution&lt;/strong&gt; — the most mature commercial offering. Hardened, extended feature set beyond community SONiC, multi-ASIC support, and commercial support contracts. Think of it as the Red Hat to community SONiC&amp;rsquo;s Fedora.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dell Enterprise SONiC&lt;/strong&gt; — built on Broadcom&amp;rsquo;s distribution, validated on Dell PowerSwitch hardware, with Dell&amp;rsquo;s 24/7 support organization behind it.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Aviz Certified Community SONiC&lt;/strong&gt; — &lt;a href="https://networkworld.com/article/4103440/aviz-networks-launches-enterprise-grade-community-sonic-distribution.html"&gt;launched in late 2025&lt;/a&gt;, this is a pre-tested, multi-ASIC distribution based on community SONiC with added bug fixes, telemetry, and 24/7 commercial support.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Asterfusion AsterNOS&lt;/strong&gt; — a commercial SONiC distribution specifically targeting access-layer and enterprise deployments on Marvell Prestera hardware.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You don&amp;rsquo;t have to go it alone with raw community SONiC anymore (though you can, if you have the engineering team for it).&lt;/p&gt;
&lt;h2 id="the-open-nos-landscape"&gt;The Open NOS Landscape&lt;/h2&gt;
&lt;p&gt;SONiC isn&amp;rsquo;t the only open or disaggregated NOS option. Here&amp;rsquo;s how the alternatives stack up for enterprise access-layer deployments:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;SONiC&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;DENT OS&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Pica8 PICOS&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;OcNOS&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;License&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Apache 2.0&lt;/td&gt;
&lt;td&gt;Open source (LF)&lt;/td&gt;
&lt;td&gt;Commercial&lt;/td&gt;
&lt;td&gt;Commercial&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Origin&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Microsoft (2016)&lt;/td&gt;
&lt;td&gt;Amazon/LF (2019)&lt;/td&gt;
&lt;td&gt;Pica8 (2012)&lt;/td&gt;
&lt;td&gt;IP Infusion&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Hardware Abstraction&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;SAI&lt;/td&gt;
&lt;td&gt;Linux SwitchDev&lt;/td&gt;
&lt;td&gt;Proprietary&lt;/td&gt;
&lt;td&gt;Proprietary&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Supported ASICs&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Broadcom, Marvell, NVIDIA, Intel&lt;/td&gt;
&lt;td&gt;Marvell Prestera&lt;/td&gt;
&lt;td&gt;Broadcom&lt;/td&gt;
&lt;td&gt;Multi-vendor&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;1G Access Switches&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Yes (2024+)&lt;/td&gt;
&lt;td&gt;Yes (designed for edge)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Limited&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;PoE Support&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Varies&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Commercial Support&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Multiple vendors&lt;/td&gt;
&lt;td&gt;Limited&lt;/td&gt;
&lt;td&gt;Pica8&lt;/td&gt;
&lt;td&gt;IP Infusion&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Management Platform&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Varies by distro&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;AmpCon&lt;/td&gt;
&lt;td&gt;OcNOS Manager&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Enterprise Momentum&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;4,250+ contributors; multiple commercial distros&lt;/td&gt;
&lt;td&gt;Small community&lt;/td&gt;
&lt;td&gt;Single vendor&lt;/td&gt;
&lt;td&gt;Established in SP&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;A few notes on the alternatives:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;DENT OS&lt;/strong&gt; is the most interesting comparison. Also a Linux Foundation project, DENT was designed from the start for the distributed enterprise edge — retail, campus, remote sites. It uses Linux SwitchDev instead of SAI, which means you configure switches using standard Linux tools (&lt;code&gt;ip&lt;/code&gt;, &lt;code&gt;bridge&lt;/code&gt;, &lt;code&gt;tc&lt;/code&gt;). If you have a team of Linux sysadmins who happen to manage network switches, DENT&amp;rsquo;s approach is appealing. The tradeoff is a much smaller ecosystem and limited commercial support options. DENT is worth watching, but SONiC has the momentum.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pica8 PICOS&lt;/strong&gt; is a commercial disaggregated NOS targeting enterprise campus networks. It runs on Broadcom-based white box hardware, offers a &lt;a href="https://www.pica8.com/pica8-software-platform/"&gt;Junos-like CLI&lt;/a&gt; with transactional commit-confirm, and includes &lt;a href="https://www.pica8.com/ampcon-network-controller/"&gt;AmpCon&lt;/a&gt; for centralized ZTP and lifecycle management. The tradeoff: it&amp;rsquo;s not open source, and you&amp;rsquo;re trading one vendor dependency for another (albeit a cheaper one).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;OcNOS&lt;/strong&gt; from IP Infusion is a mature commercial disaggregated NOS with strong service provider adoption — worth evaluating if you want hardware disaggregation without the open-source model.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A note on Cumulus Linux&lt;/strong&gt;: Cumulus was the original disaggregated NOS pioneer and deserves credit for proving the model. But NVIDIA&amp;rsquo;s acquisition fundamentally changed its trajectory. It now runs exclusively on NVIDIA Spectrum ASICs, dropped Broadcom support after the 4.x release line, and as of mid-2025, &lt;a href="https://blog.ipspace.net/2025/06/cumulus-linux-gone"&gt;is no longer available as a standalone image&lt;/a&gt;. I&amp;rsquo;m not including it in the comparison table because it&amp;rsquo;s not a viable option for new enterprise access-layer deployments. If you&amp;rsquo;re currently running Cumulus on Broadcom hardware, &lt;a href="https://www.pica8.com/cumulus-linux-migration/"&gt;Pica8 is actively positioning PICOS as a migration path&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="when-to-evaluate-sonic-for-your-access-layer"&gt;When to Evaluate SONiC for Your Access Layer&lt;/h2&gt;
&lt;p&gt;SONiC makes the most sense when several of these conditions are true:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;You have scale.&lt;/strong&gt; If you&amp;rsquo;re managing hundreds or thousands of access switches across many sites, the per-unit cost savings on hardware compound fast. One engineer on the Network Automation Forum &lt;a href="https://networkautomation.forum/blog/sonic-reality-check-enterprise-deployments-beyond-the-hype"&gt;estimated potential savings of $1.3 million&lt;/a&gt; on a single edge upgrade — though the same discussion noted that compensating costs in staffing and operational complexity can eat into those numbers. White box hardware commonly runs at one-half to one-third the cost of branded equivalents from Cisco or Arista.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;You have (or can build) the engineering team.&lt;/strong&gt; SONiC is Linux. Your network engineers need to be comfortable with Debian, systemd, Docker containers, and debugging at the OS level. This is a different skill set than CLI-driven IOS or EOS administration. If your team already treats infrastructure as code and manages config via automation, the transition is smoother than you&amp;rsquo;d expect. If your team&amp;rsquo;s workflow is &amp;ldquo;SSH in and type commands,&amp;rdquo; you have a culture change ahead of you, not just a technology change.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;You want operational consistency across your stack.&lt;/strong&gt; If you&amp;rsquo;re already running SONiC in your data center (or plan to), extending it to the access layer means one NOS, one automation framework, one monitoring pipeline, one set of operational procedures from spine to access port. That operational simplification has real value at scale.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;You&amp;rsquo;re tired of vendor lock-in.&lt;/strong&gt; With SONiC, you can swap hardware vendors without changing your NOS, your automation, or your operational tooling. If Celestica has a better price on 48-port switches this quarter but Edgecore wins next quarter, you can mix and match.&lt;/p&gt;
&lt;h2 id="when-to-stay-away"&gt;When to Stay Away&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;You need plug-and-play simplicity.&lt;/strong&gt; If your network team is small, your sites are few, and you need something that works out of the box with a GUI and phone support, buy Meraki or Aruba. SONiC will cost you more in engineering time than you&amp;rsquo;ll save on hardware.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;You need mature wireless integration.&lt;/strong&gt; SONiC is a wired switching NOS. It doesn&amp;rsquo;t manage access points, and there&amp;rsquo;s no equivalent to Cisco&amp;rsquo;s wireless controller integration or Arista&amp;rsquo;s CloudVision for converged wired/wireless management. You&amp;rsquo;ll need a separate wireless solution and the operational overhead that comes with it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Your organization can&amp;rsquo;t tolerate risk on network infrastructure.&lt;/strong&gt; Community SONiC has real rough edges — unstable build pipelines, inconsistent platform testing across releases, and gaps in management tooling compared to mature commercial platforms. The commercial distributions smooth this out significantly, but even Enterprise SONiC is younger and less battle-tested at the access layer than IOS-XE or EOS. If your business requires five-nines uptime guarantees with vendor accountability, the commercial SONiC distributions are getting there, but you should evaluate carefully.&lt;/p&gt;
&lt;h2 id="the-trajectory"&gt;The Trajectory&lt;/h2&gt;
&lt;p&gt;The direction is clear. ONUG reported in early 2025 that &lt;a href="https://onug.net/blog/state-of-enterprise-sonic-adoption-the-open-networking-shift-accelerates-in-the-ai-era/"&gt;SONiC is increasingly deployed in enterprise verticals like telco and financial services&lt;/a&gt;, and Aviz Networks CEO Vishal Shukla noted that &lt;a href="https://www.morningstar.com/news/business-wire/20251209613448/aviz-networks-unveils-turnkey-enterprise-grade-sonic-as-open-network-adoption-accelerates"&gt;&amp;ldquo;since 2023, SONiC enterprise deployment has shifted from early adopters to large, mainstream enterprises.&amp;rdquo;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The 1G access-layer hardware availability is the inflection point. SONiC&amp;rsquo;s value proposition was always strong at the data center layer — the economics made sense when you&amp;rsquo;re buying 100G switches at scale. But most enterprise network ports are 1G copper at the access layer. That&amp;rsquo;s where the volume is. That&amp;rsquo;s where the spend is. And now that&amp;rsquo;s where SONiC runs.&lt;/p&gt;
&lt;p&gt;The organizations that will benefit most are the ones with enough scale to justify the engineering investment and enough sites to make the hardware savings meaningful.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;My take&lt;/strong&gt;: The &amp;ldquo;SONiC is only for hyperscalers&amp;rdquo; era is over. The hardware gap at the access layer — the thing that kept SONiC out of most enterprise conversations — closed in 2024. If you&amp;rsquo;re running tens of thousands of switch ports across a global footprint, the math works, the hardware exists, and the support ecosystem is real. The learning curve is steep and the cultural shift is significant, but for organizations with the scale and engineering maturity to make the investment, the economics speak for themselves.&lt;/p&gt;
&lt;/blockquote&gt;</description></item></channel></rss>