Before the modes — one AP, three jobs
Imagine one smart speaker that can be a home speaker, an office speaker, or a portable party speaker — depending on which app you load. An Aruba access point is like that. The hardware is identical; the mode decides its job. Today you learn the three "apps": Campus, Remote, and Instant.
Here's the one idea that unlocks everything: an Aruba AP's mode is just a question of where the "brain" lives and which link it trusts. A Campus AP trusts the office LAN. A Remote AP trusts an IPsec tunnel over the open Internet. An Instant AP trusts itself — the controller logic runs on the AP.
Architecturally, all three personalities ship in the same firmware image since ArubaOS 8, and ArubaOS 10 unifies management in Aruba Central. The mode is a provisioning decision, not a hardware SKU. What changes is the discovery path (how the AP finds its manager), the trust boundary (LAN vs IPsec vs none), and the data plane (locally bridged vs GRE-tunnelled to a gateway cluster). Get those three axes straight and every Aruba design question becomes a lookup, not a guess.
Joins a controller/gateway over a trusted private LAN. No IPsec needed. Config lives on the controller. Default for HQ buildings.
Same firmware, but it joins HQ across the untrusted Internet inside an IPsec tunnel. Plug-and-play for work-from-home.
Runs Instant OS. One AP is elected the Virtual Controller for the cluster. No appliance to buy. Scales to a few dozen APs.
The cloud-native era. APs are managed by Aruba Central and forward traffic in bridge or tunnel mode to a gateway cluster.
Across Campus, Remote and Instant modes, what is actually different about the AP hardware?
ap convert can flip a unit between modes without swapping hardware.A 12-person startup wants Wi-Fi in one office with zero appliances and zero cloud subscription. Which mode fits?
A teleworker plugs an Aruba AP into their home router and it must reach the corporate controller securely. Which mode and link?
① Campus AP — the trusted-LAN workhorse
A Campus AP is like a desk phone in the office: it plugs into the company wall jack, finds the company switchboard, and just works. The "switchboard" here is the controller / gateway, and the wall jack is the trusted office LAN.
A Campus AP (CAP) lives on a private link — LAN, WLAN, WAN or MPLS — and terminates directly on a controller or, in ArubaOS 10, a gateway cluster. No IPsec is required because the path is trusted. This is the default build for office buildings, warehouses, hospitals and universities.
Design-wise, the CAP's strength is centralised policy: user roles, firewall rules and VLANs are enforced at the gateway, so a roaming client keeps the same IP and role across the campus. The trade-off is hairpinning — even local traffic may ride the tunnel to the gateway unless you choose bridge or mixed forwarding (covered in section 4).
▶ Watch a Campus AP boot & find its controller
Click Play. Each stage lights up as the AP powers on, gets an IP, and joins the gateway.
Gi1/0/24 in zone trusted-lan
aruba-master / ADP multicast → finds gateway 10.20.5.10
Pause & predict: the AP got 10.20.5.41 from DHCP but never registers. Which single stage would you check first?
aruba-master record, and ADP multicast all fail, the AP has an IP but nowhere to phone home. Confirm one discovery method is reachable from the AP's VLAN.A Campus AP gets DHCP IP 10.20.5.41 but loops in "discovering controller". DHCP option 43 is empty, there's no aruba-master DNS record, and ADP multicast is blocked across the L3 boundary. What's the cleanest fix?
aruba-master DNS record. Rebooting changes nothing. Instant mode is a different design, not a fix. A public IP is wrong for a campus build.② Remote AP — HQ in a box, over the open Internet
A Remote AP is the office Wi-Fi shrunk into a box you take home. Plug it into your home router, and it builds a secret armoured tunnel back to the office so your laptop behaves exactly like it's on the company floor.
A Remote AP (RAP) gets a DHCP address on its Eth0, then dials the master controller and forms an IPsec tunnel. After it authenticates, it receives an inner IP and an IKE security association, and the master hands it the LMS-IP (and backup LMS-IP) of the controller it should terminate on. Only then do the SSIDs come up.
The RAP's trust model flips Campus on its head: the path is hostile, so everything rides IPsec, and provisioning is gated by a RAP whitelist. Architecturally that whitelist is the soft underbelly — see the trap below. RAPs also support split-tunnel and bridge SSIDs so home-printer traffic stays local while corporate traffic tunnels home.
▶ Remote AP — IPsec provisioning journey
A home-office RAP dials HQ across the public Internet and earns its SSIDs.
vpn.techclick.in → public IP 203.0.113.20 of the master
Symptom you see: some RAPs come up, others reboot every few minutes in a loop. Cause: the RAP whitelist must be imported manually on the LMS and the backup LMS — it is not synced between them. If DNS or redundancy steers a RAP to a controller that lacks its entry, the AP fails the check, exhausts the IPsec retry count, and reboots. Import the whitelist on every controller a RAP could land on.
Pause & predict: a single RAP forms IPsec fine but never gets SSIDs and keeps rebooting. Which stage is failing?
A RAP's IKE/IPsec tunnel comes up cleanly, yet the AP never broadcasts SSIDs and reboots on a timer. Logs show repeated IPsec re-tries before reboot. Most likely cause?
③ Instant AP — the controller that lives inside the AP
An Instant AP is a group project where one student volunteers to be the leader. The "leader" AP runs the brains for everybody. If the leader leaves, the group instantly picks a new leader — nobody notices.
Instant APs run the Instant OS, which virtualises controller capabilities right on the AP. The cluster elects one AP as the Virtual Controller (VC). You browse to the VC's IP, configure once, and the config replicates to every member. No appliance, no per-AP CLI. Aruba positions Instant for small and medium sites — it scales to several dozen APs.
Instant's elegance is also its ceiling: with the control plane on the AP, you lose the centralised data-plane policy and large-scale roaming domains a gateway cluster gives you. The migration path is clean, though — an Instant AP can be converted to a Campus or Remote AP, or onboarded to Aruba Central as an ArubaOS 10 AP, when the site outgrows controller-less.
One AP is elected to run cluster management + the config GUI. Browse to its IP to set up the whole site at once.
If the VC dies, the cluster elects a new VC automatically. Clients keep surfing — no appliance, no single point of failure.
Great for several dozen APs. Beyond that, move to a gateway cluster for centralised policy + big roaming domains.
Outgrew Instant? Convert to Campus / Remote AP, or onboard to Aruba Central as an ArubaOS 10 AP. No re-buy.
In an Instant cluster of 6 APs, the AP currently acting as Virtual Controller is unplugged. What happens to client Wi-Fi?
④ ArubaOS 10 forwarding + ap convert + hardening
Now the modern twist. In ArubaOS 10 the cloud (Aruba Central) is the manager. You also choose how each Wi-Fi network sends traffic: keep it local at the AP (bridge), or ship it to a central gateway (tunnel). Like deciding whether to cook at home or send the order to a central kitchen.
ArubaOS 10 APs forward client traffic two ways. In bridge mode the AP places traffic on the local VLAN at its uplink and acts as the authenticator. In tunnel mode the AP encapsulates traffic in GRE and tunnels it to the primary gateway cluster, which becomes the authenticator. Mixed mode decides per-VLAN: bridge if the VLAN isn't on the cluster, tunnel if it is.
The forwarding choice is really a scale + mobility decision. Aruba validates bridge forwarding to a maximum of 500 APs and 5,000 bridged clients across shared VLANs; beyond that you deploy a gateway cluster with centralised user VLANs for higher scale and seamless roaming. When clients tunnel to the same primary cluster, they keep their VLAN, IP and default gateway as they roam — even across config groups. So tunnel mode buys mobility and central policy at the cost of gateway hardware and tunnel overhead.
▶ Tunnel vs Bridge — where does the client packet go?
A client sends one frame. Watch the two forwarding paths diverge at the AP.
corp sends a frame → 10.40.7.88 heading to 10.50.0.20
Converting an AP between modes — ap convert
Need to repurpose an Instant AP as a Campus or Remote AP? You don't re-buy hardware — you convert it. On ArubaOS the controller-side command provisions APs into a new persona; on an Instant AP you point it at the controller IP and pick the target mode.
(Aruba-Controller) #ap convert active-all (Aruba-Controller) #ap convert add-mac 20:4c:03:1a:2b:3c controller-ip 10.20.5.10 (Aruba-Controller) #show ap convert-status
Conversion Status ----------------- MAC Mode-From Mode-To Controller-IP State 20:4c:03:1a:2b:3c instant campus 10.20.5.10 converting 20:4c:03:1a:2b:3d instant campus 10.20.5.10 converted Total APs converting: 1 converted: 1
Pause & predict: you ran ap convert to Campus mode, but one AP stays on Instant. What's the usual blocker?
10.20.5.10, it has nothing to convert onto and falls back to Instant. Same root cause as a failed discovery.Symptom you'd see in a scan: APs flagged critical on the management plane. Cause: HPE Aruba disclosed unauthenticated command-injection / buffer-overflow flaws (CVE-2024-42509, CVE-2024-47460, CVE-2024-26305 — all CVSS 9.8) reachable via the PAPI protocol on UDP 8211. Fix: patch AOS-8 / AOS-10, and on AOS-10 block UDP/8211 from untrusted networks (on Instant AOS-8, enable cluster-security). Never expose PAPI to the Internet.
1. Always seed a routable discovery method (DHCP option 43 or aruba-master DNS) — multicast ADP dies at the first router. 2. For RAPs, import the whitelist on every LMS a RAP could land on; it isn't synced. 3. Choose tunnel mode the moment you need roaming across >500 APs or central role-based policy — don't fight bridge mode past its validated ceiling.
A campus runs ArubaOS 10 bridge mode at 620 APs. Voice users roaming between buildings drop calls and re-authenticate. What's the design-level fix?
🤖 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 issue, paste your show ap database + show ap convert-status into chat.techclick.in.
📝 Wrap-up — three more
You've already answered 7 inline. Three left. 70% (7 of 10) total marks the lesson complete on your profile. Tap Submit all answers at the end.
🧠 Self-explanation — lock it in
In one or two sentences, explain to yourself: "If the link to HQ is the untrusted Internet, which AP mode do I pick and what secures it?" Writing it in your own words is the single biggest retention booster.
👩🏫 Teach a friend
Explain the Campus-vs-Remote-vs-Instant decision to a teammate in under 60 seconds, using the "where does the brain live + which link does it trust" framing. If you can teach it, you own it.
🔔 Spaced-recall reminder (optional)
Want a 3-question recap mailed to you in 3 days? Spaced repetition is how this sticks for the exam. Enter your email — we only use it for this nudge.
📕 Glossary
- Campus AP (CAP)
- An AP that joins a controller/gateway over a trusted private LAN — the default enterprise build.
- Remote AP (RAP)
- An AP that joins HQ over the untrusted Internet inside an IPsec tunnel; gated by the RAP whitelist.
- Instant AP (IAP)
- A controller-less AP running Instant OS; the cluster elects a Virtual Controller.
- Virtual Controller (VC)
- The elected Instant AP that runs cluster management and the config GUI; auto-fails over.
- LMS-IP
- Local Management Switch IP — the controller an AP should actually terminate on (plus a backup LMS).
- PAPI
- Aruba's proprietary AP-to-controller management protocol over UDP 8211 — the surface for the 2024 RCE CVEs.
- Tunnel / Bridge / Mixed
- ArubaOS 10 forwarding modes: GRE to a gateway cluster / local VLAN at the AP / per-VLAN choice.
📚 Sources
- HPE Aruba TechDocs — Forwarding Modes of Operation (ArubaOS 10 Design) & Tunnel / Traffic Forwarding Modes (Aruba Central). arubanetworking.hpe.com
- HPE Aruba TechDocs — Converting an Instant AP to Remote AP or Campus AP & ap convert (CLI Bank). arubanetworking.hpe.com
- HPE Aruba TechDocs — Configuring the Secure Remote Access Point Service (RAP whitelist, IPsec, LMS-IP). arubanetworking.hpe.com
- Airheads Community — Difference Between Campus AP and Remote AP; What steps does a RAP follow to come up on the controller? community.arubanetworks.com
- evanmccann.net — Aruba Instant On / Instant Overview (practitioner: IAP vs CAP vs RAP, Virtual Controller).
- HPE Aruba Security Advisory + BleepingComputer — Critical PAPI RCE flaws (CVE-2024-42509, CVE-2024-47460, CVE-2024-26305, CVSS 9.8, UDP/8211).
- HPE Certification — ACMA / ACMP datasheets & ACA (HPE6-A85) blueprint (AP modes, controller/AP config, mobility & roaming). certification-learning.hpe.com
What's next?
Your APs are on air — now make the radios smart. Next we tune the RF: how AirMatch plans channels overnight, how ARM reacts in real time, and how ClientMatch steers sticky clients to the best AP.