show interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 10:19 AM - edited 03-03-2019 10:37 AM
Good day,
While troubleshooting, we look at interface state by "show interface".
Please how the router calculate the reliability, the load and delay.
If the reliabity is less than 255/255 what does it means ?
Best regards.
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 11:16 AM
My understanding is that the calculation of reliability is based on keepalives sent and received. Any keepalive sent but not received reduces the level of reliability.
The load is calculated by using the actual bits transmitted over the interface in a given period of time and the capacity of the interface (using the default bandwidth if no explicit bandwidth was configured).
The delay is not calculated at all but is a value assigned to the interface to reflect the relative capacity of the interface.
HTH
Rick
Rick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2005 11:40 PM
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2005 05:27 AM
I just found the below calculation :
reliability = number of errors / number of total frames
from : http://www.cisco.com/en/US/products/hw/modules/ps2033/products_tech_note09186a00800d76fb.shtml
reliability is between 0 and 1 so when it becomes near zero, it means it's not reliable link.
