cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
370
Views
0
Helpful
2
Replies

How to see interfaces that don't have 802.1x config applied?

abrrymnvette
Level 1
Level 1

I'm rolling out dot1x in our environment and during the roll-out, there are certain interfaces that are skipped for various reasons. Is there a way to tell which interfaces don't have dot1x enabled? Lets say I have a fully populated 4510 with 48 port cards. There are about 10 ports that don't have dot1x applied to them. What's the easiest way to find out what these 10 ports are? 

2 Replies 2

Mark Malone
VIP Alumni
VIP Alumni

Hi

so this is just an idea , take syntax that al the working ports have and then add it to the check like below if I was trying to see which port hadn't got qos applied in running-config on this switch , so you would replace the mls with something like dot1x , the ports that don't show up wont have it applied

SWA-A1DC3#sh running-config | i interface | mls qos

interface GigabitEthernet0/1
 mls qos trust cos
interface GigabitEthernet0/2
 mls qos trust cos
interface GigabitEthernet0/3
 mls qos trust cos
interface GigabitEthernet0/4
 mls qos trust cos
interface GigabitEthernet0/5
 mls qos trust cos
interface GigabitEthernet0/6
 mls qos trust cos
interface GigabitEthernet0/7
 mls qos trust cos
interface GigabitEthernet0/8
 mls qos trust cos
interface GigabitEthernet0/9
 mls qos trust cos
interface GigabitEthernet0/10
 mls qos trust cos
interface GigabitEthernet0/11
 mls qos trust cos
interface GigabitEthernet0/12
 mls qos trust cos
interface GigabitEthernet0/13
 mls qos trust cos
interface GigabitEthernet0/14
 mls qos trust cos
interface GigabitEthernet0/15
 mls qos trust cos
interface GigabitEthernet0/16
 mls qos trust cos
interface GigabitEthernet0/18
 mls qos trust cos
interface GigabitEthernet0/19
 mls qos trust dscp

Hello,

not sure which IOS you are using, but try the command:

show dot1x all summary

Review Cisco Networking for a $25 gift card