12-30-2021 03:08 AM
Hi all,
have funny situation or maybe i do not understand something. In short, i have on multiple devices logs claims that i have duplicate ip address sourced by particular mac. Of course i found it and it is mac address of c9300 interface.. but problem is that this switch has only mgmt ip, rest is just l2.. so none of ip addresses mentioned in logs do not exist there..
logs :
009184: Dec 27 06:59:01.890: %IP-4-DUPADDR: Duplicate address 172.21.17.13 on GigabitEthernet0/0/2.11, sourced by 0087.641c.17b5
009197: Dec 27 15:28:27.616: %IP-4-DUPADDR: Duplicate address 172.21.66.2 on GigabitEthernet0/0/2.15, sourced by 0087.641c.17b5
show interfaces tenGigabitEthernet 1/1/1
TenGigabitEthernet1/1/1 is up, line protocol is up (connected)
Hardware is Ten Gigabit Ethernet, address is 0087.641c.17b5 (bia 0087.641c.17b5)
so how it is possible that logs indicates on mac address which do not have any ip assigned ? Actually whole switch does not have any of addresses mentioned in logs. Am i missing something ?
my next steps which going to take : upgrade of soft anyway not sure it that could be somehow connected
Solved! Go to Solution.
05-09-2023 12:59 AM
We had the same issue, too.
IP device tracking was causing this log messages at other switches.
Configuring a no-track policy and attach it to the uplinks solves the issue.
device-tracking policy DEVICE_TRACKING_UPLINK
trusted-port
device-role switch
no protocol udp
interface xxx
device-tracking attach-policy DEVICE_TRACKING_UPLINK
12-30-2021 03:54 AM
are you config any DHCP in this SW?
12-30-2021 04:15 AM
you mean dhcp server ? if so, then no, there is no dhcp server. Only i have dhcp snooping trust on interfaces
12-30-2021 04:28 AM
- Have a sanity check of the running configuration as in : show run | inc 172
M.
12-30-2021 04:32 AM
show run | inc 172
ip name-server 172.21.19.102 10.0.40.192 10.0.40.193
ip address 172.21.39.22 255.255.255.192
ip route 0.0.0.0 0.0.0.0 172.21.39.1
permit 172.16.0.0 0.15.255.255
12-30-2021 08:16 AM
- Check the output of : show mac-address-table | inc 0087.641c.17b5
M.
12-30-2021 11:14 PM
checked it at the begining, no result = lack of such entry
12-30-2021 11:44 PM
- Try to trace the mac address by giving the particular command on other switches in the network too.
M.
12-30-2021 11:46 PM
but as you can see in first post, i found this mac which belongs to interface of switch
12-31-2021 12:00 AM
- Try show arp | include 172.21.17.13 and show arp | include 172.21.66.2
M.
12-31-2021 12:09 AM
there is no such entry as switch has only mgmt ip and all arps comes from only this subnet / vlan
12-31-2021 12:31 AM
- What happens if you try to ping one of those addresses ?
M.
12-31-2021 12:38 AM
they are normally responding as that ip belongs to routers which reports these duplicates, and switch is reaching it thx to default gw which is on mgmt vlan leading to router.
12-31-2021 12:53 AM
- What is the software version on the 9300 ?
M.
12-31-2021 12:55 AM
16.9.2
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