ISE - 802.1x Wired Authentication

Cisco ISE Logo

EAP - Extensible Authentication Protocol Framework

VLAN, ACL, Time-based Access, TrustSEC, EAP-TLS, EAP-MSCHAPv2, EAP-FAST, LEAP, PEAP

Switchport modes,

  • single-host - single MAC address
  • multi-host - first MAC authenticates to open the port, other MACs are then allowed
  • multi-domain (MDA) - Voice and Data, single data MAC address + single voice MAC address
  • multi-auth - each MAC needs to authenticate

Monitor mode (Open) - Authentication is running, but the port is still open even if the authentication fails, used for testing/rollout.

Switch configuration

Assumes RADIUS server has already been configured.

ISE - Identity Services Engine
Overview of Cisco Identity Services Engine
aaa authentication dot1x default group radius

aaa authorization network default group radius

aaa accounting dot1x default start-stop group radius

!! Include endpoint IP in authentication request
radius-server attribute 8 include-in-access-req

dot1x system-auth-control


int gi0/1/1
  switchport host
  authentication host-mode multi-auth
  authentication open
  authentication periodic
  authentication timer reauthenticate server
  dot1x pae authenticator 
  dot1x timeout tx-period 10
  authentication port-control auto

Show configuration

show dot1x all
show dot1x all
show dot1x all

Windows Client Configuration

Wired AutoConfig service needs to be changed to Automatic and started.

Wired AutoConfig service
Wired AutoConfig service

Network Adapter Settings

Enable Authentication and select Microsoft PEAP

Ethernet Properties Authentication
Ethernet Properties Authentication

In the PEAP settings, disable server certificate verification for testing, as the certificate has not yet been configured.

Protected EAP Properties
Protected EAP Properties

On Advanced settings, select User authentication and Save credentials.

802.1X Settings
802.1X Settings

End the details of the network user created in ISE.

Save credentials
Save credentials

The PC should now connect to the network.

Switch Verification

show authentication interface gi0/1/1
show authentication interface
show authentication interface
show authentication session interface gi0/1/1
show authentication session interface
show authentication session interface
Cisco ISE Dashboard
Cisco ISE Dashboard