eigrp的wide mtric-6个K值

简介:

When you configure the metric rib-scale command, all EIGRP routes in the RIB are cleared and

replaced with the new metric values.

The 64-bit metric calculations work only in EIGRP named mode configurations. EIGRP classic mode

uses 32-bit metric calculations.

Note

To accommodate interfaces with bandwidths above 1 gigabit and up to 4.2 terabits and to allow EIGRP to

perform path selections, the EIGRP composite cost metric formula is modified. The paths are selected based

on the computed time. The time that information takes to travel through links is measured in picoseconds.

The interfaces can be directly capable of these high speeds, or the interfaces can be bundles of links with an

aggregate bandwidth greater than 1 gigabit.

Metric = [(K1*Minimum Throughput + {K2*Minimum Throughput} / 256-Load) + (K3*Total Latency) +

(K6*Extended Attributes)]* [K5/(K4 + Reliability)]

Default K values are as follows:

K1 = K3 = 1

K2 = K4 = K5 = 0

K6 = 0

The EIGRP Wide Metrics feature also introduces K6 as an additional K value for future use

从某些思科官网文档可以看到eigrp支持6个K值去计算metric。可以在命名的eigrp中实现扩展的eigrp metric,即router eigrp Ender这种配置模式实现



本文转自EnderJoe 51CTO博客,原文链接:http://blog.51cto.com/enderjoe/1421221

相关文章
|
5月前
|
存储 弹性计算 关系型数据库
租用阿里云服务器一天多少钱?不同计费方式与配置的价格详解
在需要临时使用云服务器时(比如短期项目测试、临时活动支撑),很多用户会关心 “租用阿里云服务器一天要花多少钱”。实际上,阿里云服务器的单日价格差异极大,既可能低至 0.1 元,也可能高达几十元,核心取决于两种因素:一是计费方式(按量付费还是包年包月折算),二是服务器配置(CPU、内存、带宽等)。本文结合最新的价格信息,用通俗的语言拆解不同场景下的单日费用,同时补充附加成本和性价比建议,帮大家清晰掌握 “按天租服务器” 的真实成本。
|
9月前
|
Ubuntu Linux 网络安全
乌班图专门给中国开发的优麒麟系统是什么样?
优麒麟也支持ssh远程登录,下图为笔者使用本地cmd登录虚拟机的页面,关于cmd如何登录虚拟机这个也比较复杂,本文就不详细讲了,可能下一篇文章会讲。
361 0
|
算法 程序员 芯片
程序员必知:UCF约束介绍
程序员必知:UCF约束介绍
10050 5
|
API 开发者
邮件API接口使用的方法和步骤
AOKSEND指南:了解和使用邮件API接口,包括选择适合的接口(如AOKSEND、Mailgun、SMTP),获取访问权限,配置发件人、收件人及邮件内容,调用接口发送邮件,并处理返回结果,以高效集成邮件功能。
|
存储 SQL 缓存
软件体系结构 - 关系数据库(2)反规范化
【4月更文挑战第25天】软件体系结构 - 关系数据库(2)反规范化
563 1
|
自然语言处理 编译器 程序员
【Qt底层之 元对象的编译】Qt 元对象系统及其编译流程解析
【Qt底层之 元对象的编译】Qt 元对象系统及其编译流程解析
952 4
|
运维 Kubernetes Serverless
Excel 快捷键速查
Excel 快捷键速查
364 0
|
前端开发 应用服务中间件 API
解决分布式React前端在开发环境的跨域问题
解决分布式React前端在开发环境的跨域问题
470 0
|
存储 机器学习/深度学习
FP32、FP16 和 INT8
FP32、FP16 和 INT8
2457 0