This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

T1 Utilization Norms

We have a routed T1 cx between two buildings terminated by Cisco 1700s. Main Building houses servers.

Main Building has 100MB switched network on a single subnet with no apparent congestion issues. There's about 100 nodes. Nobody has trouble grabbing files off the servers 24hrs/day.

Secondary building has 100MB switched network on a single subnet. About 40 nodes. Secondary Building network displays classic evidence of congestion in morning and late afternoon. Main test is a file transfer between a client in the Secondary Building with a server in the Main Building. A file that normally takes 1 minute to transfer takes 20 minutes at these times.

Intuition says the T1 is getting congested as the world logs on and gets email in the AM and wraps up in the PM. (If it were the servers, then everybody would see an impact, not just Secondary Building.)

So I had NPM watch the serial interface on Main Building's router for a week. While I did see peak utilization spike above 90% in the mornings and evenings, the average utilization for those times was a very acceptable 20%.

Now, from everything I've been lead to understand, this T1 isn't saturated, so here's my question: what might be causing my Secondary Building's problems, if it's not the T1? Or could it still be the T1?

Anybody got a suggestion?

JB



  • Don't be too quick to ignore your intuition. Keep in mind that averages are just that, averages. I believe, even at its most detailed setting, averages are over a 5 minute period of time. You can (as you witnessed with your peaks) have several periods of traffic bursts that does in fact over run your bandwidth but if they are mixed in with mostly periods that are closer to idle, your average reading can be quite misleading. Even the so called "peaks" you are seeing can be somewhat misleading. By default, your nodes are only polled every 2 minutes and stats are collected only every 10. At best, you can set this to 1 minute. So that's still really an average of the 60 opportunities you had to go over the 1.5Mb/sec that your T1 can handle. I would look more at buffer overruns, errors, and discards. Errors and discards you can see in NPM. To look at overruns, you'll have to either get on the router and do a sh int s? command. There's probably a Cisco MIB to read that info but I'm not sure which one it is. You could run the MIB Walk tool on the router and have it walk the "Private" MIB tree. Then go through and look for something like buffer or overrun. It looks like maybe OID 1.3.6.1.4.1.9.2.2.1.1.26.x and ...1.27.x might be what you're looking for???. locIfInputQueueDrops.x and locIfOutputQueueDrops.x, respectively. Personally though, I'd just get right on the router and look. I've found that SNMP is great for monitoring for network anomolies but for troubleshooting specific problems such as you have, the CLI of the device is the best way to go. Assuming you've never cleared the counters on the interface, I wouldn't put too much stock in the initial reading as it will be everything since the router was last booted. Just do a clea count s? from enable mode then go back and look after a day or so.

    Good luck.

    Brett