The wrong answer everyone gives first
Ask a fresher "what is Aruba's architecture?" and they say: "controller + access points, like Cisco." That was true in 2018. It is half-wrong in 2026. Aruba now ships two operating systems with two completely different control planes, and confusing them is the fastest way to fail an interview or break a migration.
Here is the truth in one line. AOS 8 = an on-prem brain (Mobility Conductor) commanding controllers. AOS 10 = a cloud brain (Aruba Central) commanding lightweight gateways. Same APs can run either OS — the OS decides who is the boss.
Where decisions are made. AOS 8 = Mobility Conductor on-prem. AOS 10 = Aruba Central in the cloud. Config, upgrades and monitoring all live here.
Where packets actually move. AOS 8 = Mobility Controller terminates tunnels. AOS 10 = gateway cluster (or the AP itself in Bridge mode).
AOS 8 = hierarchical, pushed top-down from the Conductor. AOS 10 = UI groups + templates in Central, applied to AP groups and gateways.
AOS 8 needs SNMP, AMON and IPsec between appliances. AOS 10 mostly needs only TCP 443 from each device to Central.
Quick warm-up — 3 predictions before we dive
Answer these from gut feel. You'll see all three again, fully explained, by the end.
In AOS 10, which component is deleted compared to AOS 8?
Roughly which single port carries most AOS 10 device-to-Central management traffic?
In AOS 10 Bridge mode, where does client traffic exit the network?
① The AOS 8 stack — the on-prem hierarchy
AOS 8 is a top-down hierarchy. At the top sits the Mobility Conductor, which stores one master configuration and pushes it down a tree of Mobility Controllers. The controllers terminate the AP tunnels, run firewall/role policy, and handle client roaming. APs are relatively thin — they trust the controller for almost everything.
The catch: this model assumes everything lives in your data centre. The Conductor, the controllers and the APs all need to reach each other with SNMP, AMON (Aruba's telemetry) and IPsec. That's a lot of east-west trust inside one site, and it does not stretch cleanly across the internet.
Pause & predict: In AOS 8, if the Mobility Conductor goes offline, do the existing wireless clients drop?
In an AOS 8 deployment, which device terminates the AP tunnels and enforces role/firewall policy for wireless clients?
② AOS 10 + Aruba Central — the cloud-native model
AOS 10 throws out the on-prem brain. Aruba Central becomes the single management plane. There is no Mobility Conductor and no Mobility Controller. Instead you have two device roles: APs and gateways. Gateways form clusters purely for data-plane termination and redundancy — they no longer hold the master config.
The headline win is Zero-Touch Provisioning. Plug an AP into PoE, it reaches Central over TCP 443, and Central streams down its config. No console cable, no maintenance window.
▶ Watch an AP onboard into Aruba Central
Click Play. Each stage lights up as a brand-new AP boots and joins the AOS 10 network with zero touch.
Symptom you see: a brand-new gateway shows up in Central as "discovered" but never goes "configured" — it just sits there grey. Cause: a gateway will not receive its configuration from Central until a Switch IP is assigned. The gateway needs an IP and one of those IPs set as the Switch IP, plus TCP 443 reachability to Central. No Switch IP = no config. Engineers lose hours here because the device looks "online" but is brain-empty.
An AOS 10 gateway is online and pingable, appears in Central as "discovered", but never pulls its configuration. Which is the most likely cause?
Pause & predict: If your internet link to Aruba Central goes down for an hour, do existing Wi-Fi clients on an AOS 10 tunnel-mode network drop?
③ Forwarding modes — the choice that defines your data plane
This is the single most tested AOS 10 design topic. Once Central is your brain, you still must decide where client packets go. AOS 10 gives three answers per SSID/VLAN.
AP bridges client traffic straight out its uplink onto the assigned VLAN. No gateway needed. No NAT/DHCP on the AP. Validated up to 500 APs / 5,000 clients.
AP tunnels all client traffic to a gateway cluster. Centralised policy, roaming across L3, consistent firewall — at the cost of a gateway in the path.
The AP decides per-VLAN: bridge the corporate VLAN locally, tunnel the guest VLAN to the gateway. Best of both — but more design care.
Tunnel/Mixed need a gateway cluster. Size it N+1 (one spare) or 2N (full mirror). Hitless failover keeps clients up when a node dies.
▶ Tunnel mode — follow a client packet to the gateway
A laptop on the Corp SSID in Tunnel mode. Watch where the packet actually terminates.
Small/branch site, simple VLANs, trust the LAN? Bridge mode — fewer moving parts, no gateway to license. Large campus, strict role-based firewall, L3 roaming, guest isolation? Tunnel mode — the gateway becomes your policy enforcement point. One site with both needs? Mixed — bridge the trusted corporate VLAN locally for performance, tunnel the guest VLAN to the gateway for isolation. Remember Bridge mode APs don't do NAT or DHCP — your switching/routing layer must already provide those.
A 90-AP branch wants the simplest AOS 10 design: trusted LAN, existing DHCP/routing on the core switch, no need for centralised firewall on Wi-Fi. Which forwarding mode fits best?
④ Cloud vs Controller — the decision & the traps
So which architecture do you actually deploy? AOS 10 is HPE Aruba's strategic direction, but AOS 8 is far from dead — and some hardware (7000/7200 controllers) only ever runs AOS 8. The honest answer is "it depends on hardware, connectivity and compliance".
Pause & predict: You're migrating an AOS 8 controller-managed site to AOS 10. How much of your existing AOS 8 config can you "lift and shift" straight into Central?
The security gotcha you cannot skip — PAPI / UDP 8211
Architecture isn't just boxes — it's attack surface. Aruba's internal management protocol PAPI rides on UDP 8211, and it has been a repeat target.
Symptom (if exploited): an attacker who can reach UDP 8211 runs code on your AP or controller with no login. In 2024 HPE Aruba disclosed multiple CVSS 9.8 unauthenticated RCE flaws — including CVE-2024-26305 and the November batch CVE-2024-42509 / CVE-2024-47460 — all reachable via crafted packets to PAPI UDP 8211. Fix: patch to a fixed ArubaOS build; never expose UDP 8211 to untrusted networks; and on AOS 8.x enable Enhanced PAPI Security with a non-default key as a workaround. This is a top-of-list item in any Aruba security review.
(MC) [mynode] (config) #firewall enable-per-packet-logging (MC) [mynode] (config) #control-plane-security (MC) [mynode] (cps) #cluster-member-custom-cert (MC) [mynode] (config) #papi enhanced-security (MC) [mynode] (config) #papi enhanced-security-key <non-default-key>
Enhanced PAPI security: Enabled
PAPI key source: custom (non-default)
Warning: all cluster members must share the same key
before commit, or control-plane sessions will drop.
Your security team flags that Aruba's PAPI process has had multiple unauthenticated RCE CVEs. Which port and immediate hardening step matter most?
The certification map — where this lesson lands
This architecture knowledge is foundational across the HPE Aruba Networking track: from ACA (associate), up through ACP – Campus Access (HPE7-A01) which explicitly tests gateway clusters, tunnel/mixed mode, MPSK and Central resiliency, to the expert ACX – Campus Access Mobility (HPE7-A07). The wired-switching cousin is ACSP (HPE6-A73) on AOS-CX. Nail AOS 8 vs 10 and you've cleared the highest-frequency exam topic in the whole track.
🤖 Ask the AI Tutor
Tap any question — instant context-aware answer. No login, no waiting.
Pre-curated answers from HPE Aruba TechDocs + Airheads community. For a live migration question, paste your inventory + forwarding-mode plan into chat.techclick.in.
📝 Wrap-up — six more
You've already answered 4 inline. Six left. 70% (7 of 10) total marks the lesson complete on your profile. Tap Submit all answers at the end.
✍️ Explain it back (self-explanation)
In your own words, write the one-sentence difference between AOS 8 and AOS 10. Writing it down beats re-reading for retention.
👥 Teach a friend
Imagine a junior asks: "If AOS 10 deleted the controller, who moves the packets now?" Type the 2-line answer you'd give them. If you can teach it, you own it.
🔁 Lock it in — spaced recall
Want a nudge to recall this in 3 days (the sweet spot for memory)? Drop your email and we'll send one 3-question recall quiz. No spam, unsubscribe anytime.
📖 Glossary
- Mobility Conductor
- The on-prem management brain in AOS 8 (formerly Mobility Master) — single source of config truth, pushed top-down.
- Mobility Controller
- AOS 8 appliance (7000/7200 series) that terminates AP tunnels and enforces role/firewall policy.
- Aruba Central
- HPE Aruba's cloud-native management platform for AOS 10 (and AOS 8) — onboarding, config, upgrades, monitoring, AI insights.
- Gateway / Gateway Cluster
- AOS 10 data-plane appliances (9200/9240/9100) that terminate tunnels; multiple gateways act as one cluster for hitless HA.
- Forwarding mode
- How an AP handles client traffic — Bridge (local VLAN), Tunnel (to gateway), or Mixed (per-VLAN).
- Zero-Touch Provisioning
- Plug a device in, it reaches Central over TCP 443 and downloads its full config automatically.
- PAPI
- Aruba's internal control protocol over UDP 8211 — repeated CVE target; restrict and harden it.
- Switch IP
- The IP an AOS 10 gateway must have designated before Central will deliver configuration.
📚 Sources
- HPE Aruba Networking TechDocs — Migrating to AOS 10 & Validated Solution Guide: AOS 8 Campus to AOS 10. arubanetworking.hpe.com/techdocs
- HPE Aruba Networking TechDocs — AOS 10.x Forwarding modes of operation (Bridge / Tunnel / Mixed) & Gateway deployments / Gateway cluster planning.
- HPE Aruba Networking — Aruba Central Data Sheet (SaaS / VPC / On-Premises, FIPS); TechTarget — Aruba Central scale tiers & analytics (2025).
- Airheads Community — "AOS 8 vs AS 10 for on-prem deployment"; Chad Teal — Troubleshooting AOS10 Gateway Connectivity & Config Sync (Switch IP).
- HPE Aruba Networking Security Advisories — CVE-2024-26305 / CVE-2024-42509 / CVE-2024-47460 (PAPI UDP 8211, CVSS 9.8 RCE); The Hacker News / Arctic Wolf coverage (2024).
- HPE Certification & Learning — ACP – Campus Access (HPE7-A01), ACX – Campus Access Mobility (HPE7-A07), ACSP (HPE6-A73) blueprints.
What's next?
Now that you own the architecture, we zoom into the access points themselves — how ArubaOS runs on Campus, Remote and Instant AP modes, what each mode means for branch and work-from-home deployments, and how an AP decides its personality at boot.