Start here — the assumption that breaks every BYOD rollout
Most L1 engineers think one thing: "BYOD is just a Wi-Fi password the employee types on their phone." So they hand out a PSK, the phone connects, everyone's happy — for a week. Then the employee leaves, the PSK is still on their phone, and you can't revoke one person without rotating the key for all 600 devices.
ClearPass flips that model. A personal device should carry a certificate, not a shared secret. BYOD done right means each device earns a unique EAP-TLS identity that you can revoke on its own. That is exactly what ClearPass Onboard automates. Get this one idea and the rest of the lesson clicks into place.
Quick warm-up — predict before you read
A visitor walks into the Infosys reception and needs Wi-Fi for two hours. Which ClearPass pillar handles them?
Why is a per-device certificate better than a shared Wi-Fi password for employee phones?
A new wireless security camera connects but ClearPass shows it as "Unknown". Which pillar's job is it to figure out what that device actually is?
The four words you must own first
Web-based, temporary access for visitors. Self-registration or sponsor approval, a captive portal, and MAC caching so they don't re-login every reconnect.
Provisions BYOD with a TLS client certificate from the built-in CA. The device then uses EAP-TLS — no password, fully revocable per device.
Cloud AI that fingerprints and clusters every device using active scans + passive telemetry + machine learning. Turns "Unknown" into "Brand-X IP Camera".
Simple Certificate Enrollment Protocol — how the device asks the CA for a cert during Onboard. ClearPass also speaks EST (RFC 7030) and checks revocation via OCSP.
① Guest Access — let visitors in without letting them roam
Reception desk pe ek visitor aata hai. He's not your employee. He just needs internet for a meeting. You do not want to put him on the corporate VLAN, and you do not want to hand-create an account every time. ClearPass Guest solves this with a captive portal.
Think of it like a cinema ticket counter. The visitor walks up (connects to the open SSID), gets sent to the ticket window (the portal), shows ID or asks an employee to vouch for them (sponsor approval), and gets a ticket valid for two hours (guest account). Next time they walk in the same day, the usher recognises their face (MAC caching) and waves them through — no second ticket.
Two ClearPass services collaborate: a MAC Authentication service and a RADIUS web-login (captive portal) enforcement service. On first connect the MAC is unknown → user is redirected to the portal → on success ClearPass writes an Endpoint record and caches the MAC. Reconnects hit the MAC-auth service first and skip the portal until the cached-role lifetime (set per role: Contractor, Guest, Employee) expires. The portal certificate must be publicly signed with a CN matching the portal URL — and that CN must not have an A-record in DNS.
Sneha at Infosys sets up a sponsored-guest portal. A visitor self-registers, an email goes to their host employee, who clicks "Confirm" — only then is the guest moved from the holding role to the Guest role and allowed onto the WLAN. No employee approval, no internet.
▶ Watch a sponsored guest log in (then skip the portal)
Click Play. Each stage lights up as the visitor's device moves through ClearPass Guest.
https://guest.techclick.in/register → visitor self-registers
A guest complains the portal pops up every single time they reconnect, even within the same hour. Before you read on — what is the single most likely cause?
Endpoint records are actually being written after the first login.In a sponsored-guest workflow, what happens immediately after a visitor submits the self-registration form?
② Onboard — how a BYOD phone earns a certificate
Onboard is the employee equivalent of Guest, but instead of a temporary web ticket the device gets a permanent, revocable identity: a TLS client certificate. ClearPass Onboard supports Windows, macOS, iOS and Android. The certificate identifies both the device and the user who provisioned it, and becomes the device's network identity during EAP-TLS.
Rahul at TCS onboards his Android phone. He joins Onboard-Provision, but the wizard fails until he installs QuickConnect first — Android requires pre-provisioning that iOS does not. Once the SCEP request completes, his phone holds a cert and jumps to the secure SSID automatically.
▶ Watch a device go from "unknown" to "EAP-TLS trusted"
A BYOD laptop earns a certificate, then authenticates with no password at all.
onboard.techclick.in
CA Name: Techclick-Onboard-CA CA Type: Local Certificate Authority Key Type: RSA 2048-bit Cert Validity: 365 days (device certs) SCEP Enabled: Yes (challenge: per-request) EST Enabled: Yes (RFC 7030) Revocation: OCSP + CRL (publish CRL every 4h)
Device: Rahul-Pixel-8 Status: Provisioned Serial: 3F:A1:09:... Cert CN: rahul@techclick.in Issued: 2026-05-31 Expires: 2027-05-31 User: rahul OS: Android 15 [ Revoke ] [ Delete ] ← one click locks out THIS device only
Rahul leaves the company. IT clicks Revoke on his device in the Onboard repository. Predict: what stops his phone from connecting tonight, and what makes it instant?
During Onboard, at which point does the user actually type a password?
Which protocol does ClearPass Onboard use to let the device request its certificate from the built-in CA?
③ Device Insight — AI that names every device on the wire
Guest handles people. Onboard handles employee phones. But what about the wireless printer, the smart TV in the boardroom, the badge reader, the security camera? They can't fill in a portal and can't run a wizard. ClearPass Device Insight is the cloud-hosted AI engine that discovers, profiles and classifies them — then tags them so policy can act.
It uses three signal types: active scans (it probes the device), passive telemetry (DHCP fingerprints, HTTP user-agent, deep-packet inspection), and machine learning that clusters devices with similar behaviour and builds new fingerprints over time. Crucially, when you run Onboard, the attributes Onboard collects during provisioning are handed straight to Device Insight.
Priya at HCL sees 40 "Unknown" devices flood the wireless. Device Insight clusters them by behaviour and identifies them as a fresh shipment of new IP cameras. She creates a tag "Brand-X-Camera", and her enforcement policy auto-drops anything with that tag onto an isolated IoT VLAN with no lateral access.
Priya tries to apply her "Brand-X-Camera" tag but it won't stick to 6 of the 40 devices. Predict why those 6 are the odd ones out.
The ClearPass Collector service forwards consolidated device events to the Device Insight Analyzer. Which port does the Collector listen on?
④ Troubleshoot — "BYOD won't connect" playbook
You onboarded a device, it got a cert, but EAP-TLS still fails. Here's the 4-step ladder that finds the cause in under two minutes — every step uses Access Tracker.
Request : 10.20.30.41 (Rahul-Pixel-8) Service : Techclick Secure 802.1X — EAP-TLS Auth : EAP-TLS → cert CN rahul@techclick.in → OCSP: good Roles : [Employee] [Onboarded-Device] Enforce : Employee-VLAN-30 (Allow) Result : ACCEPT
Request : 10.20.30.41 (Rahul-Pixel-8)
Service : Techclick Secure 802.1X — EAP-TLS
Auth : EAP-TLS → cert CN rahul@techclick.in → OCSP: REVOKED
Result : REJECT (Reason: certificate revoked)
↳ exactly what you want after offboarding.
Symptom: a newly-onboarded laptop connects to your test SSID but real users get "couldn't join network". Cause: the ClearPass server's RADIUS/EAP server certificate isn't trusted by the clients' supplicant. Devices you provisioned via Onboard trust it (the profile installed the chain); manually-configured devices don't. Fix: push the issuing CA into the device trust store, or always onboard through the wizard.
Symptom: visitors get a scary "connection not private" warning on the captive portal. Cause: a self-signed or wildcard cert on the portal. Fix: use a publicly-signed certificate whose CN matches the portal URL exactly — and that CN must not resolve to any A record in public DNS. Wildcards are not supported here.
1. Set the Onboard device-cert validity sensibly (e.g. 365 days) and publish CRLs frequently or enable OCSP — stale revocation = a fired employee still online. 2. Scope Device Insight auto-tag rules tightly so a mis-classified laptop doesn't land on the IoT VLAN. 3. Keep MAC-caching lifetimes aligned to the visit type — 8h for day visitors, longer for contractors.
CVE-2025-23058 (broken access control → privilege escalation), CVE-2025-23059 / CVE-2025-23060 (info disclosure enabling man-in-the-middle) affect ClearPass Policy Manager 6.12.x ≤ 6.12.3 and 6.11.x ≤ 6.11.9. Upgrade to 6.12.4 or 6.11.10, put the management plane on a dedicated VLAN, and restrict admin access with firewall policy. Onboard is your network's certificate authority — it must run on a patched train.
In Access Tracker, an onboarded device shows OCSP: REVOKED → REJECT. The help desk says "but the user's AD password still works on the VPN". What's going on?
🤖 Ask the AI Tutor
Tap any question — instant context-aware answer. No login, no waiting.
Pre-curated from HPE Aruba TechDocs + Airheads community Q&A. For complex prod issues, paste your Access Tracker reject reason + Onboard CA settings into chat.techclick.in.
📝 Wrap-up — five more
You've already answered 5 inline. Five left. 70% (7 of 10) total marks the lesson complete on your profile. Tap Submit all answers at the end.
🧠 Lock it in — explain it back
Self-explanation: in two sentences, write why a per-device certificate beats a shared Wi-Fi password for BYOD. (Typing it forces recall — this box is local-only, nothing is sent.)
Teach a friend: message a teammate one line — "ClearPass = Guest for visitors, Onboard for our phones (certs!), Device Insight to spot the IoT junk." If you can say it simply, you own it.
⏰ Remember this in 7 days
Want a one-question spaced-recall nudge in a week so this sticks? Drop your email — we'll send a single ClearPass refresher MCQ, nothing else.
📖 Glossary
- BYOD
- Bring Your Own Device — personal phones/laptops used on the corporate network.
- EAP-TLS
- Certificate-based 802.1X. Both client and server prove identity with X.509 certs inside a TLS tunnel — no password on the wire.
- SCEP / EST
- Simple Certificate Enrollment Protocol / Enrollment over Secure Transport (RFC 7030) — how a device asks a CA for a certificate during Onboard.
- OCSP / CRL
- Online Certificate Status Protocol / Certificate Revocation List — how ClearPass checks whether a presented cert has been revoked.
- MAC caching
- Remembering a guest's MAC after first portal login so reconnects skip the portal until the cached-role lifetime expires.
- Captive portal
- A forced web page where users log in or self-register before getting internet access.
- Device Insight
- Cloud-hosted AI engine that fingerprints, clusters and tags devices using active + passive signals and machine learning.
📚 Sources
- HPE Aruba Networking TechDocs — The ClearPass Onboard Process & Editing Certificate Authority Settings. arubanetworking.hpe.com/techdocs
- HPE Aruba Networking TechDocs — EAP-TLS (Policy Manager User Guide) & Guest Authentication with MAC Caching Service Template.
- HPE Aruba Networking TechDocs — About Device Insight & ClearPass Profile Tech Note (Collector on TCP 6180, ML clustering, tags).
- Airheads Community — How do I configure EAP-TLS (802.1x with Cert) on ClearPass; Flomain & Sonny Singh Brar — sponsored-guest self-registration walkthroughs.
- HPE Security Bulletin — ClearPass Policy Manager CVE-2025-23058 / 23059 / 23060 (fixed in 6.12.4 / 6.11.10); SentinelOne CVE-2025-23060 advisory.
- HPE Aruba Certification — Aruba Certified ClearPass Professional (ACCP) & ClearPass Associate (ACCA) blueprints + Study Guide.
What's next?
You can now get the right device onto the network with the right identity. Next we make it observable: Aruba Central Insights, the UXI sensor's synthetic tests, and live packet capture — so when "the Wi-Fi is slow" lands on your desk, you have evidence, not guesses.