RFC Errata
RFC 7868, "Cisco's Enhanced Interior Gateway Routing Protocol (EIGRP)", May 2016
Source of RFC: INDEPENDENTSee Also: RFC 7868 w/ inline errata
Errata ID: 5242
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Innokentiy Solntsev
Date Reported: 2018-01-24
Verifier Name: Eliot Lear
Date Verified: 2025-04-01
Section 5.6.2.5 says:
K5 metric =[(K1*Net-Throughput) + Latency)+(K6*ExtAttr)] * ------ K4+Rel
It should say:
K5 metric =[Net-Throughput+Latency+(K6*ExtAttr)] * ------ K4+Rel
Notes:
1. Round brackets aren't balanced.
2. There shouldn't be K1, as Net-Throughput already includes it.