Quantcast
Channel: THWACK: Message List - Network Configuration Manager
Viewing all articles
Browse latest Browse all 8827

Re: Port count report

$
0
0

The one additional port is the loopback I modified Craig's query to remove the loopback and the report shows all physical interfaces.

 

SELECT COUNT(InterfaceDescription) AS NumPorts, N.Caption

FROM NCM.Interfaces I JOIN Orion.Nodes N ON (I.Node.CoreNodeID = N.NodeID)

WHERE NOT ((InterfaceTypeName like '%Virtual%')  OR (InterfaceTypeName = 'other') OR (InterfaceTypeName like '%loop%'))

GROUP BY N.NodeID, N.Caption

ORDER BY NumPorts DESC


Viewing all articles
Browse latest Browse all 8827

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>