12-22-2022 12:13 AM
Hello,
Below is the "terminal monitor" output
%PM-4-ERR_DISABLE: security-violation error detected on Gi1/0/35, putting Gi1/0/35 in err-disable state
%AUTHMGR-5-SECURITY_VIOLATION: Security violation on the interface GigabitEthernet1/0/35, new MAC address (0800.2754.a0df) is seen.AuditSessionID Unassigned
After timeleft(sec) ends it is coming back; The problem is this keeps happening and I can not find this "0800.2754.a0df" and do not understand why this MAC tries to get assigned on this interface.How can I troubleshoot this? Trying to do root-cause-analysis. Thanks
#show errdisable recovery
Timer interval: 300 seconds
Interfaces that will be enabled at the next timeout:
Interface Errdisable reason Time left(sec)
--------- ----------------- --------------
Gi1/0/35 security-violation 183
12-22-2022 12:38 AM
Hello,
I did a MAC address vendor lookup, the MAC address apparently belongs to PCS, a time management and building security vendor. Check if you have any of the devices they sell (see screenshot) deployed.
12-22-2022 01:17 AM
Hello
I think this is how we do MAC Address vendor lookup.
https://macaddress.io/mac-address-lookup/Jl2VXOm9k8
Can not we find out this with "traceroute mac" ? I want to find out what IP address this device uses and on what interface. Thanks
12-22-2022 01:37 AM
Hello,
are these PCS devices actually deployed somewhere in your company, and if so, are you able to physically locate them ?
12-22-2022 01:39 AM
If I can find out IP of this device I can locate them.
12-22-2022 04:05 AM
Hello,
the MAC address does show up, so it must exist somewhere. What is the layer 3 device (router or L3 switch) connected to the device that hosts port Gi1/0/35 ? If you do a 'show ip arp 0800.2754.a0df' on the router or L3 switch ?
12-22-2022 08:56 PM
Hello,
catalyst 2960 is in the title of this thread. This is a L3 cisco switch.What more do you need ? I already this 'show ip arp 0800.2754.a0df' .Thanks
12-23-2022 02:07 AM
No need to get angry. We are all volunteers trying to help you, for free. Either way, how big is your building ? That device is physically sitting somewhere. I would suggest a physical inspection of the building, which means. Walk through the building and try to find the device (check the website I originally linked to for ideas on what it could look like)...
12-23-2022 02:24 AM
I am not getting angry at all. why would I get angry anyway? All the time I am thanking, you can see it in my messages, and I appreciate. nobody heard of that brand or vendor or that kind of device. tech support team browses buildings every day and they do not know about that kind of device. I am going to "traceroute mac" this device from another cisco switch. Thanks
12-23-2022 03:20 AM
Hello,
check if your switch supports this command:
2960(config)#mac address-table static 0800.2754.a0df vlan X drop
12-22-2022 01:20 AM
how is your config on the port -
show run interface GigabitEthernet1/0/35
Some Security devices and samrt controller have multiple mac address.
12-22-2022 01:25 AM
Hello,
I also tried this below, seems does not resolve this issue, dot1x is active on this port.Thanks
errdisable recovery cause security-violation
#show running-config interface gigabitEthernet 1/0/35
Building configuration...
Current configuration : 192 bytes
!
interface GigabitEthernet1/0/35
switchport access vlan 4
switchport mode access
power inline never
authentication port-control auto
dot1x pae authenticator
spanning-tree portfast
end
12-22-2022 01:28 AM - edited 12-22-2022 01:31 AM
show running config
check is there is manual mac config to this interface
if you dont see mac in running then
use multi-host for dot1x auth.
12-22-2022 01:31 AM - edited 12-22-2022 01:37 AM
If there is why can not I list with this command?
show mac address-table
This gives no entries, I think this is how we can list manually configured MAC addresses
Switch# show port-security
12-22-2022 01:43 AM - edited 12-22-2022 01:55 AM
Yes both work but if the Mac not appear in both show running and show port-security and you also mention that the port-security is not enable in port interface then I think that the issue is from:-
dot1x auth single mac address
as @balaji.bandi some host use two mac address
and hence the SW refuse auth the second mac for same port.
how we can know that ?
remove the dot1x from port, shut/noshut the port, and see if the violation messgae disappear.
if the message disappear then you need make dot1x to be multi-host mode instead of single mode.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide