cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
705
Views
9
Helpful
2
Replies

Reliability & Load

ravivarma_v
Level 1
Level 1

Hi!

If we see the interface status of Cisco router, it will show reliability(255/255) & load(1/255).

What is the formula behind this?

And, Is there any reason to take measurement 255?

2 Replies 2

Joseph W. Doherty
Hall of Fame
Hall of Fame

I don't recall seeing documentation on why "255" but likely this is because a byte binary integer can range from 0..255. To convert to a %, just divide the first number by the second, e.g. load(45/255) equals about 17.6%.

pkaretnikov
Level 1
Level 1

Reliability is calculated using the following formula:

reliability = number of errors / number of total frames

_________

Referring to Load-interval

The length of time, in seconds, used to calculate the average load on the interface. Valid values range from 30 to 600 seconds, in multiples of 30 seconds. The default is 300 seconds (5 minutes).

Modify the default to shorten the length of time over which load averages are computed. You can do this if you want load computations to be more reactive to short bursts of traffic.

Load data is gathered every 5 seconds. This data is used to compute load statistics, including input/output rate in bits and packets per second, load, and reliability. Load data is computed using a weighted-average calculation in which recent load data has more weight in the computation than older load data.

Paul

Review Cisco Networking products for a $25 gift card