T Techclick ← All lessons
Cisco · ISE 3.3 · Lesson 5 of 12

Wired 802.1X: Priya proves who she is before the VLAN

Port Gi1/0/12 is in authentication port-control auto. Priya’s laptop must run a supplicant, trust the ISE EAP cert, and send PEAP. ISE then maps her to TECHCLICK\HR. This lesson is that user path — not MAB, not guest.

Updated 2026-08-18·22 min read·L2 primary·Quiz at end

After this page you can

The ticket

Priya has no network. Switch shows Auth Failed. She turned off 802.1X “to work.” That is how printers get user VLANs. We will fix PEAP instead.

Quick interview answer

802.1X: supplicant (laptop) ↔ authenticator (switch) ↔ authentication server (ISE PSN). EAP rides EAPoL on the wire and RADIUS to ISE. PEAP-MSCHAPv2 builds a TLS tunnel with ISE’s cert, then sends the password hash inside. If the laptop does not validate the server cert, a rogue RADIUS can steal the hash (lab PDF). Prefer validate + trusted CA. EAP-TLS is stronger (certificates both ways).

Hero · three parties
Laptop supplicant, switch authenticator, ISE PSN
No supplicant = no 802.1X. That is a MAB or CWA conversation, not this lesson.
Lab data · dummy only

PAN ise-pan 10.10.10.20 · PSN ise-psn1 10.10.10.21 · MnT ise-mnt 10.10.10.22 · NAD sw-access-01 10.10.10.2 · AD dc01 10.20.30.10 · Priya 10.20.30.80 TECHCLICK\priya.hr · printer 10.20.30.60. Not a live customer.

Supplicant → switch → PSN

PDF workflow: switch blocks the port, EAPoL identity, ISE evaluates, Access-Accept carries VLAN / dACL / SGT / redirect.

Port · dummy monitor then enforce
interface GigabitEthernet1/0/12
 description PRIYA-HR
 switchport mode access
 authentication host-mode single-host
 authentication port-control auto
 authentication order dot1x mab
 authentication priority dot1x mab
 mab
 dot1x pae authenticator
 spanning-tree portfast
! Start with authentication open (monitor) in production rollouts.
! Enforce = remove 'authentication open' after Live Logs look clean.

PEAP vs EAP-TLS

PEAP-MSCHAPv2EAP-TLS
User provesAD passwordUser/machine cert
Must trustISE EAP certBoth CAs
UseFast lab / many shopsHigher assurance
Classic failUnknown CA / no validateExpired client cert
https://ise-pan.techclick-lab.in/admin
Training mock · not live
Context VisibilityOperationsPolicyAdministration
Policy → Policy Sets → Wired_Lab → Authentication

Dot1X rule

Wired_802.1X
PEAP, EAP-TLS
TECHCLICK (AD)
Reject
ISE default Dot1X smart condition. Training mock.

Three sides

  1. Side A — laptop

    Wired auto 802.1X. PEAP. Validate server cert. User = TECHCLICK\priya.hr.

  2. Side B — switch

    Port as above. show authentication sessions interface Gi1/0/12 details.

  3. Side C — ISE

    Live Logs: Authc success, Authz HR. Result includes the dACL/VLAN you designed.

Switch proof · dummy
show authentication sessions interface Gi1/0/12 details
# MAC  aa:aa:aa:10:20:80
# Status  Auth OK
# Method  dot1x
# Domain  DATA
# VLAN    30
# ACS ACL xACSACLx-IP-dACL_HR-…

Four 802.1X failures

1 · Unknown CA

Deploy Lab_ISE_CA. Do not tell users to uncheck validate.

2 · No supplicant (printer)

802.1X times out → MAB (next lesson). Do not force PEAP on a printer.

3 · Wrong identity source

Internal Users instead of AD. Priya never exists there.

4 · Monitor vs enforce mix-up

authentication open still gives access while you think you enforced.

How to prove it

Close the ticket only when

1) Session method = dot1x. 2) Live Logs identity = priya.hr. 3) VLAN/dACL match HR. 4) Validate-server-cert is ON.

Traps

Wrong moveWhy
Uncheck “validate server certificate”PDF: hash can be stolen
Disable 802.1X on the portAnyone on that cable is “Priya”
Skip MAB fallback foreverPhones/printers die — unless you have another plan

Knowledge check

Judgment items. One best answer. Reasons send you back to the matching section.

Q1

Three 802.1X roles?

Correct: a. Concept.
Q2

PEAP-MSCHAPv2 without validating the ISE cert is dangerous because…

Correct: a. Lab PDF.
Q3

show authentication sessions method should be…

Correct: a. Proof CLI.
Q4

Printer has no supplicant. 802.1X will…

Correct: a. Failure 2 / next lesson.
Q5

authentication open means…

Correct: a. Failure 4.
Q6

Identity source for Priya’s PEAP?

Correct: a. Runbook.

Cisco ISE class series: Personas · First day · NAD + RADIUS · Policy sets · Wired 802.1X · MAB · CWA / guest · Profiling · dACL vs VLAN · Live logs · vs Forescout · Interview

Sources

Related: ISE evidence desk · session factory · Forescout series.