Problem symptoms
- Users on a specific VLAN experience intermittent issues where they receive an APIPA IP address and lose connectivity to the network.
- Firewalls have multiple ARP entries for a single end user MAC address like this:
Firewall/pri/act# show arp | include abcd.abcd.abcd
inside 10.1.1.12 abcd.abcd.abcd 30
inside 10.1.1.13 abcd.abcd.abcd 40
inside 10.1.1.14 abcd.abcd.abcd 51
inside 10.1.1.15 abcd.abcd.abcd 53
Troubleshooting steps
- Debugs on Firewall points to the firewall sending the response to end users ARP probe.
DHCPD/RA: creating ARP entry (10.1.1.12, abcd.abcd.abcd).
DHCPRA: Adding rule to allow client to respond using offered address 10.1.1.12
This makes the end device to think its a duplicate address.
2. Captures on end device or Firewall
Captures show end device sending DHCP Decline packets once DORA process gets completed.
Isolation