• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Network Diagnostic Software

Viper0329

Platinum Member
I need some software that will monitor the network for collisions, and provide other information. Ideally, I'd like a free trial, but cost must be below $1000. Thanks
 
that's a broad stroke, get a bit more specific and maybe we can help. As far as monitoring for problems, write a perl script to get port statistics from a manged switch and parse it for changes. If thresholds are hit, send an email.
 
Originally posted by: nweaver
that's a broad stroke, get a bit more specific and maybe we can help. As far as monitoring for problems, write a perl script to get port statistics from a manged switch and parse it for changes. If thresholds are hit, send an email.

As stated above this is a broad or grey area if you will. $1000 usually wont get you that much and there is no such thing as the perfect software/hardware solution for this topic. Its basically hit or miss. You have to know EXACTLY what you want to see going on and then prioritize what else you are looking for and see what else is available. Best way to start is write up what your looking for then draw up a web diagram. Once you get a few devices or apps you like then you can see which is more cost effective or fits your budget best.
 
Yeah, I was just passing the word along from my IT director. I'll see if I can get something more specific.

I like the Perl script idea. I'll have to give myself a crash course in Perl and attempt to do that.
 
UGH...perl. Wouldn't some sort of packet sniffer work, or is that too intense? Is you hardware SNMP-able?
 
lol, Perl is the IT force, it make so much happen. And a packet sniffer wouldn't be able to find interface stats, although you could tweak MRTG to do that I think. Perl's net::telnet module make logging into cisco gear and grabbing stuff cake. I use it for a web based configuration change in a wireless lab.
 
Depending on your needs Packeteer might be a viable solution. The link is to a 30-day free trial for their hardware solution for packet-shaping and optimizing your LAN/WAN traffic. They also have evaluation software available as well.

 
If you are using switches, you really shouldnt have any collisions, because of the nature of the devices each port on the switch becomes its own collision domain.
 
The problem we are facing is that we're trying to merge 2 separate networks into one single one now. On top of that, the people who ran the Cat5 didn't document it well AT ALL, so it's getting tough to segment the network as we want it. Thanks for the suggestions, I'll look into some of them.

We have 1 Cisco switch, 2 HP smart switches, and an SMC switch.
 
I would write a telnet script to grab the interfaces stats and plot it into a graph, or dump it into a csv for excel. Shouldn't be too tough. You could also dump info such as cdp and arp tables to get a visual picture of the network. Putting a mrtg helps monitor bandwidth. Might think of NTOP on the gateway, to see what most outbound traffic looks like, but that's not for the faint hearted (or faint hardware).
 
Back
Top