Can MS Visio be used to visualize real time network events?

D

Dan

I am trying to develop a solution to visualize real time network status via
SNMP, NetFlow, of some other protocol. I need a way to display the results
of the network quires visually. I though about linking Visio drawings to
excel files or another DB via VBa scripts and then having another tool update
the excel file or DB in it's own way. But, I'm not sure how real time Visio
can poll it's source documents.

Anyone have any experience out there?

Thanks,
Dan
 
J

John Marshall, MVP

A

Al Edlund

It's not a visio issue, since it is merely the visualization tool. The issue
is how often you can check for network status against x amount of nodes
without flooding the network with traffic that adds no value and degrades
user performance (besides what is your definition of real time (seconds,
minutes, hours, days)). After that you get into how many of the tested
objects do you want to put on a page. In the end solutions such as Tivoli,
HP Openview, or CA Unicenter can be used as examples of how you might
approach the challange. You might consider using some embedded activex
controls for networking (PowerTCP has several) and building it as an add-in
(vba is probably not the way to go for this solution). At a nuts and bolts
level ICMP will give you an indication of connectivity (a lot of caveats),
SNMP and WMI can give you some internal information depending on node type
you want to monitor. The very big assumption is that the monitored nodes a.)
have been configured to support the flows and b.) your network security
group has not filtered out what you need to accomplish it (since many virus'
use the same flows to inflict hurt on users).

al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top