I have two switches connected together and a device connected to each. I setup UDT to poll for both MAC addresses. Both addresses are learned on both devices, one directly connected, the other to the other switch. How is UDT supposed to act here?
What I am seeing is both MACs being shown on switch A, then the next refresh, both MACs are shown on switch B. Seems non-deterministic. Am I thinking about UDT incorrectly? I do expect that both switches will learn the same MAC address (and thus be displayed in the dot1dTpFdbTable for each switch). How should UDT display this info.
Thank you