EIGR的非等价均衡P
DUAL算法(离散更新算法或扩散更新算法)
配置
1、首先配置R1的IP
R1(config)#inter f0/0
R1(config-if)#ip address 200.1.1.1 255.255.255.0
R1(config-if)#no shut
2、配置R2的IP
R2(config)#INTER F0/0
R2(config-if)#IP ADDress 200.1.1.2 255.255.255.0
R2(config-if)#no shut
3、配置第二条串口线路IP
R1(config)#inter s1/0
R1(config-if)#ip address 192.168.1.1 255.255.255.252
R1(config-if)#no shut
R2(config)#inter s1/0
R2(config-if)#ip add 192.168.1.2 255.255.255.252
R2(config-if)#no shut
4、配置第三条串口线路IP
R1(config)#inter s1/1
R1(config-if)#ip add 172.16.1.1 255.255.255.0
R1(config-if)#no shut
R2(config-if)#inter s1/1
R2(config-if)#ip add 172.16.1.2 255.255.255.0
R2(config-if)#no shu
5、启用环回口模拟身后的网段
R1(config)#inter lo 1
R1(config-if)#ip add 1.1.1.1 255.255.255.0
R2(config)#inter lo 1
R2(config-if)#ip add 2.2.2.2 255.255.255.0
6、宣告到EIGRP里面
1、启用EIGRP
R1(config)#router eigrp 90
2、关闭自动汇总
R1(config-router)#no auto-summary
3、宣告
R1(config-router)#network 200.1.1.0 0.0.0.255
R1(config-router)#network 192.168.1.0 0.0.0.3
R1(config-router)#network 172.16.1.0 0.0.0.255
R1(config-router)#network 1.1.1.0 0.0.0.255
R2(config)#router eigrp 90
R2(config-router)#no auto-summary
R2(config-router)#network 200.1.1.0 0.0.0.255
R2(config-router)#network 192.168.1.0 0.0.0.3
R2(config-router)#network 172.16.1.0 0.0.0.255
R2(config-router)#network 2.2.2.0 0.0.0.255
7、配置差异值
R1(config)#router eigrp 90
R1(config-router)#variance ?
<1-128> Metric variance multiplier
R1(config-router)#variance 6
R2(config)#router eigrp 90
R2(config-router)#variance 6
8、只使用两条传输,另一条做备份
R2(config)#router eigrp 90
R2(config-router)#maximum-paths ?
<1-16> Number of paths
R2(config-router)#maximum-paths 2
R1也是一样的
R1(config)#router eigrp 90
R1(config-router)#maximum-paths 2
9、查看
1可以使用SHOW IP ROUTE 2.2.2.0
里面有介绍一个发送多少,另一个发送多少
2或者使用扩展PING来测试
3把两条中一条当掉,看备份的是否起作用
EIGR的非等价均衡P的更多相关文章
- EIGRP负载均衡、手工汇总、泄露明细、安全认证
基于6.6.6.6/24访问13.1.1.1/24进行负载均衡实例图 一.等价负载均衡 等价负载均衡前,R5路由器背后的6.6.6.6/24访问R1的13.1.1.1/24, 从15.1.1.0/24 ...
- 【网络】EIGRP负载均衡、手工汇总、泄露明细、安全认证
基于6.6.6.6/24访问13.1.1.1/24进行负载均衡实例图 一.等价负载均衡 等价负载均衡前,R5路由器背后的6.6.6.6/24访问R1的13.1.1.1/24, 从15.1.1.0/24 ...
- Spring Cloud 2-Ribbon 客户端负载均衡(二)
Spring Cloud Eureka 1.Hello-Service服务端配置 pom.xml application.yml 启动两个service 2.Ribbon客户端配置 pom.xml ...
- 【Spring Cloud 源码解读】之 【这也太神奇了,RestTemplate加上一个@LoadBalanced注解就能实现负载均衡!】
前提概要: 前天,有个前端大佬问了我两个问题:为啥不引入Ribbon依赖就能使用Ribbon?为啥RestTemplate加上@LoadBalanced注解就能负载均衡了?我也表示很疑惑,而我自己其实 ...
- EIGRP-16-其他和高级的EIGRP特性-2-非等价负载分担
与大多数内部路由协议不同的是, EIGRP能够将流量负载分到多条非等价路径上,而不仅仅使用去往目的地最近距离的那一条路径.提供这项功能的特性称为非等价负载分担. 非等价负载分担的核心概念是可行后继 ...
- 张恭庆编《泛函分析讲义》第二章第4节 $Hahn$-$Banach$ 定理习题解答
1.次线性泛函的性质 设 $p$ 是实线性空间 $\scrX$ 上的次线性泛函, 求证: (1)$p(0)=0$; (2)$p(-x)\geq -p(x)$; (3)任意给定 $x_0\in \scr ...
- CCNP路由实验(1) -- EIGRP
EIGRP(Enhanced Interior Gateway Routing Protocol,增强型内部网关路由协议)是Cisco公司开发的一个平衡混合型路由协议,它融合了距离向量和链路状态两种路 ...
- EIGRP系统复习【转载】
EIGRP理论 简介 EIGRP是Cisco私有协议,它是由距离矢量和链路状态两种路由协议混合而成的一种协议.即像距离矢量协议那样,EIGRP从它的相邻路由器那里得到更新信息:也像链路状态协议那样,保 ...
- (ospf、rip、isis、EIGRP)常见的动态路由协议简介
路由器要转发数据必须先配置路由数据,通常根据网络规模的大小可设置静态路由或设置动态路由.静态路由配置方便,对系统要求低,适用于拓扑结构简单并且稳定的小型网络.缺点是不能自动适应网络拓扑的变化,需要人工 ...
随机推荐
- jquery实现页面局部刷新
后台管理中总是使用frameset进行分成部分进行管理,但是感觉很不好用,尤其是页面间调转还要判断window.parent,太令我费神了,于是学习使用XMLHttpRequest进行页面局部刷新.代 ...
- Codeforces Round #338 (Div. 2) E. Hexagons 讨论讨论
E. Hexagons 题目连接: http://codeforces.com/contest/615/problem/E Description Ayrat is looking for the p ...
- HDU 4287 Intelligent IME hash
Intelligent IME Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://acm.hdu.edu.cn/showproblem.php?p ...
- Codeforces Round #310 (Div. 1) A. Case of Matryoshkas 水题
C. String Manipulation 1.0 Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/contes ...
- ecmall二次开发 直接实例化mysql对象
$db = &db(); // 第一步赋值数据库类库, $db->query(sql); // 第二步执行mysql 语句; 常用的数据库函数: 得到一行数据 $user=$db-> ...
- ProgressCircular
https://github.com/eltld/ProgressCircular
- iOS开发——实战OC篇&环境搭建之纯代码(玩转UINavigationController与UITabBarController)
iOS开发——实战OC篇&环境搭建之纯代码(玩转UINavigationController与UITabBarController) 这里我们就直接上实例: 一:新建一个项目singleV ...
- python 中sys.stdout.write 和 print >> sys.stdout的区别(转)
下面应该可以解你的惑了: print >> sys.stdout的形式就是print的一种默认输出格式,等于print "%VALUE%" 看下面的代码的英文注释,是p ...
- Visual Studio Code 1.0.1 for python
1. 安 F1健 ext install python E:\test\.vscode下的三个文件 2.launch.json { "version": "0.1.0&q ...
- UIButton设置了UIControlStateSelected和UIControlStateHighlighted状态的图片点击会闪烁的解决方案
[btn setBackgroundImage:img1 forState:UIControlStateSelected|UIControlStateHighlighted]; [btn setIma ...