cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
8593
Views
13
Helpful
6
Replies

High link utilization

mohammed hurais
Level 1
Level 1

Hi all,

We are using a network monitoring tool and we are getting link utilization alerts on the following tool.

My query is what are the options i got manually to check the utilization via CLI.

please help me.

1 Accepted Solution

Accepted Solutions

Hi Mohammed,

There are couple of parameters which you can try to verify this.

If you do sh interface "interface which is alerting heavy utilization" you should be able to verify below components.

1) txload, rxload and reliability. The reliability should be 255/255 and other two values should be <1-255>/255). If the numerator is high value that means heavy download or upload is happening on that interface.

2) 5 minute input and output rate:- This will display the currect traffic flowing on that interface and it represented as bits/sec

If the above two points you are seeing heavy usuage then you can enable ip accounting to check which end device is sending the data through that interface. IP accouting can be enabled as below command.

int fas x/x

ip accounting out-packets

The result can be viewed with "sh ip accounting"

Hope this helps.

Regards

Najaf

Please rate when applicable or helpful !!!

View solution in original post

6 Replies 6

mohammed hurais
Level 1
Level 1

Or like what are the troubleshooting options i got from the CLI?

Hi Mohammed,

There are couple of parameters which you can try to verify this.

If you do sh interface "interface which is alerting heavy utilization" you should be able to verify below components.

1) txload, rxload and reliability. The reliability should be 255/255 and other two values should be <1-255>/255). If the numerator is high value that means heavy download or upload is happening on that interface.

2) 5 minute input and output rate:- This will display the currect traffic flowing on that interface and it represented as bits/sec

If the above two points you are seeing heavy usuage then you can enable ip accounting to check which end device is sending the data through that interface. IP accouting can be enabled as below command.

int fas x/x

ip accounting out-packets

The result can be viewed with "sh ip accounting"

Hope this helps.

Regards

Najaf

Please rate when applicable or helpful !!!

bmcginn
Level 3
Level 3

Hi Mohammed,

You'll need to provide more information.  Is it a router? is it a switch? is it an access-point? What model and IOS?

Without the above it is difficult for forum members to help.

You may be able to try something like:

show int | i is up|input rate|output rate

That will give you an idea.  To have that setting refresh more often you could put the following command into the interface itself.

load-interval 30

For troubleshooting you could look for errors on the interface, look for speed and duplex on the interface, run tdr cable diagnostics tool for layer 1 things.

If it is a switch, for layer 2 things look for Spanning tree issues such as root placement an so forth.  You can look at the device's CPU to see if its being hammered (show proc cpu).

Again, if its a switch you can do a SPAN port and run wireshark to see traffic.

You can run a boatload of debugs, but I'm wary with that as a debug ip packet may cause CPU overload   

good luck.

Its a live network.....And its a router connected at the remote site via MPLS

Hi Mohammed,

I agree with Najaf statements that clears all the basic things which we need to look at the interface utilization.

You will a noticed when the link is highly utilized there will be increased in Input/output drops occuring on that particular interface.  Just a note to remember.

Regards

Inayath

mohammed hurais
Level 1
Level 1

Thanks Najaf  ..that was really helpful...jazakallah

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: