cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2433
Views
10
Helpful
1
Replies

command to verify list of ports configured with dot1x in cisco 3850

donnie
Level 1
Level 1

Hi all,

I have enabled the switchports of my cisco3850 with the following 802.1x config. I like to know what is the command to list which are the ports within my cisco 3850 switch that is not configured with 802.1x? TIA!

switchport access vlan 10

switchport mode access

authentication control-direction in

authenticaton host-mode multi-auth

authentication order dot1x mab

authenticaton priority dot1x mab

authentication port-control auto

mab

no authentication periodic

dot1x pae authenticator

dot1x timeout tx-period 8

dot1x timeout supp-timeout 30

dot1x max-req2

1 Reply 1

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

Try

sh dot1x all

or

sh dot1x interface

They should show you all the interfaces that are configured for dot1x

HTH