The ticket
Finance printer offline after you enabled 802.1X. Someone set the port to no authentication. Now any cable on that jack is trusted. MAB is the adult fix.
MAB sends the MAC as username/password (PDF). It is not a user login. Official default: if the MAC is not found, the request can continue to Authorization so profiling can still assign a limited profile. Fallback on the port: 802.1X → timeout → MAB → fail → Auth-Fail / Guest VLAN. A MAB Accept is only as strong as how you inventory MACs.
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.
MAB is not 802.1X
No EAPoL identity from a user. Switch waits, then MAB. ISE Authentication rule “MAB” + Internal Endpoints. Authorization uses endpoint group / profile (HP-Printer, Cisco-IP-Phone) not AD group HR.
aa:aa:aa:10:20:60
Static MAC vs profile
| Method | Use | Risk |
|---|---|---|
| Static endpoint + group | Few known printers | Spreadsheet rot |
| Profiling then Authz | Phones, cameras | Unknown looks like a phone |
| Open port | Never as the design | Anyone sits there |
How you allow a printer
Side A — port order
authentication order dot1x mabandmab. Do not skip 802.1X or laptops will MAB as “printers” if you Authz too loosely.Side B — ISE
Add MAC to Endpoints / Printers. Authz: IF Printers THEN dACL_PRINT. Phones get voice VLAN +
cisco-av-pair device-traffic-class=voice.Side C — prove
show authentication sessionsMethod = mab. Live Logs identity = the MAC, not priya.hr.
show authentication sessions interface Gi1/0/20 details # Method mab # Status Auth OK # VLAN 40 # ISE Live Logs Identity: AA-AA-AA-10-20-60 # Policy: MAB / Printers / dACL_PRINT
Four MAB failures
1 · 802.1X never times out
tx-period / max-reauth too long. Printer waits minutes.
2 · Unknown MAC Reject
Authc options not Continue. Profiling never sees it.
3 · MAB Authz = Permit_All
Spoofed MAC = full LAN. Use a tiny dACL.
4 · Phone without voice flag
Data VLAN only, no voice. Add the voice authorization checkbox / AV-pair.
How to prove it
1) Method mab. 2) Identity is the MAC. 3) dACL/VLAN is printer/phone, not HR. 4) A laptop on that port still prefers dot1x.
Traps
| Wrong | Right |
|---|---|
| no authentication on printer ports | MAB + tiny dACL |
| Same Authz as users | Endpoint group Authz |
| MAB first forever | dot1x then mab |
Knowledge check
Judgment items. One best answer. Reasons send you back to the matching section.
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
- ISE 3.3 default MAB authentication options.
- Lab PDF — MAB workflow, fallback order, Internal Endpoints.
Related: ISE evidence desk · session factory · Forescout series.