`

eigrp

 
阅读更多

 

 

向eigrp注入默认路由

1,从发布静态路由

configure terminal

ip route 0.0.0.0 0.0.0.0 serial 0/0

router eigrp 100
no auto-summary
network 1.1.1.1 0.0.0.255
redistributestatic

2,宣告默认路由

ip route 0.0.0.0 0.0.0.0 serial 0/0

router eigrp 100
no auto-summary
network 1.1.1.1 0.0.0.255
network 0.0.0.0

3,ip default-network

router eigrp 100
network 1.1.1.1 0.0.0.255
network 12.0.0.0

ip default-network 12.0.0.0
ip route 12.0.0.0 255.0.0.0 null0
##########################################################

路由汇总

主类路由边界(主类或主类内部子网)会自动汇总
对路由的出接口做汇总
ip summary-address eigrp 100 199.8.0 255.255.252.0

##########################################################

eigrp 重置路由关系实验acl使用

access-list 100 deny eigrp any any
access-list 100 permit any any
interface serial 0/0
ip access-list 100 in

debug eigrp packets event
(重置邻居关系1 hello包未应答 2 16次retry超时 3 query3分钟超时stuck to active)
配置stuck to active

timers active-time 3


##########################################################

扩散更新算法(dual算法)
FD AD success feasible-success
router eigrp 100
maximum-path 6
等价负载均衡metric值相等
非等价负载均衡 (variance 2)
success’s FD * veriance > Feasible success’ FD

router eigrp 100
variance 2
int e 1/0
delay 10000 (实际是10000*10)
##########################################################

广域网wan链路

int s 0/0
bandwidth 10
ip bandwidth-percent eigrp 100 200
###########################################################

1,限制查询包的范围
ip summary-address eigrp 100 10.0.0.0 255.0.0.0
2,eigrp stub末梢
router eigrp 100
eigrp stub ?

###########################################################
eigrp认证

conf ter
key chain davy
key 1
key-string davy123
exit
interface s 0/0
ip authentication key-chain eigrp 100 davy
ip authentication mode eigrp 100 MD5
no shutdow
exit
##########################################################

优化

1,被动接口
router eigrp 100
passive-interface loopback 0(不收发eigrp报文任然有loopback的路由)
2,偏移列表(修改某路由的mectric)
access-list 1 permit 1.1.1.0
router eigrp 100
offset-list 1 in 4serial 0/0


############################################################################


###################
启动eigrp协议进程##
###################

router eigrp autonomous-system
network network-number{wildcard-mask}

router eigrp autonomous-system
passive-interface {type number}default


################################
在出口上汇总本地宣告的路由明细##
################################
router eigrp 100
no auto-summary
interface e0
ip summary-address eigrp 100 172.16.0.0 255.255.0.0

################################
eigrp的默认路由  主类路由     ##
################################

ip default-network network-number

##########
负载均衡##
##########

##############
等价负载均衡##
matric值相等##
默认支持4条 ##
最大支持16条##
##############

maximum-paths maximum-path

################
非等价负载均衡##
在度量值不等的##
路径上负载均衡##
################

variance multipler

#multipler(1-128倍数)
#AD<FD(min)
#FD<=FD(min) X multipler

#######################
eigrp的认证(R1,R2)##
#######################
R1

conf ter
key chain davy
key 1
key-string davy123
exit
interface s 0/0
ip authentication key-chain eigrp 1 davy
ip authentication mode eigrp 1 MD5
no shutdow
exit
#############################################
R2

conf ter
key chain davy
key 1
key-string davy123
exit
interface s 0/0
ip authentication key-chain eigrp 1 davy
ip authentication mode eigrp 1 MD5
no shutdow
exit


################################
优化eigrp                     ##
避免sia(sink in active)     ##
sia-查询、sia-应答            ##
在active-timers一半时发       ##
################################
模拟sia
 
active timer 默认3m改为1m
router eigrp 1
timers active-time 1

开启debug
debug eigrp pi

定义acl 只允许hello包 接口上开启acl
access-list 100 permit eigrp any host 244.0.0.10
interface s 0/0
ip access-group 100 in

停止 lo0
interface lo0
shutdown

################################
限制查询范围

router eigrp 1
eigrp stub ??


配置 RA2:
Router>enable
Router#configure terminal
Router(config)#hostname ra2
ra2(config)#enable secret cisco
ra2(config)#no ip domain-lookup
ra2(config)#line console 0
ra2(config-line)#logging synchronous
ra2(config-line)#exit

ra2(config)#interface serial 0
ra2(config-if)# no shutdown
ra2(config-if)#ip address 12.1.1.2 255.255.255.0
ra2(config-if)#ip summary-address eigrp 1 172.16.0.0 255.255.252.0
ra2(config-if)#interface serial 1
ra2(config-if)#no shutdown
ra2(config-if)#ip address 23.1.1.2 255.255.255.0
ra2(config-if)#ip summary-address eigrp 1 172.16.0.0 255.255.252.0
ra2(config-if)#interface ethernet 0
ra2(config-if)#no shutdown
ra2(config-if)#ip address 22.1.1.2 255.255.255.0
ra2(config-if)#no keepalive
ra2 (config-if)#exit

ra2(config)#router eigrp 1
ra2(config-router)#network 11.0.0.0
ra2(config-router)#network 23.0.0.0
ra2(config-router)#network 22.0.0.0

 

 

 

 

 

 

 

 

 

 

 

 


 

 

 

 

 

 

 

 

 

 


 

 

 

 

 

 

 

 

 


 

分享到:
评论

相关推荐

    eigrp 网络课程设计

    本课程设计主要介绍EIGRP路有协议的基本原理、优点以及在全cisco网络设备的企业网络中的应用。EIGRP是最典型的平衡混合路由选择协议,它融合了距离矢量和链路状态两种路由选择协、议的优点,使用散射更新算法 (DUAL)...

    EIGRP实验手册 cisco

    EIGRP EIGRP EIGRP EIGRP EIGRP EIGRP

    eigrp cisco私有的

    eigrp EIGRP 组播更新 默认AD 90 External EIGRP AD 170 特点: 1.cisco私有的 2.采用高级的距离矢量算法 3.支持到达目标网络的等量和不等量的负载均衡 4.采用组播更新224.0.0.10 5.使用PDM来支持多种的网络层协议 IP...

    EIGRP练习题.rar

    ( EIGRP练习题.rar ) 问题描述1:三台运行rip v2,在R1上关闭自动汇总,并手工汇总成1.1.1.0/24,在R2上没有关闭自动汇总,观察R2与R3的路由表 问题描述2:三台运行eigrp,都没有关闭自动汇总,在R1上手工汇总成1.1....

    实验9.6.2:EIGRP 配置技能实验

    思科实验9.6.2:EIGRP 配置技能实验,上机的实验报告。仅供参考

    EIGRP加强型内部网关路由协议

    CCNA课程内讲解EIGRP加强型内部网关路由协议,讲解说明

    CCNP实验:OSPF和EIGRP双点双向重分布

    非常不错的CCNP实验 CCNP实验:OSPF和EIGRP双点双向重分布

    路由策略配置实战·路由策略配置实战ospf与eigrp的重分布GNS3版

    路由策略配置实战ospf与eigrp的重分布 IP地址规划 拓扑中的IP 地址段采用: 172.8.AB.X/24, 其中AB为两台路由器编号组合,例如:R3-R6之间的AB为36,X为路由器编号例如R3的X=3 所有路由器都有一个Loopback0接口,地址...

    eigrp基本命令.txt

    在路由器上启动EIGRP协议; 声明相应网段进入EIGRP路由进程; 查看路由表并理解相关字段含义; 查看EIGRP协议配置信息; 查看EIGRP邻居路由器信息。

    EIGRP基本配置(视频演示)

    EIGRP基本配置,视频演示,直观的介绍了EIGRP协议的配置过程。

    EIGRP更新机制.docm

    Eigrp的路由更新机制,EIGRP,Metric的计算,Active-time计时器演示,EIGRP的默认路由发布演示,EIGRP路由汇总演示,EIGRP的非等价负载均衡实验

    EIGRP详解 ppt文档

    帮助读者深刻的理解EIGRP协议的原理和配置方法。

    动态路由协议OSPF与EIGRP的全面对比

    EIGRP和早期的IGRP协议都是由Cisco发明,是基于距离向量算法的动态路由协议。EIGRP(Enhanced Interior Gateway Routing Protocol)是增强版的IGRP协议。它属于动态内部网关路由协议,仍然使用矢量-距离算法。但它的...

    EIGRP度量值计算

    EIGRP度量值计算 带宽指最小带宽,延时是累计延时 !

    6IPv4EIGRP.pka

    6IPv4EIGRP.pka

    EIGRP 路由协议汇总.pdf

    EIGRP 在思科认证的CCNA、CCNP 中均有考察。是一个重要的考点。本电子书手把手教你配置 EIGRP 协议。

    EIGRP综合实验.doc

    EIGRP综合实验.docEIGRP综合实验.docEIGRP综合实验.doc

    EIGRP(完整版)

    EIGRP是CISCO专有的路由协议,它是IGRP的增强版本,它同样使用距离向量技术,并且作了一些有助于协议汇聚和操作效率的改进。里面有详细的实验步骤供大家学习

    CCNA实验 EIGRP路由协议

    CCNA实验 EIGRP路由协议 EIGRP路由协议的使用与工作原理

    关于EIGRP计时器和几种状态的解析.docx

    要理解EIGRP的这几个状态,需要具备基础的EIGRP知识,比如,EIGRP的更新方式,EIGRP的基本工作原理,在这儿重点讨论的是关于EIGRP的几个状态,所以针对EIGRP的基本原理不做具体的阐述。

Global site tag (gtag.js) - Google Analytics