cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
616
Views
0
Helpful
1
Replies

AP1200 and EAP

gauthraj
Community Member

Hello,

I want to configure LEAP with ACS on my AP1231.

(config-if)#ssid test

(config-if-ssid)#authentication network-eap myEAP

I configure LEAP on Cisco clients too with 802.1x -> LEAP.

When I want to associate and authenticate my client, there is the window "LEAP authentication" and the process failed (sometimes after 10 ou 15min, the process and the authentication succeed). There is no log on ACS (on failed or passed authentications log). If I put on the "debug dot11 aaa dot1x all", nothing appears (except when there is an passed authentication).

In the same time, if I try to configure EAP, I've got many troubles with network connections after the tries, even if I disable LEAP. I know that 802.1x blocks the connection if there is a failed authentication, but I don't know how long it is...

If someone could help me..

Thank You

1 Reply 1

gamccall
Level 8
Level 8

aaa group server radius ACS

server 10.0.0.1

server 10.0.0.2

!

aaa authentication login myEAP group ACS

!

interface Dot11Radio0

encryption key 1 size 128bit 7 xxxxxxxxxxxxxxxxxxxxx transmit-key

encryption mode wep mandatory

!

ssid MyNetwork

authentication open eap myEAP

authentication network-eap myEAP

!

radius-server host 10.0.0.1 key sekrit

radius-server host 10.0.0.2 key sekrit

Review Cisco Networking for a $25 gift card