We have a laptop that when it plugs into our network it's getting a ip conflict error. So instead of just blocking that IP from being taken, I'm trying to find the root cause and use my newly-learned cisco skills. 🙂
What I've found out:
Switch connected to 6509 (this looks fine):
This is what I get on our 6509 for the arp table (something's wrong):
And here's the mac table:
Port 8/5 is strictly for a Server 2003 computer that is plugged directly in. The network adapter does not have two IPs configured in it... I can't figure out what would be causing this.
Any clues?
Thanks!
What I've found out:
Switch connected to 6509 (this looks fine):
IDF1-HQ#sh mac-address-table add 00a0.d12e.df39
Mac Address Table
-------------------------------------------
Vlan Mac Address Type Ports
---- ----------- -------- -----
4 00a0.d12e.df39 DYNAMIC Fa3/0/40
Total Mac Addresses for this criterion: 1
This is what I get on our 6509 for the arp table (something's wrong):
6509_HQ#sh ip arp 0004.23bc.6f22
Protocol Address Age (min) Hardware Addr Type Interface
Internet 172.24.1.26 2 0004.23bc.6f22 ARPA Vlan4
Internet 172.24.1.15 0 0004.23bc.6f22 ARPA Vlan4
And here's the mac table:
6509_HQ#sh mac-address-table add 0004.23bc.6f22
Legend: * - primary entry
vlan mac address type learn ports
------+----------------+--------+-----+--------------------------
Supervisor:
* 4 0004.23bc.6f22 dynamic Yes Gi8/5
Port 8/5 is strictly for a Server 2003 computer that is plugged directly in. The network adapter does not have two IPs configured in it... I can't figure out what would be causing this.
Any clues?
Thanks!