Hi all,
I'm about to upgrade my WAAS and WAN Routers at site, I need to know our concurrect TCP and UDP connections. Can Netflow Analyser show me this information historically?
thanks
Dave
I have an overlaping question. I am trying to see all connections that occur over a particular link.
The following Query seems to do the trick :
SELECT DISTINCT SourceIP,DestIP,ProtocolName,Port
FROM dbo.NetflowApplicationSummary
WHERE (
InterfaceIDRx = 12613
OR
InterfaceIDTx = 12613
)
Except that, the port # for some rows says "Mutli-Port". Shouldn't it just return two or more rows with those ports, rather than this?