http://technet.microsoft.com/en-us/l.../cc776379.aspx
"The Windows Server 2003 SNMP service provides only the SNMP agent. Unless
you develop your own SNMP management application, you must install
third-party SNMP management software, such as HP Openview, Novell NMS, IBM
NetView, or Sun Net Manager to work with the SNMP agent. You can install
third-party SNMP management software on one or more hosts.
Alternatively, you can develop your own SNMP management software application
by using the two application programming interfaces (APIs) that Windows
Server 2003 provides:
WinSNMP API (Wsnmp32.dll) provides a set of functions for encoding,
decoding, sending, and receiving SNMP messages.
Management API (Mgmtapi.dll) provides a basic set of functions for
developing fast and simple SNMP management systems. "
The MS documentation says you need to have XP or 2003, that's just because
they don't sell Win 98 anymore, but it means there is no documentation for
earlier versions.
The snmp agent on the client machine lets you look at all the network
performance counters. If you want to do it by hand, all of the information
is available using WMI or
NET STATS
I 'm sure that MS also has a SNMP management application, but I can't
remember the name of it.
(david)
"study" <(E-Mail Removed)> wrote in message
news:2A6E0976-FC14-4D1F-9378-(E-Mail Removed)...
> We have hundreds of computers spread across a muitiple subnets.
> Is there a good software that can monitor their network traffic (such as
> an
> internet bandwidth usage on a particular machines/machine) on all the
> segments and not just the segment where the software is running on?
> We do not manage the networking equiptments such as the router or the
> switches so the software needs to be installed on a server and its client
> software deployed out to the computers if needed.
>
> Thanks