reshma.Mamangalavan

Comments

  • How does UDT define an uplink? Depending on where the traffic is coming from (more than 2 VLANS) and how many endpoints are connected, the 'Uplink' port the VMWare host is connected to may be determined by UDT to be a 'trunk' port. The MAC address table of the switch would be displaying the MAC’s of the virtual servers, as…
  • Please use the below SQL query to unmonitor the physical ports for Juniper devices. Update p Set IsMonitored=0 From UDT_Port p Inner join Nodes n on n.NodeID= P.NodeID where n.Vendor like 'Juniper Networks%' and charindex('.',p.Name,1) =0 If Ports are rediscovered, then physical ports will be monitored. So please rerun the…