05-18-2024 09:33 PM
How to check router interface utilization High or low
05-18-2024 09:36 PM
Post the complete output to the command "sh interface <PORT>".
05-19-2024 01:45 AM
in addition to what Leo suggested command :
more focus on : reliability 255/255, txload 1/255, rxload 1/255 (this give you more indication what level of usage that interface)
Also other information you get more visibility if you have NMS and polling over 24hours give you peak time usage.
05-24-2024 04:39 AM
How can I check in persentage
05-24-2024 04:42 AM
05-24-2024 06:30 AM
Do a computational, similar as I described in my prior reply, then multiply by 100.
With regard to @balaji.bandi reply, divide 1st number by 2nd number (always 255) and multiply by 100. BTW for load values to be accurate, interface needs to be using correct bandwidth setting.
05-19-2024 01:55 AM
Check
show interface summary
MHM
05-19-2024 02:21 AM
In addition to what @Leo Laohoo and @balaji.bandi , txload and rxload is relevant if you configure the correct interface bandwidth:
c1111#conf t
Enter configuration commands, one per line. End with CNTL/Z.
c1111(config)#interface gi0/0/1
c1111(config-if)#bandwidth 500000
This is necessary because you can connect to your ISP using a gigabit interface, which has a default bandwidth of 1000000 Kbit/sec and your contracted rate could be 500 Mbps.
Hope this helps.
05-19-2024 03:08 AM
Record interface transmitted and/or received at some point of time, do again at some later point of time, subtract the former from the latter and compare to the maximum amount of bytes that could be transmitted and/or received for the same time period. Oh, and for transmitted, you may also want to count dropped bytes during the same time period added to transmitted counts. This would provide an "offered" stat.
05-19-2024 08:17 AM
A packet-based interface (vs a TDM interface) has only two states: 100% utilized (busy) and 0% utilized (idle). 10% utilization of an interface means that for 10% of the time during the measurement period, the interface was 100% utilized. So, was the interface utilization high or low? Intuitively, we say the utilization was low, because 90% of the time it was idle. Yet, an interface that is 90% idle can still experience queue drops because all new traffic that arrives at the interface while it is busy must be queued, which can lead to queue drops if that traffic arrives in a burst.
All that to say: do not focus exclusively on "utilization" as a performance metric. Applications do not care about "utilization", they care about loss, latency, and jitter (some apps more than others). Utilization is an interesting data point, but also be sure to measure network performance as experienced by the apps with IP-SLA/TWAMP/ThousandEyes/Accedian/etc. As as @Joseph W. Doherty alludes to: keep an eye on the packet drops as a performance metric, as drops are diagnostic of queueing and its consequent latency and latency variability (ie, jitter), not to mention the impact of the drops themselves on app performance.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide