cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
8421
Views
2
Helpful
17
Replies

%IP-4-DUPADDR: Duplicate address - comes from Catalyst 9300 with no ip

kzajdlew
Level 1
Level 1

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 

1 Accepted Solution

Accepted Solutions

Andreas Jaeger
Level 1
Level 1

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

View solution in original post

17 Replies 17

are you config any DHCP in this SW?

kzajdlew
Level 1
Level 1

you mean dhcp server ? if so, then no, there is no dhcp server. Only i have dhcp snooping trust on interfaces 

marce1000
Hall of Fame
Hall of Fame

 

 - Have a sanity check of the running configuration as in : show run | inc 172

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

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

 

            - Check the output of  : show mac-address-table | inc 0087.641c.17b5

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

checked it at the begining, no result = lack of such entry 

 

   - Try to trace the mac address by giving the particular command on other switches in the network too.

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

but as you can see in first post, i found this mac which belongs to interface of switch 

 

       - Try show arp | include 172.21.17.13  and show arp | include 172.21.66.2

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

there is no such entry as switch has only mgmt ip and all arps comes from only this subnet / vlan 

 

   - What happens if you try to ping one of those addresses ?

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

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. 

 

    - What is the software version on the 9300 ?

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

16.9.2