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.
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.
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).
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.
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.
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.
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.
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.
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.
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.
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.
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?
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.
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.
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.
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.
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.
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.
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.
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.
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.
▶ 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.
AP-Campus-2, on SSID Infosys-Corp.
EAP-TLS handshake to ClearPass over RADIUS UDP 1812. Her device certificate is checked.
Aruba-User-Role = Employee and VLAN 40. The gateway stamps the role and its firewall rules onto her session.
10.40.0.0/16. She is online and inspected.
AP-Campus-2 fades; AP-Campus-7 rises. 802.11k told her phone the neighbours.
AP-Campus-7 using a pre-shared R1 key. No new 802.1X, no prompt — her video call never drops.
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?
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.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.
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.
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).
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.
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.
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.
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.
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.
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.
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.
Aruba role, auth and forwarding — flip to lock it in
A named policy bundle (firewall ACLs, VLAN, bandwidth) the gateway applies after auth. So Employee and Guest get different access on one SSID.
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.
Certificate-based 802.1X — no password to phish. The client proves identity with a device cert. So enterprise WLANs prefer it over PEAP/MSCHAPv2.
APs wrap client traffic to the gateway cluster, which authenticates and enforces role firewall. So VLANs and policy stay centralised for big campuses.
The AP authenticates and drops traffic onto the local switch VLAN. So small sites get lower latency and no gateway in the data path.
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.
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.
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.
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.
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.
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.
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?
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.
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.
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.
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.
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.
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.
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.
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
6 GHz, be=Wi-Fi 7. Bands: 2.4 (1/6/11 only) · 5 (DFS) · 6 GHz.Central over TCP 443, controller becomes a gateway cluster with live-upgrade.aruba-master. Across a routed link, ADP fails — you need Option 43 or DNS.Aruba-User-Role VSA from ClearPass.show 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.
📩 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.
Which security protocol introduced SAE (Simultaneous Authentication of Equals) to replace the WPA2 pre-shared-key handshake?
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?
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?
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?
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?
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?
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?
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?
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?
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?
Sources cited inline (re-checked 2026-06)
- HPE Aruba Networking TechDocs — AOS-10 Gateway Deployments design guide:
https://arubanetworking.hpe.com/techdocs/aos/aos10/design/gateway/ - 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/ - 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 - HPE Aruba TechDocs — ClientMatch Overview:
https://arubanetworking.hpe.com/techdocs/Archived/AOS-8/ArubaOS_83_Web_Help/Content/ArubaFrameStyles/ARM/client_match_overw.htm - HPE Aruba Airheads community — AirMatch and ARM behaviour discussion:
https://airheads.hpe.com/discussion/airmch-and-arm - Reddit r/Aruba — AOS-10 gateway cluster live-upgrade and failover field notes:
https://www.reddit.com/r/Aruba/ - Wi-Fi Alliance — WPA3 and Enhanced Open (OWE) specifications overview:
https://www.wi-fi.org/discover-wi-fi/security - HPE Aruba Networking — ACMA/ACMP certification blueprint (exam topics for AOS-8/AOS-10):
https://www.arubanetworking.hpe.com/support-services/training-certification/ - 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.