TTechclick All lessons
Aruba (HPE) · Wireless · Interview Q&A🔥 39 questions · 5 topicsInteractive · L1 / L2 / L3

Aruba Wireless Interview Q&A — 39 questions a panel actually asks

You know the Aruba GUI. The panel does not test clicks — they test whether you understand why a tunnel forwards to a gateway, how AirMatch differs from ARM, and what you check when an AP refuses to join. This lesson gives you 39 real interview questions across AOS-8 and AOS-10, each with a model answer an L3 engineer would nod at.

📅 2026-06-03 · ⏱ 27 min · 4 SVG · 1 visualizer · 🏷 39 Q&A · 10-Q Bloom assessment · AI Tutor

🎯 By the end of this lesson you'll be able to

⚡ Quick Answer

39 senior Aruba (HPE) wireless interview questions with model answers — AOS-8 vs AOS-10 architecture, CAP/IAP/RAP, ARM/AirMatch/ClientMatch, 802.1X EAP roles, dynamic segmentation/UBT, 802.11 standards, WIDS, troubleshooting.

Pick your weak spot — jump straight to it

1

WLAN Architecture

AOS-8 vs AOS-10, controllers/gateways, tunnel vs bridge.

2

RF & Roaming

ARM, AirMatch, ClientMatch, 802.11r/k/v, sticky clients.

3

SSID, Auth & Roles

802.1X / MPSK / Captive Portal, roles, dynamic segmentation.

4

Security + Troubleshooting

WIDS/WIPS, PEF roles, AP-join, roaming, AIOps.

Why this matters — the airport vs the metro station

Picture Mumbai airport versus the local metro. At the airport a single control tower (the Mobility Conductor) hands every flight its slot, and the runways (controllers) do the actual landing. The metro is run from a cloud control room (Aruba Central); each station gateway is smart enough to keep running even if the cloud blinks. That is exactly the AOS-8 vs AOS-10 mental model — and panels probe whether you can tell which one a customer is on, and why.

Interviewers care because Aruba estates are mid-migration everywhere in 2026. A weak answer says both manage Wi-Fi. A strong answer names the planes — control, management, data — and tells them which plane survives when the conductor or Central goes offline. That single distinction separates an L1 from an L3.

Scenario · Sneha — L2 Network Engineer at a Pune BFSI firm

Sneha froze on one question: your campus runs AOS-10 gateways in a cluster; the cloud link to Central drops — do clients lose Wi-Fi? She guessed yes. The panel moved on.

The answer is no — Central is the management plane; the gateway cluster keeps authenticating and forwarding because the control and data planes live on-prem. Learn the plane model once and questions like this become free marks.

1. WLAN Architecture (AOS-8 vs AOS-10)

Architecture is the first 10 minutes of any Aruba interview. They want the plane model, the forwarding modes, and how an AP finds its boss.

Q1 What are the access point modes in Aruba — explain CAP, IAP and RAP.L1

This is the classic Aruba opener. A Campus AP (CAP) is controller-dependent: it builds a GRE/IPsec tunnel to a controller or gateway on the LAN and pulls all config and policy from it. A Remote AP (RAP) is the same idea over the internet — it forms an IPsec tunnel back to a controller/VPNC so a home or branch user gets the corporate SSID and policy securely across an untrusted link.

An Instant AP (IAP) is controller-less: a group of IAPs elects one as the Virtual Controller, which pushes config to the rest, so they serve Wi-Fi with no separate controller. Quick line for the panel: CAP = on-prem tunnel, RAP = CAP over the internet via IPsec, IAP = standalone with a Virtual Controller. An AP can be converted between CAP and IAP by loading the matching image and re-provisioning.

CAP=on-prem tunnel; RAP=CAP over internet via IPsec; IAP=standalone Virtual Controller.
Q2 What is the role of the Mobility Conductor in AOS-8, and how does it differ from a Mobility Controller?L1

The Mobility Conductor (MC, formerly Master Controller) is the configuration and management brain in AOS-8. It holds the hierarchical config, pushes templates and licences, and runs centralised services like AirMatch and centralised WIDS correlation. It does not terminate client traffic.

The Mobility Controller is the workhorse: APs terminate their GRE tunnels on it, it does client authentication, applies the stateful firewall (PEF) and forwards user data. So one device is the conductor of config, the other is the data plane. A small site can collapse both, but in any real campus they are separate boxes (e.g. a 7200-series controller).

Conductor = config/management only; controller = auth + data forwarding.
Q3 Walk me through what changes when a customer migrates from AOS-8 to AOS-10.L2

The big shift is the management plane moves to the cloud. In AOS-8 the Conductor + AirWave talk to devices over PAPI, AMON, SNMP and IPsec. In AOS-10 each gateway and AP talks to Aruba Central over HTTPS on TCP 443 only — far fewer firewall holes.

The controller becomes a gateway, deployed as a cluster instead of master-local pairs. Config moves from the on-prem hierarchy to Central groups. PAPI still runs, but now mostly between the gateways for cluster formation. A headline win is live-upgrade across the cluster with no client outage, which classic AOS-8 master-local could not do cleanly.

Management to cloud over 443; controller becomes clustered gateway; live-upgrade.
Q4 Compare tunnel, bridge and mixed forwarding modes. When would you choose each?L2

Tunnel mode: the AP wraps client traffic in GRE and sends it to the controller/gateway, where the VLAN, firewall and role live. Use it for full central policy, seamless roaming and consistent segmentation — the default for campus.

Bridge mode: the AP drops traffic straight onto the local wired VLAN, no controller in the path. Use it at tiny remote sites or where a gateway is overkill — common with Instant APs.

Mixed (split-tunnel): per-SSID or per-role you tunnel some traffic and bridge the rest — e.g. tunnel corporate to the data centre but bridge guest/Internet locally at a branch to save WAN bandwidth. Choice is driven by where you want policy enforced and how much you trust the local LAN.

Tunnel=central policy; bridge=local LAN; mixed=split per role/SSID.
Q5 What is the difference between a Campus AP and an Instant AP?L1

A Campus AP (CAP) is controller-dependent: it boots, finds a controller/gateway, builds a tunnel and gets all its config and policy from there. No controller, no service (unless in bridge).

An Instant AP (IAP) is self-contained: a cluster of IAPs elects a Virtual Controller (VC) among themselves, so they run Wi-Fi with no separate controller. Historically these were different images, but in AOS-10 the same AP can operate controller-managed or Central-managed — the line has blurred. Interview shorthand: CAP leans on a controller, IAP is standalone with a virtual controller.

CAP needs a controller; IAP self-organises via a Virtual Controller.
Q6 An AP gets power but never shows up. Walk me through the AP discovery and boot sequence.L3

The AP boots, gets an IP via DHCP, then hunts for its controller/Central in a defined order:

1. Static — if master/ap-master is provisioned, it uses that. 2. ADP — Aruba Discovery Protocol multicast/broadcast on the local subnet. 3. DHCP Option 43 — vendor-specific option carrying the controller IP (with the right VCI string). 4. DNS — it resolves aruba-master (and for Central, the activation/Central FQDN).

Once it finds the controller it does an IPsec/PAPI handshake, downloads its image and config, and builds the GRE tunnel. So if an AP is missing, you check L3 reachability, then which discovery method should work, then whether Option 43 or DNS is actually populated. Layer-2 adjacency makes ADP enough; across subnets you almost always need Option 43 or DNS.

Order: static → ADP → DHCP opt 43 → DNS; cross-subnet needs opt 43/DNS.
Q7 Explain how an AOS-10 gateway cluster gives high availability. What happens to clients if one node fails?L3

In a cluster, APs and clients are distributed across gateway nodes, and each client has a designated active gateway (A-AAC/A-UAC) plus a standby (S-AAC/S-UAC) pre-assigned. State — including the client's authentication and firewall session — is synced to the standby ahead of time.

When a node fails, clients fail over to their standby without re-authenticating, so a voice call or RDP session survives. The cluster also load-balances clients across nodes (cluster load balancing) and supports live-upgrade, draining one node at a time. The user VLAN is stretched across all cluster members so the IP doesn't change on failover. That hitless failover is the whole point versus the older active/standby controller pair.

Pre-assigned standby gateway + synced state = hitless failover, VLAN stretched.
Q8 A bank's security team will only open one firewall port from APs to the cloud. Which architecture fits, and what port?L2

That is a textbook AOS-10 + Aruba Central fit. AOS-10 devices reach Central over HTTPS / TCP 443 for management, so the security team opens a single outbound 443 to the Central cloud — no inbound, no IPsec/SNMP/AMON mesh like AOS-8 needed.

For a Pune bank that already has strict egress rules, this is a selling point: data forwarding stays on-prem on the gateway cluster, only telemetry and config ride 443 to Central. You'd still confirm reachability to the Central activation and device FQDNs, and that TLS inspection isn't breaking the cert pinning. One clean answer: AOS-10, port 443 outbound to Central.

AOS-10/Central over outbound TCP 443; data stays on-prem.
Q9 What is the difference between AirWave and Aruba Central as management platforms?L2

AirWave is the on-prem, multi-vendor network management system that pairs with classic AOS-8. It does monitoring, reporting, historical trending, alerting and VisualRF heatmaps, but config still largely lives on the Mobility Conductor — AirWave watches and reports.

Aruba Central is the cloud-native management plane for AOS-10. It is the single pane for config, monitoring, AIOps/AI Insights and analytics across APs, gateways and CX switches, reached over HTTPS. So the mapping the panel wants: AOS-8 with AirWave (on-prem, multi-vendor monitoring); AOS-10 with Central (cloud, config + AIOps). Central On-Prem exists for customers who need cloud features without public cloud. Knowing which platform goes with which OS is a frequent screening check.

AirWave=on-prem multi-vendor monitoring (AOS-8); Central=cloud config+AIOps (AOS-10).
Q10 Explain the AP-Group and Virtual AP hierarchy. How would you push a new SSID to only one building?L2

Config in Aruba is scoped through a hierarchy. A Virtual AP (VAP) profile ties one SSID to its SSID profile (encryption, band) and an AAA profile (auth/role). VAPs are bound to an AP-Group, which also carries the RF profile and regulatory domain, and every AP is assigned to exactly one AP-Group. AP-Name settings allow per-AP overrides on top.

So to add an SSID to just one building, you create the VAP for that SSID and attach it only to that building's AP-Group — the other groups never see it. At a Bengaluru campus you'd have, say, blr-tower-a and blr-tower-b AP-Groups; pushing a pilot SSID to blr-tower-a alone keeps the rollout contained. That group-scoped model is why interviewers probe it — it's how you do safe, partial changes.

VAP(SSID)→AP-Group(RF/reg)→AP-Name override; scope SSID by binding VAP to one group.
Legend untrusted / attacker trusted / corporate inspection / policy point the key "aha" node allowed
In Aruba AOS-10 the APs forward client traffic to a gateway cluster while Aruba Central in the cloud orchestrates config and policy.Campus APs connect upward to a gateway cluster which builds overlay tunnels, and Aruba Central cloud pushes WLAN, role and firmware config down to both.Aruba AOS-10 Campus WLAN — who decides, who tunnelsAruba Central (cloud)config + policy + dashboards — NOT in the data pathGateway cluster (2x mobility gateways)authenticator in tunnel mode • terminates user VLANsAP-Campus-2AP-635, Wi-Fi 6EAP-Campus-7AP-635, Wi-Fi 6EAP-Campus-9AP-635, Wi-Fi 6EHTTPS mgmt + telemetryGRE/IPsec overlay tunnels (client data)Aha: cloud = brain,gateway = data muscle
APs do not think alone in AOS-10 — the cloud orchestrates, gateways tunnel. Trace who holds the role/VLAN decision: gateways in tunnel mode, APs in bridge mode.
Quick check · inline mini-quiz #1

Sneha, an L1 at a Pune BFSI, sees 40 campus APs reboot every time the on-prem Mobility Controller is rebooted for an upgrade. Her lead wants the next site to survive a controller reboot with zero AP downtime. Which Aruba architecture should she propose?

Correct: b. Aruba Instant has no separate hardware controller — one AP is elected Virtual Controller, and if it dies another AP takes over, so a single device reboot does not drop the whole site. a still depends on dedicated controller hardware (better HA, but not controllerless). c loses central config and roaming. d tunnel mode increases controller dependency, the opposite of what she needs.
Pause & Predict #1

Aman deploys five new AP-535 units at a Chennai ITES. They power on, get DHCP, but never show up in Aruba Central and stay on factory firmware. Predict the cause and the one fix.

The APs cannot reach the management plane (no cloud-activation / DNS path). Fresh Aruba APs phone home to device.arubanetworks.com (Activate/Central) to download config and join. If DNS or outbound 443 is blocked, or the AP was never added to the Central account, it stalls on factory firmware. Fix: ensure DHCP hands out a working DNS server and the firewall permits the AP subnet outbound 443/UDP-4500 to Aruba cloud, then confirm the AP serials are claimed in Central. Verify with show ap-env and that the AP appears Online in Central within a few minutes.

2. RF Optimisation & Roaming

RF is where panels separate button-pushers from engineers. Know which feature touches the AP and which touches the client, and how fast-roaming actually saves the four-way handshake.

Q11 Run through the 802.11 standards — Wi-Fi 4 to Wi-Fi 7 — and what OFDMA and the 6 GHz band add.L2

Panels open or close with this. 802.11n = Wi-Fi 4 (2.4 + 5 GHz, MIMO, up to 40 MHz). 802.11ac = Wi-Fi 5 (5 GHz only, up to 80/160 MHz, downlink MU-MIMO). 802.11ax = Wi-Fi 6 (2.4 + 5 GHz) and Wi-Fi 6E = Wi-Fi 6 extended into the new 6 GHz band. 802.11be = Wi-Fi 7 (adds 320 MHz channels and Multi-Link Operation).

The headline Wi-Fi 6 feature is OFDMA: it splits a channel into resource units so the AP serves several clients in one transmission instead of one-at-a-time, which slashes latency in dense rooms. The 2.4 GHz band has only three non-overlapping channels (1/6/11); 5 GHz adds many more (some need DFS); 6 GHz gives wide, clean spectrum with no legacy clutter. Channel width is a trade: 80/160 MHz means more speed but fewer non-overlapping channels, so you don't blanket wide channels in dense areas.

n/ac/ax/be = Wi-Fi 4/5/6/7; 6E=6GHz; OFDMA = multi-client per TX; band/width trade-offs.
Q12 What does ARM do?L1

ARM (Adaptive Radio Management) is the per-AP RF engine. Each AP continuously scans, then dynamically picks its best channel and transmit power to avoid co-channel interference and cover holes left by a failed neighbour. ARM also handles features like band steering, airtime fairness and spectrum load balancing.

The key word is local and reactive: ARM reacts to the RF it sees right now, AP by AP. It is the classic AOS-8 mechanism and still exists, but in modern deployments channel/power planning is handled by AirMatch instead.

ARM = per-AP, reactive channel + power selection.
Q13 How is AirMatch different from ARM, and why did Aruba introduce it?L2

ARM optimises each AP independently and reactively, which can cause channel ping-pong as neighbours keep reacting to each other. AirMatch is centralised and predictive: it collects RF data from every AP every 5 minutes over a 24-hour window, then the Conductor (or Central) computes one network-wide, dual-band channel-and-power plan and deploys it once a day at a quiet hour.

So AirMatch sees the whole estate, not one AP's view, which kills the oscillation and gives a stable, holistic plan. Rule of thumb for interviews: ARM = reactive, per-AP; AirMatch = predictive, network-wide, runs daily. AirMatch is the default channel/power planner from AOS-8.x onward.

AirMatch = global, predictive, 24-h solve vs ARM reactive per-AP.
Q14 What problem does ClientMatch solve that ARM and AirMatch cannot?L2

ARM and AirMatch optimise the AP radios; neither moves a client. ClientMatch works at the client level. It monitors each client's RSSI, SNR and data rate, and when a device is stuck on a distant AP — a sticky client — ClientMatch steers it to a closer AP or a better band.

It uses 802.11v BSS Transition where the client supports it, and de-auth-based steering as a fallback. Classic example: a laptop walks from one wing to another at a Bangalore ITES but clings to the old AP at -78 dBm; ClientMatch nudges it onto the nearer 5 GHz radio so throughput recovers. So the trio is: AirMatch plans radios, ARM tunes locally, ClientMatch moves clients.

ClientMatch steers sticky clients (RSSI/SNR), uses 802.11v.
Q15 What is band steering and why use it?L1

Band steering nudges dual-band capable clients off the crowded, slower 2.4 GHz band onto 5 GHz (or 6 GHz on Wi-Fi 6E). The AP does this by delaying or withholding probe responses on 2.4 GHz so the client prefers 5 GHz.

You use it because 2.4 GHz has only three non-overlapping channels and heavy interference (microwaves, BLE, legacy gear), while 5/6 GHz has far more spectrum and width. Net effect: better throughput and less airtime contention. The caution: aggressive steering can hurt clients that genuinely have poor 5 GHz coverage, so it pairs with good ARM/AirMatch power planning.

Push dual-band clients to 5/6 GHz via probe-response control.
Q16 Explain airtime fairness. Why does one slow client hurt everyone?L2

Wi-Fi is half-duplex shared airtime. A legacy client transmitting at, say, 6 Mbps holds the channel far longer to move the same data than a fast client at 600 Mbps. Without fairness, that slow device steals airtime and drags every other client on the AP down — the classic one old phone kills the room problem.

Airtime fairness allocates equal time rather than equal packets, so each client gets a fair slice of the channel and one slow device can't monopolise it. Aruba offers modes like default-access, fair-access and preferred-access. It's a favourite L2 question because it shows you understand that Wi-Fi capacity is about time, not raw rate.

Equal time not packets; slow client hogs airtime, fairness caps it.
Q17 Compare 802.11r, 802.11k and 802.11v. Which one actually speeds up a roam?L3

They split the roaming job. 802.11k (neighbour reports) tells the client which APs are nearby so it doesn't waste time scanning every channel. 802.11v (BSS Transition Management) lets the network suggest a better AP to the client — the steering hint ClientMatch uses. Neither shortcuts authentication.

802.11r (Fast BSS Transition / FT) is the one that actually speeds the roam: it pre-distributes key material so the client skips the full 802.1X EAP exchange and four-way handshake at the new AP, cutting roam time from hundreds of ms to ~50 ms or less. So for latency-sensitive apps (voice, scanners) you want 11r; 11k/11v just help the client pick the target faster.

11k=neighbour list, 11v=steer hint, 11r=fast key handoff (the real speedup).
Q18 A Mumbai warehouse runs handheld scanners on 802.1X and roaming is dropping sessions. The fleet doesn't support 802.11r. What are your options?L3

Without 802.11r, each roam would normally redo full EAP — too slow for scanners. Your fallback is OKC (Opportunistic Key Caching) / PMK caching: the controller caches the client's PMK, so on the next roam the client and AP reuse the cached key and skip the full 802.1X exchange — much like 11r but without needing client FT support, since OKC works on many legacy supplicants.

Concretely: enable OKC/opportunistic key caching on the SSID, make sure all target APs share the same mobility domain/controller so the PMK is reachable, and verify scanner firmware supports it. If even OKC isn't viable, consider MPSK or PSK for that scanner SSID to remove EAP from the roam entirely. Order of preference: 11r → OKC/PMK caching → PSK/MPSK.

OKC/PMK caching when 11r unsupported; PSK/MPSK as last resort.
Choose Aruba tunnel, bridge or mixed forwarding based on where authentication, VLANs and policy enforcement need to sit.A decision tree starting from the question of centralised VLANs and role firewall, branching to tunnel mode, bridge mode, or mixed mode with their trade-offs.Tunnel vs Bridge vs Mixed — picking the forwarding modeNeed centralised VLANs +gateway role firewall?TUNNEL modegateway authenticates+ deep role firewalllarge campus, BFSIBRIDGE modeAP authenticatestraffic exits at switchsmall site, low latencyMIXED modecorp VLAN tunnelled, guest VLAN bridgedYESNOBOTH on one SSID set
Pick forwarding by where the VLAN and policy must live, not by habit. Tunnel centralises at the gateway; bridge keeps traffic local; mixed splits by VLAN.

▶ Watch Priya connect and roam across the Infosys campus

Follow one laptop from first probe to a hand-off across wings with no password prompt.

① PROBE Priya opens her laptop near reception. It probes and associates to the strongest AP, AP-Campus-2, on SSID Infosys-Corp.
② 802.1X The gateway relays her EAP-TLS handshake to ClearPass over RADIUS UDP 1812. Her device certificate is checked.
③ ROLE + VLAN ClearPass returns Aruba-User-Role = Employee and VLAN 40. The gateway stamps the role and its firewall rules onto her session.
④ TUNNELLED Her traffic is tunnelled from the AP to the gateway cluster and egresses on subnet 10.40.0.0/16. She is online and inspected.
⑤ WALK Priya walks to the far wing for a meeting. Signal from AP-Campus-2 fades; AP-Campus-7 rises. 802.11k told her phone the neighbours.
⑥ FAST ROAM 802.11r hands her to AP-Campus-7 using a pre-shared R1 key. No new 802.1X, no prompt — her video call never drops.
Press Play to start. Each Next advances one stage.
Quick check · inline mini-quiz #2

Rahul at a Bangalore ITES gets tickets that voice calls drop when staff walk between floors. Captures show clients re-doing full 802.1X auth at every AP. Which Aruba feature most directly fixes the roaming delay?

Correct: c. 802.11r (Fast Transition) caches PMK keys so the client skips the full four-way 802.1X handshake at each roam, cutting roam time below the ~50 ms voice budget. a band steering helps load, not roam latency. b lowering rates worsens airtime. d max power creates sticky clients and co-channel interference, making roaming worse.
Pause & Predict #2

Divya sees one corner of a Hyderabad SOC floor where laptops cling to a far AP at -82 dBm instead of roaming to a closer AP at -55 dBm. Predict the cause and the fix.

Sticky-client behaviour because the minimum RSSI / low-rate floor is too permissive. The client owns the roam decision; if the AP still answers at -82 dBm and low data rates are enabled, the client never feels enough pain to roam. Fix: enable Aruba ClientMatch (steers sticky clients to a better AP) and raise the minimum basic rate (disable 1/2/5.5 Mbps) so weak-signal clients are nudged off. Verify with show ap client-match-summary and confirm the laptop re-associates to the -55 dBm AP.

3. SSID, Auth & Roles

This is the most-asked block for security-leaning roles. Be crisp on which auth method fits which use case, and how a client lands in a role and a VLAN.

Q19 What is a user role in Aruba, and how is it different from a VLAN?L1

A VLAN is just an L2 broadcast domain — where the client's IP lives. A user role is the policy identity: it bundles the stateful firewall ACLs, bandwidth contracts, captive-portal settings and re-auth timers that apply to that client.

Two clients can sit in the same VLAN but have very different roles (e.g. employee vs contractor), so role is the real security boundary, not the VLAN. Aruba's model is role-first: the firewall rules follow the role wherever the client roams. Saying VLAN = address, role = permissions shows you get the Aruba way of thinking.

VLAN = L2/address; role = firewall policy/identity, the real boundary.
Q20 Compare 802.1X, MPSK, Captive Portal and PSK. Give a real use case for each.L2

802.1X (EAP): per-user credentials/certs against RADIUS — corporate SSID for laptops at an Infosys campus. Strongest, but every device needs a supplicant.

MPSK (Multi Pre-Shared Key): many unique passphrases on one SSID, each mapped to a role/VLAN, validated via RADIUS/ClearPass. Built for headless IoT — printers, cameras, BMS — that can't do 802.1X.

Captive Portal: redirect to a web login/click-through — guest Wi-Fi at a Chennai ITES lobby. Identifies the person, not the device security.

PSK: one shared passphrase for everyone — fine for a tiny office, weak at scale because the secret leaks. So the ladder runs PSK (simple) → MPSK (IoT scale) → Captive Portal (guest) → 802.1X (corporate).

802.1X=corp, MPSK=IoT, Captive Portal=guest, PSK=small/legacy.
Q21 Walk me through how a client gets assigned to a role on an 802.1X SSID.L2

First the client may sit in a pre-authentication / logon role with almost no access (only DHCP, DNS, RADIUS allowed). It then runs 802.1X to RADIUS/ClearPass. On success, the role is decided by, in order: a RADIUS attribute from the server — typically Aruba-User-Role (VSA) or a Filter-Id — which directly names the role.

If RADIUS sends a VLAN instead, the controller derives the role from a VLAN-to-role or server-derivation rule. Failing all that, the SSID's default role applies. So the cleanest design is: ClearPass evaluates the device/user and returns Aruba-User-Role = employee, and the controller applies that role's firewall on the spot. Always confirm the VSA dictionary is loaded on the RADIUS side.

Pre-auth role → 802.1X → Aruba-User-Role VSA / derivation → default role.
Q22 What is MPSK and why is it better than a single PSK for IoT?L2

With one shared PSK, every IoT device uses the same passphrase, so a leaked key compromises the whole SSID and you can't tell devices apart. MPSK issues a unique passphrase per device (or per device type) on a single SSID; the key is validated by ClearPass/RADIUS, which returns a role and VLAN per key.

So a camera and a printer share an SSID but land in different roles with different firewall rules, and revoking one device just removes its key — no estate-wide re-key. MPSK Local even lets the AP/cluster validate keys without RADIUS for smaller sites. For a Hyderabad campus with hundreds of headless devices that can't run 802.1X, MPSK is the pragmatic middle ground.

Per-device keys + role/VLAN per key; revoke one without re-keying all.
Q23 EAP-TLS vs PEAP — what is the difference and which is more secure?L2

Both are 802.1X EAP methods, but the trust model differs. EAP-TLS uses mutual certificate authentication — the server presents a cert and so does the client, so there are no passwords on the wire at all. It is the most secure option and is phishing-resistant, but it needs a PKI to issue and manage client certificates.

PEAP (and EAP-TTLS) build a TLS tunnel using only a server certificate, then carry an inner username/password (PEAP-MSCHAPv2). It's far easier to roll out — no client certs — but credentials can be phished or stolen, and it relies on the client validating the server cert properly. So the panel answer: EAP-TLS for the strongest security where you have PKI; PEAP for quick deployment with passwords. ClearPass commonly runs both, steering managed devices to EAP-TLS and BYOD to PEAP.

EAP-TLS=mutual certs (needs PKI, strongest); PEAP=server cert + inner password (easy, phishable).
Q24 Explain dynamic segmentation. How does it tie wireless roles to the wired network?L3

Dynamic segmentation extends the same role-based policy from Wi-Fi onto the wired edge, so a device gets the same treatment whether it plugs in or associates. ClearPass authenticates the endpoint and returns a role; an Aruba CX switch can then either enforce that role locally or tunnel the traffic to a gateway (PAPI/GRE) where the centralised firewall and VLAN live — the same gateway your APs use.

The win is a single policy model and consistent micro-segmentation across wired and wireless — an IP camera on a switch port lands in the exact iot-cam role and ACLs you'd give it on Wi-Fi, with no manual port VLANs. It's the Aruba ESP answer to segment everything from one identity, and it's a strong L3 talking point.

Same ClearPass role on wired+wireless; CX tunnels/colours traffic to gateway.
Q25 How does User-Based Tunneling (UBT) actually work on an Aruba CX switch, and why is it the AOS-10 differentiator?L2

UBT is the wired mechanism behind dynamic segmentation. A device plugs into an Aruba CX switch and authenticates via 802.1X or MAC-auth to ClearPass, which returns a user role. Instead of the switch dropping that device onto a local VLAN, UBT builds a GRE tunnel from the switch port to a gateway and tunnels the client's traffic there, so the gateway's PEF firewall applies the exact same role policy a Wi-Fi client would get.

Why it matters in AOS-10: the gateway becomes one enforcement point for both wired and wireless, so an IoT camera on a switch port and a laptop on Wi-Fi land in identical roles with identical micro-segmentation — no hand-built port VLANs or ACLs per closet. UBT supports a primary and secondary gateway for resilience. It's a fast-rising JD skill because it's the practical answer to segment everything from one identity.

CX switch 802.1X→ClearPass role→GRE tunnel to gateway→PEF applies same role as Wi-Fi; primary/secondary GW.
Q26 ClearPass returns the wrong role for some users and they get blocked. How do you troubleshoot the RADIUS/role path?L3

Trace it end to end. On the controller/gateway run show user-table and show auth-tracebuf to see what role the client actually got and whether RADIUS returned Accept. Then look at the returned attributes — is Aruba-User-Role populated, and does that role name exist spelled identically on the controller? A missing or mistyped role silently falls back to the default.

On the ClearPass side, use Access Tracker to see which service and enforcement policy matched and what role-mapping/enforcement profile fired. Common root causes: wrong service ordering, an attribute the controller's VSA dictionary doesn't know, or a derivation rule overriding the VSA. Fix is usually aligning the enforcement profile's role name with the controller and confirming attribute order. So: controller user-table → auth-tracebuf → ClearPass Access Tracker → enforcement profile.

show user-table/auth-tracebuf + ClearPass Access Tracker; role-name mismatch.
Q27 A guest SSID needs Internet only, no access to corporate subnets, with a sponsor-approved login. How do you build it?L2

Create a dedicated guest SSID with Captive Portal auth, ideally backed by ClearPass Guest for sponsor-approval and self-registration. New clients land in a guest-logon role that only permits DHCP, DNS and the captive-portal redirect. After login they move to a guest role.

The guest role's firewall denies all RFC1918 corporate subnets (10.x, 172.16/12, 192.168.x) and permits only Internet, with a bandwidth contract to stop abuse. Put guests on an isolated VLAN, ideally with a local Internet break-out (split-tunnel) so guest traffic never touches the corporate core. Add client isolation so guests can't see each other. That gives sponsor control + hard segmentation in one role.

Captive Portal + ClearPass Guest; guest role denies RFC1918, Internet-only, isolated VLAN.
A client associating to an Aruba SSID runs 802.1X EAP to ClearPass, receives a role and VLAN, then its traffic is tunnelled to the gateway.Left to right flow: client associates, gateway relays EAP to ClearPass RADIUS, ClearPass returns Aruba-User-Role and VLAN, gateway enforces role and forwards on VLAN 40.Association to access: 802.1X to ClearPass, then role + VLANPriya's laptopSSID Infosys-CorpGatewayauthenticator + relayClearPassRADIUS 1812/1813associateEAP-TLSClearPass policy match -> Access-AcceptAruba-User-Role = Employee | Tunnel-Private-Group-ID = 40Gateway stamps role Employeerole firewall rules now apply to this clientTunnelled to gateway on VLAN 40 -> alloweduser subnet 10.40.0.0/16 — egress via gateway
One association, a chain of decisions: EAP, then RADIUS, then a role + VLAN, then forwarding. Watch where the role is stamped before traffic moves.
🖥️ This is the screen you'll use — Aruba Central → Devices → Access Points → Config → WLANs → + Add SSID. (Recreated for clarity — your console matches this.)
app.central.arubanetworks.com
Aruba Central → Devices → Access Points → Config → WLANs → + Add SSID
1Infosys-Corp
·Enterprise (WPA3)
·ClearPass-PSN-01 (10.20.5.11:1812)
2Tunnel
·40
·Employee
Save Settings

Aruba role, auth and forwarding — flip to lock it in

🎭
User role
tap to flip

A named policy bundle (firewall ACLs, VLAN, bandwidth) the gateway applies after auth. So Employee and Guest get different access on one SSID.

🛡️
ClearPass
tap to flip

Aruba's RADIUS + NAC engine. It decides who you are and what role you get, then can re-role you live via CoA. So policy lives in one place.

🔑
EAP-TLS
tap to flip

Certificate-based 802.1X — no password to phish. The client proves identity with a device cert. So enterprise WLANs prefer it over PEAP/MSCHAPv2.

🚇
Tunnel mode
tap to flip

APs wrap client traffic to the gateway cluster, which authenticates and enforces role firewall. So VLANs and policy stay centralised for big campuses.

🌉
Bridge mode
tap to flip

The AP authenticates and drops traffic onto the local switch VLAN. So small sites get lower latency and no gateway in the data path.

📡
MDID
tap to flip

Mobility Domain ID groups APs into one fast-roam zone for 802.11r. So R1 keys are shared and a roam inside the zone skips full re-auth.

4. Security & Services

Security questions check whether you can defend the air, not just configure it. Know the difference between detecting and containing a rogue, and what the role-based firewall actually inspects.

Q28 What is the difference between WIDS and WIPS?L1

WIDS (Wireless Intrusion Detection System) only detects and alerts — it classifies APs as valid, rogue, interfering or neighbour, and flags attacks like deauth floods, spoofed SSIDs or honeypots. It watches; it doesn't act.

WIPS (Wireless Intrusion Prevention System) adds the prevention: once something is classified rogue, WIPS can contain it — tarpit clients or send spoofed deauths so devices can't associate to the rogue. Aruba runs both, with APs scanning off-channel or dedicated Air Monitors doing full-time scanning. Interview line: WIDS sees, WIPS stops.

WIDS detects/alerts; WIPS contains/blocks rogues.
Q29 How does Aruba decide an AP is a true rogue, and what does containment actually do?L2

The system first asks: is this unknown AP plugged into MY wired network? Aruba correlates the wireless BSSID with wired-side MACs (it sees the rogue's traffic on the LAN). If the unknown AP is on your wire, it's a true rogue — a real bridge into your network — versus a mere interfering/neighbour AP (the café next door), which you leave alone.

Containment then disrupts the rogue: the AP/Air Monitor sends spoofed deauthentication/disassociation frames (and can tarpit clients) so no one can use it, buying time to physically find and unplug it. Caution: only contain APs you've positively confirmed are yours — deauthing a neighbour's AP is illegal interference. So classification first, containment only on wired-confirmed rogues.

Wired-correlation = true rogue; containment = spoofed deauth; never contain neighbours.
Q30 What is PEF and what does the role-based stateful firewall give you?L2

PEF (Policy Enforcement Firewall) is Aruba's licensed, identity-aware stateful firewall built into the controller/gateway. Every client is in a role, and the role carries an ordered ACL of permit/deny rules matched on source/dest, service/port and even application.

Because it's stateful, return traffic for an allowed session is automatically permitted, and because policy follows the role not the IP, the rules travel with the user as they roam. So instead of giant subnet ACLs on a core switch, you write contractors can reach the print server and Internet, nothing else once, and it applies everywhere. PEF is what makes Aruba's role model actually enforceable in the data path.

PEF = stateful, role-based, identity-aware firewall in the data path.
Q31 What is AppRF / DPI and how would you use it in a role?L2

AppRF is Aruba's deep packet inspection (DPI) engine. It identifies traffic by application and category — Zoom, YouTube, Office 365, BitTorrent — not just port, and feeds visibility dashboards in Central/AirWave.

In a role you use it to write application-aware firewall rules and QoS: prioritise Teams/Zoom for a corporate role, throttle or block streaming on a guest role, or deny peer-to-peer entirely. Example: a Chennai ITES caps Netflix on guest while giving Microsoft 365 priority marking on employee. So AppRF turns the role firewall from port-based into app-based, which is what auditors and capacity planners actually ask for.

DPI to identify apps; app-aware allow/deny + QoS per role; visibility.
Q32 Compare WPA3-Personal, WPA3-Enterprise and OWE. Where does each fit?L3

WPA3-Personal replaces the PSK handshake with SAE (Simultaneous Authentication of Equals), which kills offline dictionary attacks and gives forward secrecy — so a captured handshake can't be brute-forced like WPA2-PSK. Use it for home/small-office PSK SSIDs.

WPA3-Enterprise is 802.1X with stronger crypto, plus an optional 192-bit mode (CNSA suite) for government/defence-grade requirements. Use it for corporate.

OWE (Opportunistic Wireless Encryption / Enhanced Open) encrypts open networks — no password, but each client gets an individual encrypted session, so guest Wi-Fi is no longer plaintext. Use OWE for guest/public SSIDs. Real estates often run a transition mode so WPA2-only clients still connect. Summary: SAE for personal, 802.1X for enterprise, OWE to encrypt open guest.

WPA3-Per=SAE, WPA3-Ent=802.1X(+192-bit), OWE=encrypted open guest.
Q33 Apple TVs and Chromecasts in a conference room aren't discoverable across VLANs. How does AirGroup fix this?L3

mDNS/Bonjour and DLNA are link-local — discovery packets don't cross a VLAN boundary by design. So if phones are on the employee VLAN and the Apple TV is on an AV VLAN, AirPlay just doesn't appear. AirGroup is Aruba's mDNS/DLNA gateway: the controller/gateway snoops the service advertisements, caches them, and proxies them across VLANs on demand.

You then scope visibility with policies — by role, user, location or AP group — so only people in that meeting room see that Apple TV, not the whole campus (which would be chaos and a security leak). So AirGroup answers two needs at once: cross-VLAN discovery and controlled scoping. Without it, you'd be stretching one flat VLAN everywhere, which you don't want.

AirGroup proxies mDNS/DLNA across VLANs with role/location scoping.
A cheat-sheet of Aruba RF features, roaming standards and the RADIUS and management ports asked in interviews.Six labelled tiles covering ClientMatch and ARM, 802.11r/k/v roaming, band steering, RADIUS ports, CoA and PAPI/GRE tunnel ports.Aruba RF, roaming and ports — recall these coldARM + ClientMatchauto channel + powersteers sticky clients toa better AP/bandFast roaming802.11r = fast BSS transit802.11k = neighbour list802.11v = BSS steeringKMS shares the keyR1 key pushed toneighbour APs so roamskips full re-authRADIUS ports1812 = authentication1813 = accountingboth UDP to ClearPassCoA / change-of-authUDP 3799 (RFC 5176)ClearPass bounces orre-roles a live clientTunnel + control portsPAPI UDP 8211 controlGRE / IPsec data pathAP-to-gateway overlayBands & steering you should nameBand steering nudges dual-band clients off the crowded 2.4 GHz onto 5/6 GHz.Wi-Fi 6E unlocks the 6 GHz band; airtime fairness stops one slow client starving the rest.
The numbers an interviewer expects you to recall cold. RF, roaming standards and the ports that carry auth and accounting.
Quick check · inline mini-quiz #3

Priya runs a guest SSID at a Mumbai bank branch. Compliance wants guests isolated from the corporate VLAN and forced through a sign-in page. Which Aruba combination meets this?

Correct: b. Aruba role-based access assigns guests a captive-portal role, and the controller/Instant firewall denies that role any session to the corporate subnet — that is true isolation plus forced sign-in. a WPA3-Personal needs a shared key and skips the portal. c hiding the SSID is not security. d a shared role and MAC filtering are trivially bypassed and break isolation.

5. Troubleshooting & AIOps

The closing round. They give you a symptom and watch your method — do you jump to a guess, or work the layers with the right show command?

Q34 An AP across a routed link won't join the controller. How do you troubleshoot, step by step?L2

Work bottom-up. 1. Power/link: does the AP get PoE and a DHCP IP? Check the switch port and show ap database on the controller. 2. L3 reachability: can the AP subnet reach the controller IP — ping/traceroute, any ACL or firewall in the path blocking PAPI/IPsec (UDP 4500)? 3. Discovery: across a routed link ADP won't work, so confirm DHCP Option 43 or the DNS aruba-master record actually points to the controller.

4. On the controller: show ap database long to see if it appears as down or in the wrong group, and check it's not failing the image download or licence. Console the AP and watch the boot log for where discovery stalls. Nine times out of ten on a routed link it's Option 43/DNS missing or a blocked port.

Power→IP→L3 reachability→Option43/DNS→show ap database; routed link = no ADP.
Q35 A user says 'Wi-Fi connects but no Internet.' How do you isolate where it breaks?L2

Find the layer that fails. On the controller run show user-table / show user mac <mac> — did the client authenticate, get a role, and a DHCP IP? No IP → DHCP scope exhausted or VLAN not trunked to the AP/gateway. Wrong/limited role → it's stuck in a logon/captive role and the firewall is dropping traffic — check show datapath session for denies.

If it has an IP and the right role, test L3: can it reach the gateway, then DNS, then the Internet? A common one is the role's ACL missing DNS (UDP 53) so name resolution fails while ping-by-IP works. So the chain is: associated → authenticated → role → IP → gateway → DNS → Internet, and you stop at the first broken link.

Auth→role→IP(DHCP/VLAN)→ACL(DNS)→gateway→Internet; show user-table/datapath session.
Q36 Users in one corner of the floor get drops and low speed. How do you confirm a coverage hole vs interference?L3

Separate not enough signal from too much noise. Pull the client's RSSI and SNR (Central client view or show ap client). Low RSSI (e.g. -78 dBm) with low noise = a coverage hole — fix with AP placement/power (let AirMatch raise power, or add an AP). Decent RSSI but low SNR / high retries = an interference problem.

Then use the spectrum analyser on a dedicated radio to identify the source — a microwave, Bluetooth, a rogue on the channel, or co-channel from your own over-dense APs. Check show ap arm history for channel churn and the channel utilisation. So one is solved by adding/boosting RF, the other by removing the interferer or re-planning channels. Stating that RSSI-vs-SNR split is what marks the L3 answer.

RSSI low = coverage; SNR low/retries high = interference; spectrum analyser to ID source.
Q37 Voice calls drop only when users walk between two specific APs. Diagnose the roaming problem.L3

This is a roaming-handoff issue, not coverage. First confirm fast roaming is on and working: is 802.11r (or OKC) enabled on that voice SSID, and does the handset actually support it? If not, every roam redoes full 802.1X and the gap drops the call. Check show ap client roam-history / Central's roam timeline for how long the handoff takes.

Next, look for a sticky-client pattern — the phone clings to AP-1 until -80 dBm before roaming, so by the time it moves the call is already broken; tune ClientMatch and the roam thresholds. Also check the two APs are in the same mobility domain/cluster so keys and L3 mobility hold the IP. Finally a quick packet capture at the roam point shows whether it's deauth, missing FT, or DHCP re-request. Root cause is usually no 11r/OKC or sticky thresholds.

Check 11r/OKC, sticky thresholds/ClientMatch, same mobility domain; roam-history + capture.
Q38 How do AIOps in Aruba Central / AirWave help you find problems you didn't know you had?L2

AIOps uses crowd-sourced baselines across the install base plus your own history to flag anomalies before tickets land. Central's AI Insights surface things like APs with abnormal reboots, clients with chronic auth failures, a site with rising channel utilisation, or sub-optimal AP placement — each with a recommended fix.

It also gives connectivity scoring and time-series for association, DHCP and RADIUS so you can prove where in the journey clients fail. Practically: instead of waiting for a Hyderabad SOC to complain, Insights might flag that 12% of clients on one SSID fail RADIUS at 9 am — pointing you straight at a ClearPass capacity issue. So AIOps turns reactive firefighting into proactive, evidence-led fixes.

AI Insights anomaly detection + connectivity scoring; proactive, evidence-led.
Q39 Give me your go-to show commands for live wireless troubleshooting and what each tells you.L2

show ap database — which APs are up/down and in what group. show ap active — APs serving clients with their channels. show user-table / show user mac <mac> — a client's role, VLAN, IP and auth state, the single most useful command. show auth-tracebuf — live 802.1X/RADIUS exchange to see why auth fails.

show datapath session — firewall sessions and whether traffic is being denied by a role ACL. show ap arm history / show ap arm rf-summary — channel and power changes and RF health. show ap client — per-client RSSI/SNR and rates. Knowing which command answers which question — auth vs RF vs firewall — is exactly what the panel is checking.

Maps each show command to a layer: AP state, user/role, auth, firewall, ARM/RF.
Pause & Predict #3

Karthik gets reports that a new WPA3-Enterprise SSID at a Pune BFSI authenticates some Windows laptops but rejects older Android phones with a connection-failed loop. Predict the cause and the fix.

The older clients do not support WPA3 / SAE or 802.11w management-frame protection, which WPA3 mandates. WPA3-Enterprise requires PMF (802.11w) and SAE; legacy devices that only do WPA2 cannot complete association and loop. Fix: run a WPA3-Enterprise transition (mixed) mode SSID, which advertises both WPA3 and WPA2 with PMF set to optional so old clients fall back to WPA2 while capable clients use WPA3. Verify by reconnecting an Android phone and checking the controller/Instant client table shows it associated under the WPA2 cipher.

⚡ Wireless last-minute cheat-sheet

AP modesCAP = on-prem tunnel to controller/gateway. RAP = CAP over the internet via IPsec. IAP = standalone, elects a Virtual Controller.
802.11 standardsn=Wi-Fi 4, ac=Wi-Fi 5, ax=Wi-Fi 6, 6E=Wi-Fi 6 on 6 GHz, be=Wi-Fi 7. Bands: 2.4 (1/6/11 only) · 5 (DFS) · 6 GHz.
OFDMA & widthOFDMA (Wi-Fi 6) serves many clients in one TX → low latency in dense rooms. Wider channels (80/160) = more speed, fewer non-overlapping channels.
AOS-8 vs AOS-10AOS-8 = Conductor + controllers on-prem (PAPI/IPsec/SNMP). AOS-10 = Central over TCP 443, controller becomes a gateway cluster with live-upgrade.
AP discovery orderStatic → ADP (L2) → DHCP Option 43DNS aruba-master. Across a routed link, ADP fails — you need Option 43 or DNS.
Forwarding modesTunnel = GRE to gateway, central policy. Bridge = drop to local VLAN. Mixed = split per role/SSID (tunnel corp, bridge guest).
RF trioARM = per-AP reactive. AirMatch = network-wide predictive, runs daily. ClientMatch = steers sticky clients.
Fast roaming11k = neighbour list, 11v = steer hint, 11r = fast key handoff (the real speedup). No 11r? Use OKC/PMK caching.
Auth picker802.1X corp · MPSK IoT · Captive Portal guest · PSK small/legacy. Role via Aruba-User-Role VSA from ClearPass.
WPA3 / OWEWPA3-Personal = SAE (no offline crack). WPA3-Enterprise = 802.1X (+192-bit). OWE = encrypted open guest.
Top show commandsshow user-table (role/IP/auth) · show auth-tracebuf (RADIUS) · show datapath session (firewall denies) · show ap arm history (RF).

Glossary — terms an interviewer will probe

AOS-8
On-prem Aruba OS with a Mobility Conductor managing Mobility Controllers.
AOS-10
Cloud-managed Aruba OS where gateways/APs are run from Aruba Central over HTTPS.
Mobility Conductor
AOS-8 config/management brain (ex-Master); does not forward client data.
Gateway
AOS-10 successor to the controller, deployed in a clustered, load-balanced pool.
Instant AP (IAP)
Self-organising AP cluster that elects a Virtual Controller, no separate controller needed.
Tunnel mode
AP sends client traffic in GRE to the controller/gateway for central policy.
ARM
Adaptive Radio Management — per-AP, reactive channel and power tuning.
AirMatch
Centralised, predictive RF planner that solves channel/power network-wide once a day.
ClientMatch
Steers sticky clients to a better AP/band using RSSI, SNR and 802.11v.
802.11r (FT)
Fast BSS Transition; pre-shares keys so roams skip the full 802.1X handshake.
OKC
Opportunistic Key Caching; caches the PMK for fast roams when 11r is unsupported.
MPSK
Multi Pre-Shared Key; unique per-device passphrases mapped to roles/VLANs for IoT.
User role
Aruba policy identity bundling firewall ACLs, bandwidth and re-auth per client.
Dynamic Segmentation
Applies the same ClearPass role to wired and wireless, tunnelling to a gateway.
PEF
Policy Enforcement Firewall; Aruba's licensed, role-based stateful firewall.
AirGroup
mDNS/DLNA gateway that proxies Bonjour/Chromecast discovery across VLANs with scoping.

Ask the AI Tutor — six interviewer follow-ups

🤖 Ask the AI Tutor

Tap any question — instant context-aware answer. The follow-ups your panel lobs after a textbook answer.

Pre-curated from Aruba (HPE) docs + community threads. For deeper, live questions, ask at chat.techclick.in.

Lock it in — explain it in your own words

📝 Self-explain · 2 minutes

In two sentences, explain the difference between Aruba tunnel (centralized) mode and bridge (local) mode, and name one situation where you would deliberately choose each.

Expert version:

In tunnel mode the AP encapsulates client traffic in GRE back to the controller, which applies firewall policy and forwards it — you pick this when you need uniform policy and seamless roaming across subnets. In bridge mode the AP puts traffic straight onto the local VLAN, so it has lower latency and keeps working if the controller or WAN drops — you pick this for a branch that must stay up during a head-office outage.

📩 Spaced recall · 7 days, 21 days

Forgetting curve says half of this leaves your head in 7 days. Opt in and we'll send 3 micro-Qs on day 7 and day 21.

📋 Final assessment — 10 questions, 70% to pass

1 Remember · 3 Apply · 4 Analyze · 2 Evaluate. Pass and the lesson stamps as complete on your profile.

Q1 · Remember

Which security protocol introduced SAE (Simultaneous Authentication of Equals) to replace the WPA2 pre-shared-key handshake?

d. WPA3 introduced SAE, which resists offline dictionary attacks even with weak passphrases. WEP and WPA are older and weaker; WPA2-Enterprise still uses the four-way PSK/EAP handshake without SAE.
Q2 · Apply

Neha sets up an Aruba Instant cluster at a Chennai ITES with eight APs. The AP acting as Virtual Controller fails at night. What happens to the wireless service?

a. In Aruba Instant the Virtual Controller role is not fixed to one box — if it fails, the remaining APs elect a new Virtual Controller and the network self-heals. The SSID does not vanish (b), new clients still associate (c), and Instant never needs separate controller hardware (d).
Q3 · Apply

Vikram must give an SSID at a Pune BFSI seamless roaming for VoWiFi handsets across 30 APs on 802.1X. Which feature should he enable to cut the per-AP re-auth time?

b. 802.11r (Fast Transition) caches PMK keys so the client skips the full four-way handshake at each roam — the direct fix for voice roam delay. a 802.11k only helps the client find neighbor APs faster, not the auth time. c a higher beacon interval does not affect re-auth. d MAB is a fallback auth method, not a roaming optimization.
Q4 · Apply

Aditya needs guest Wi-Fi at a Mumbai bank where guests must accept terms before browsing and must never reach the 10.20.0.0/16 corporate subnet. Which Aruba approach fits?

a. A captive-portal role forces the terms page, and the role's firewall policy denying the corporate subnet enforces isolation — both requirements met. b a shared open SSID gives no isolation and no portal. c MAC filtering skips the required sign-in and is easily spoofed. d placing guests on the corporate VLAN is the exact risk compliance wants removed.
Q5 · Analyze

At a Bangalore ITES, Sneha finds clients in tunnel mode lose connectivity for ~8 seconds whenever the Mobility Controller CPU spikes during backups. In bridge mode the same clients stay up. Why?

b. Tunnel (centralized) mode sends client traffic in GRE to the controller for forwarding, so a controller CPU stall directly interrupts user data. Bridge (local) mode drops traffic onto the local VLAN at the AP, independent of controller load. Encryption (a) is unrelated, tunnel mode does not disable roaming (c), and the radio chipset is identical (d).
Q6 · Analyze

Rahul sees laptops at a Hyderabad SOC stuck on a -83 dBm AP while a -52 dBm AP sits two desks away. Logs show low data rates enabled and ClientMatch off. What is the root cause?

a. Roaming is client-driven; if low data rates keep the weak link usable and ClientMatch is off, nothing nudges the laptop to a better AP, so it stays sticky. b same SSID is implied by the roam expectation. c the controller does not force clients to a distant AP. d WPA3 has no bearing on the roam decision.
Q7 · Analyze

Priya rolls out a WPA3-Enterprise SSID at a Pune BFSI. New Windows laptops connect; several 2018-era Android phones fail in a connect-retry loop. What explains the split?

d. WPA3 mandates SAE and 802.11w Protected Management Frames; clients that only do WPA2 cannot complete association and loop. a a dead RADIUS would fail the Windows laptops too. b an SSID cannot be hidden selectively by OS. c DHCP exhaustion is not vendor- or OS-specific in this way and would show as a no-IP, not an association loop.
Q8 · Analyze

Karthik's five new AP-515 units at a Chennai ITES get DHCP and ping their gateway but never appear in Aruba Central and keep factory firmware. Which explanation best fits?

c. Fresh Aruba APs phone home over DNS and 443 to Activate/Central to pull config; if that path is blocked or the serials are not claimed, they stall on factory firmware despite having an IP. a five units failing identically points to network/onboarding, not hardware. b DHCP is fine for onboarding. d Central does cloud-onboard Instant APs.
Q9 · Evaluate

A Mumbai bank must choose between Aruba Instant and a controller-based design for a new 15-AP branch with no rack space, a flaky WAN to head office, and a need to keep working if that WAN drops. Which recommendation is best justified?

b. Instant needs no rack hardware, bridges traffic locally so it survives a WAN outage, and can still be managed centrally from Aruba Central — every constraint satisfied. a tunneling to a remote controller dies when the flaky WAN drops. c standalone loses management and roaming. d a cloud controller still leaves the branch dependent on the unreliable WAN.
Q10 · Evaluate

At a Hyderabad SOC, half the fleet is 2017-era WPA2-only and half is current WPA3-capable. Security wants the strongest practical encryption without locking the old devices off the network this quarter. Which plan is most defensible?

c. Transition mode advertises WPA3 and WPA2 together with PMF optional, so modern clients get SAE while legacy devices still connect — strongest practical posture without an outage. a WPA3-only meets the security goal but breaks the old fleet this quarter. b WPA2-only forgoes the available security gain. d two same-named SSIDs on one band cause conflicts, not a clean fallback.
✅ Lesson complete — saved to your profile.
Below 70%. Skim the sections you scored weakly on, then retake. Most candidates need 2 passes.

Sources cited inline (re-checked 2026-06)

  1. HPE Aruba Networking TechDocs — AOS-10 Gateway Deployments design guide: https://arubanetworking.hpe.com/techdocs/aos/aos10/design/gateway/
  2. HPE Aruba Validated Solution Guide — AOS-8 Campus to AOS-10 migration planning: https://arubanetworking.hpe.com/techdocs/VSG/docs/035-campus-migrate/esp-campus-migrate-040-planning-aos8/
  3. HPE Aruba TechDocs — Configuring AirMatch (ArubaOS 8.12): https://arubanetworking.hpe.com/techdocs/ArubaOS_8.12.0_Web_Help/Content/arubaos-solutions/arm/conf-aima.htm
  4. HPE Aruba TechDocs — ClientMatch Overview: https://arubanetworking.hpe.com/techdocs/Archived/AOS-8/ArubaOS_83_Web_Help/Content/ArubaFrameStyles/ARM/client_match_overw.htm
  5. HPE Aruba Airheads community — AirMatch and ARM behaviour discussion: https://airheads.hpe.com/discussion/airmch-and-arm
  6. Reddit r/Aruba — AOS-10 gateway cluster live-upgrade and failover field notes: https://www.reddit.com/r/Aruba/
  7. Wi-Fi Alliance — WPA3 and Enhanced Open (OWE) specifications overview: https://www.wi-fi.org/discover-wi-fi/security
  8. HPE Aruba Networking — ACMA/ACMP certification blueprint (exam topics for AOS-8/AOS-10): https://www.arubanetworking.hpe.com/support-services/training-certification/
  9. IETF RFC 4017 / IEEE 802.11r-2008 — Fast BSS Transition reference for fast roaming key handoff.

Next lesson · Wireless — ClearPass deep-dive for the Aruba interview

You can talk roles and 802.1X. Next we go inside ClearPass: services, role-mapping vs enforcement, OnGuard posture and device profiling — the policy engine every Aruba security question eventually leads to.