cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
619
Views
0
Helpful
8
Replies

Means to track congestion/overload

milkdroogy
Level 1
Level 1

Hello people!

I have a question:

If i'm a network administrator and one of my departments/users is complaining about slow connection - what commands can i use on the router(and switch too.) to find out clues about congestion or network overload?

How can i investigate it using the router and switch?

Thanks in advance,

Oren.

8 Replies 8

Edison Ortiz
Hall of Fame
Hall of Fame

Check interface counters on each path from source to destination.

The counters will show any errors or high utilization on the link(s).

Start with the ingress port at the access layer (the port where the user is connected to), the move on to the uplink ports to the distribution switch until you reach the destination device.

You may want to isolate if it's an application issue or protocol issue by having the user reach the same device via another protocol or application.

You can also isolate the destination device by having the user reach another device on that same destination subnet.

how do i get those counters?

#>show interfaces

?

Yes

Thanks - are there any other commands which i can use in order to solve this issue?

Check for speed & duplex mismatch which may also one of the cause

you can also enable ip accounting and check for top talkers

How do i enable it?

The IP accounting command records the number of bytes

(IP header and data) and packets switched

through the system on a source and destination IP address basis.

Only transit IP traffic is measured and only on an outbound basis;

traffic generated by the router access server or terminating in this

device is not included in the accounting statistics.

Traffic coming from a remote site and transiting through a router is also recorded.

ip accounting -------Enables IP accounting on an interface.

show ip accounting----Displays the active accounting or checkpointed database or displays access list violations.

clear ip accounting---Clears the active or checkpointed database when IP accounting is enabled.

Example

The following example enables IP accounting on Ethernet interface 0:

interface ethernet 0

ip accounting

rgds

shiva

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:

Review Cisco Networking products for a $25 gift card