I hook up a laptop via gigabit Ethernet to my corporate network and run Wireshark on the interface. I expect to see all broadcast and multicast traffic and unicast traffic either originating from or destined to my laptop's IP only.
For some reason, I also see all unicast traffic destined for one other IP on the network.
Why might that happen? Has anyone seen this behavior before and know what might cause it?
IIUC, switches are supposed to note the MAC address of packets received on a port, recording them in the FIB, and route packets destined for that MAC address to just the port where something from that MAC was last received. In this case, the switch must not be receiving packets from the MAC address associated with that IP, apparently even though ARP resolved the IP to a MAC. As a result, since the MAC is not found in the FIB, it broadcasts the packet to all ports. But what kind of odd configuration would cause that?