RFC Errata


Errata Search

 
Source of RFC  
Summary Table Full Records

RFC 7868, "Cisco's Enhanced Interior Gateway Routing Protocol (EIGRP)", May 2016

Source of RFC: INDEPENDENT

Errata ID: 6090
Status: Reported
Type: Technical
Publication Format(s) : TEXT

Reported By: Rafał Cygnarowski
Date Reported: 2020-04-12

Section 5.6.2.5. says:

metric = (K1 * min(Throughput)) + (K3 * sum(Latency)) }

It should say:

metric = K1 * Max-Throughput + Latency

Notes:

This errata is consequence of:
- erratas 5242 and 6084,
- inconsistency of using (Max-)Throughput and Latency variables,
- using additional min() and sum() functions which are not used in formula where all K-values takes effect ( metric =[Net-Throughput+Latency+(K6*ExtAttr)] * K5/(K4+Rel)) .

The Max-Throughput variable defined in 5.6.2.3. is a little bit unfortunate, as in fact it is minimum of maximum available throughput of all network segments in the path.

I removed also K3 value from the metric as it is already embraced in Latency calculation in 5.6.2.4.

I decided to use this formula as it is mathematically correct and is least intrusive but the best would be to review notations from 5.6.2.3. up to .5 and remove all inaccuracies. Also highlighting usage of K-Values in final metric calculation would make this document more readable, eg. metric = K1 * Throughtput + K3 * Latency - which shows best how K-values affect metric.

Report New Errata



Advanced Search