cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

IEEE 802.1x with EAP-TLS issue in cisco 2960

Sri v
Level 1
Level 1

In My Cisco 2960 switch is not working with EAP-TLS mechanism of 802.1x but its works well with other  protocols like EAP-PEAP or MAC Address authentication.

Below is the configuration

aaa authentication login default group tacacs+ local

aaa authentication enable default group tacacs+ enable

aaa authentication dot1x default group radius

aaa authorization commands 15 default group tacacs+ local

aaa authorization network default group radius

aaa authorization configuration default group radius

aaa accounting update periodic 30

aaa accounting dot1x default start-stop group radius

aaa accounting exec default start-stop group tacacs+

aaa accounting commands 0 default start-stop group tacacs+

aaa accounting commands 15 default start-stop group tacacs+

aaa accounting network default start-stop group tacacs+

aaa accounting connection default start-stop group tacacs+

aaa accounting system default start-stop group tacacs+

interface FastEthernet0/1

switchport access vlan 11

switchport mode access

speed 100

duplex full

authentication order dot1x mab webauth

authentication port-control auto

mab

dot1x pae authenticator

dot1x timeout tx-period 3

dot1x timeout supp-timeout 3

spanning-tree portfast

spanning-tree bpduguard enable

Can anyone suggest me ?

Who Me Too'd this topic