rlejano

Comments

  • Does NodeID from UDT_Port match with NodeID from Nodes? I assume PortID from UDT_VLAND matches PortID from UDT_Port and NodeID from UDT_VLAN also matches NodeID with UDT_Port? We are trying to find the 2 Interfaces or MACAddresses that are connected by Layer 2
  • Thank you for your reply. I've used NodePortInterfaceMap but where do I find the mac of the port of the PortID in the NodePortInterfaceMap table I know macs for ports are in the UDT_Port table but when I did an inner join with the UDT_Port table using PortID, none match with each other. Thank you
  • "Layer 2 Connection but these Nodes have many Interfaces in the dbo.Interfaces table and from this table we can not determine both Interfaces related to a Layer 2 Connection" Please clarify. You haven't found corresponding match? To clarify, we can find matches with the Interface table but the NodeL2Connections table only…