eigrp rip ospf 静态路由重发布

本文详细介绍了边界路由器的配置,包括EIGRP、RIP和OSPF路由协议的配置,以及静态路由的重发布。讨论了不同路由协议间的METRIC值计算差异,如RIP的跳数和EIGRP的带宽、延迟等参数。同时,强调了在重发布路由到OSPF时选择E1或E2类型的影响,并提到了静态路由与动态路由交互的配置方法。
摘要由CSDN通过智能技术生成
                         路由重发布
                         ![这里写图片描述](https://img-blog.csdn.net/20180818154741263?watermark/2/text/aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L1lfNjI4enlq/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70)

边界路由器的配置
router eigrp 1 只要其它路由协议往EIGRP导入都给五参数
redistribute rip metric 1000 0 100 100 100
redistribute ospf 1 metric 1000 100 100 100 1000
redistribute static metric 1000 100 100 100 1000
redistribute connected metric 100 100 100 100 100
network 7.7.7.0 0.0.0.255
auto-summary
!
router ospf 1
log-adjacency-changes
redistribute rip subnets
redistribute eigrp 1 subnets
redistribute static subnets
redistribute connected subnets
network 5.5.5.0 0.0.0.255 area 0
!
router rip
redistribute eigrp 1 metric 15
redistribute ospf 1 metric 2
redistribute static metric 1
redistribute connected

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值