How to see interfaces that don't have 802.1x config applied?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2016 08:19 AM - edited 03-08-2019 08:04 AM
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?
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2016 08:49 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2016 08:55 AM
Hello,
not sure which IOS you are using, but try the command:
show dot1x all summary
