HPE Aruba switches are built around a single idea: the network should be programmable, analyzable, and centrally manageable from day one, not bolted on after the fact. That shows up in everything from the operating system running on the switch itself to the cloud platform managing a thousand of them at once. This guide breaks down what that actually means in practice — the core operating system architecture, how the feature sets differ across the switch portfolio, the security and analytics software that runs on top of the hardware, the cloud management layer that ties it all together, and where to find HPE’s own official specifications when you need exact numbers for a purchase decision.
Table of Contents
The Foundation: AOS-CX Architecture and Core Capabilities
Every feature covered in the rest of this guide ultimately traces back to one thing: the operating system running on the switch. Understanding it first makes the rest of the feature set much easier to place in context.
Start with the architecture. AOS-CX is HPE’s cloud-native switch operating system, and “cloud-native” here isn’t marketing language — the OS is genuinely modular, programmable, elastic, and resilient by design, built on a microservices architecture rather than a single monolithic process. Each network function (routing, VLAN management, interface state, and so on) runs as its own service rather than as part of one large, tightly coupled codebase, which is what allows individual components to be updated or restarted without disrupting the whole switch.
Understand the state database. At the center of AOS-CX sits a state database that every microservice reads from and writes to, and that database is exposed through 100% native REST API coverage — meaning there’s no CLI-only feature hiding behind a proprietary interface. Anything you can configure through the command line, you can also configure, query, or automate programmatically.
See how that enables automation. Because the OS is built for workflow automation from the ground up, it integrates cleanly with standard network automation tooling: Python (via the pyaoscx SDK), Ansible, NAPALM, StackStorm, and Terraform are all supported, which lets network teams manage AOS-CX switches the same way they’d manage any other piece of infrastructure-as-code.
Recognize what this unlocks. This architecture is also the foundation for two of the platform’s most distinctive capabilities — the Network Analytics Engine (NAE) for real-time troubleshooting and Dynamic Segmentation for identity-based access control — both of which are covered in detail later in this guide. In short: the switches aren’t just fast, they’re designed to be inspected, scripted, and integrated into a broader automated network from the moment they boot.
HPE Aruba Switch Model Comparison: Access, Aggregation, and Data Center
Once you understand the underlying OS, the natural next question is which switch series actually fits your deployment — access closets look nothing like a data center top-of-rack design, and Aruba’s portfolio is organized accordingly.
| Series | Primary role | Port speeds | PoE | Stacking / resiliency | Typical deployment |
|---|---|---|---|---|---|
| CX 6000 / 6100 | Branch and SMB access | 1GbE fixed ports with SFP+ uplinks | PoE+ available | No VSF stacking; standalone, cloud-managed units | Small offices, branch locations, retail |
| CX 6200 / 6300 | Enterprise access | 1GbE/mGig access with 10G/25G uplinks | PoE++ (up to Class 8 / ~90W per port), including UPOE for high-draw devices | VSF stacking over standard front-panel 25G/50G uplinks — no proprietary stacking cables | Campus wiring closets, high-density AP and IoT device power |
| CX 6400 | Core / aggregation | Modular line cards spanning 1G–100G | Optional, depending on line card | Chassis-based redundancy with dual supervisor modules | Campus core and aggregation layer for mid-to-large networks |
| CX 8320 / 8360 | Campus core & top-of-rack | 1/10/25GbE access with 40/100GbE uplinks | Not typically PoE-equipped | VSX (Virtual Switching Extension) for active-active redundancy | Resilient two-tier campus core designs and data center ToR |
| CX 8325 | High-capacity ToR / aggregation | Configurations up to 48x 1/10/25GbE plus 8x 40/100GbE, or 32x 40/100GbE | Not PoE-equipped | VSX redundancy; up to 6.4 Tbps of bidirectional switching capacity and ~2,000 Mpps forwarding on the 32-port model | Data center top-of-rack or end-of-row, EVPN-VXLAN fabrics |
| CX 10000 | Distributed services | Based on the 8325 hardware platform | Not PoE-equipped | VSX redundancy | Environments needing stateful firewalling and deep packet inspection built into the switch itself via an onboard DPU |
The pattern across the table is consistent: as you move from branch access toward the data center, PoE and simple stacking give way to higher switching capacity, VSX-based redundancy, and fabric technologies like EVPN-VXLAN — while every tier still runs the same AOS-CX foundation described above, so the automation and analytics capabilities carry through the entire portfolio rather than being limited to premium models.
Security and Troubleshooting Built Into the Switch: Dynamic Segmentation and NAE
Two software capabilities distinguish Aruba switches from a purely hardware-spec comparison, and both run directly on top of the AOS-CX architecture covered above: Dynamic Segmentation for access control, and the Network Analytics Engine for automated troubleshooting.
Dynamic Segmentation works by assigning roles, not networks. Instead of manually configuring SSIDs, ACLs, subnets, and port-level controls for every type of user or device, Dynamic Segmentation defines roles — logical groupings of permissions that can cover which applications and services a user can reach, which devices they can connect to, or even what days and times they’re allowed on the network. There are two enforcement models: a centralized model that tunnels traffic from access points and switches to Aruba Gateways over GRE, where a Layer 7 Policy Enforcement Firewall applies the policy (with roles defined via Cloud Auth, ClearPass, or Central NetConductor); and a distributed model that uses EVPN/VXLAN overlays on fabric-capable switches, enforcing policy inline using standardized Global Policy Identifiers carried within the traffic itself, without needing to route everything through a central gateway. Either way, the practical effect is the same: a device’s access is determined by who and what it is, not by which physical port or VLAN it happens to plug into — which directly addresses the common problem of IT teams not having full visibility into everything connected to their network.
NAE turns the switch into its own monitoring system. The Network Analytics Engine is a built-in analytics framework, configured through Python-based scripts, that continuously watches the switch’s own state database for conditions you define. Each NAE script is built from a few consistent pieces:
- Monitors — track specific values in the switch’s state database via REST API resource URIs (interface errors, CPU load, BGP session state, and so on).
- Agents — instances of a script that users activate to actually run a given monitor against live switch data.
- Rules and conditions — logic that evaluates whether a monitored value has moved outside an acceptable range.
- Actions — what happens when a condition triggers, ranging from generating an alert to executing a corrective CLI command automatically.
To enable NAE, REST API access needs to be turned on in read-write mode (https-server rest access-mode read-write), and agents need administrator privileges to run corrective commands. Once running, NAE doesn’t just fire an alert — it proactively gathers additional statistics around the anomaly, effectively performing root-cause analysis before a human ever opens a ticket, and it can push those alerts into third-party tools like Slack, ServiceNow, or email for immediate visibility.
Managing It All: Aruba Central’s Cloud Management Features
Dynamic Segmentation and NAE are powerful at the individual switch level, but most organizations aren’t managing one switch — they’re managing hundreds, and that’s where Aruba Central’s cloud management layer comes in.
AIOps does the heavy lifting on anomaly detection. Central’s AI Insights feature automatically surfaces and diagnoses common network-impacting issues using dynamic, per-site baselines, with root-cause identification reported at around 95% accuracy. AI Search adds natural-language troubleshooting guidance, and AI Assist automates the process of collecting diagnostic data and opening a support case — extending the same proactive troubleshooting philosophy behind NAE to the entire fleet rather than one switch at a time.
Provisioning is designed to be touch-free. New switches can be added through a guided setup wizard that syncs device inventory and assigns licenses automatically, and zero-touch provisioning lets administrators pre-define a device’s configuration in Central so it’s applied the moment the switch connects to the network. A mobile installer app extends this further, letting a technician physically rack a switch on-site while Central tracks the deployment status in real time.
Multi-Edit brings fleet-wide configuration changes down to a few clicks. Central offers pre-built, prompt-driven express configs for common network-wide changes, plus a multi-editor for more advanced configuration work — both with built-in validation that checks changes for compliance before they’re rolled out, reducing the risk of a bad config push affecting dozens of switches at once.
Day-to-day visibility covers the wired network end to end. Central shows port status, PoE consumption, VLAN assignments, and neighbor/device connections out of the box, with built-in alerting, plus troubleshooting tools like live event feeds, packet capture, CLI access, and ping/traceroute testing — all without needing to open a session on the switch itself.
And it’s extensible by design. APIs and webhooks let Central trigger actions in other platforms based on network events — automatically opening a ServiceNow ticket or kicking off an Ansible playbook, for example — which mirrors the same automation-first philosophy found at the OS level with AOS-CX.
Where to Find Official HPE Aruba Switch Specifications
For exact port counts, power budgets, and switching capacity figures to use in a purchase decision, always confirm against HPE’s own published documentation rather than third-party summaries — including the approximate figures cited in the comparison table above.
- QuickSpecs by switch series — HPE publishes detailed spec sheets for each CX series (6000, 6100, 6200, 6300, 6400, 8325, and others) directly on hpe.com, covering exact port configurations, power budgets, and switching capacity for every model variant.
- HPE Aruba Networking CX Switch Operating System overview — the official AOS-CX architecture and capability summary referenced throughout this guide.
- Aruba Developer Hub (developer.arubanetworks.com) — the authoritative source for AOS-CX API documentation, the pyaoscx SDK, and NAE scripting references.
- Aruba Central datasheet — HPE’s official data sheet detailing AIOps, provisioning, and Multi-Edit capabilities in full.
- HPE Aruba Networking Switch Documentation Portal — the central hub for hardware documentation across the full switch lineup, useful when a specific model’s QuickSpecs isn’t turning up in a general search.
Because model numbers and exact specs are periodically refreshed, cross-check the datasheet’s publish date against your evaluation timeline, and request a current quote-specific spec sheet from HPE or a reseller for any figures going into a formal proposal.
Bringing the Feature Set Together
The throughline across all of this is that HPE Aruba switches aren’t just differentiated by port count and PoE budget, though the model comparison above shows those differences matter when you’re picking hardware for a specific role. What actually sets the portfolio apart is that every tier — from a branch-office CX 6100 to a data-center CX 8325 — runs the same programmable AOS-CX foundation, which is what makes fleet-wide automation, built-in analytics via NAE, identity-based security through Dynamic Segmentation, and centralized AIOps-driven management through Aruba Central all possible without bolting on separate tools. When evaluating switches for a purchase, it’s worth treating the hardware spec sheet and the software capability set as two halves of the same decision, not separate line items.
Sources:
- About — Aruba Developer Hub
- HPE Aruba Networking CX Switch Operating System
- Dynamic Segmentation — HPE
- Getting Started with NAE — Aruba Developer Hub
- Aruba Central Data Sheet — net-ctrl.com
- HPE Aruba Networking CX 8325 Switch Series QuickSpecs
- HPE Aruba Networking CX 6300 Switch Series
- HPE Aruba Networking CX 6000 Switch Series
- HPE Aruba Networking Switch Documentation Portal

















Comments