温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

33、重分布配置实验之Default Seed Metric及重分布总结

发布时间:2020-06-19 22:27:31 来源:网络 阅读:872 作者:开源殿堂 栏目:网络安全

1、重分布默认Default Seed Metric值

ProtocolDefault Seed Metric
RIPinfinity(无限)
EIGRPinfinity(无限)
OSPF20 for all except BGP,which is 1
BGPBGP metric is set to IGP metric value

重分布进RIP,重分布static、connected时Default Seed Metrics都为1。

重分布进OSPF,重分布static时只能重分布静态路由,不能重分布默认路由。


2、重分布总结

在路由器上将A路由协议重分布进B路由协议,会将路由器上所有运行A路由协议的接口(除ISIS/ODR),以及所有学习到的A路由协议路由重分布进B路由协议中。

33、重分布配置实验之Default Seed Metric及重分布总结


R1配置

interface Serial0/0

 ip address 12.1.1.1 255.255.255.0

interface Serial0/1

 ip address 13.1.1.1 255.255.255.0

interface Serial0/2

 ip address 14.1.1.1 255.255.255.0

router eigrp 90

 redistribute ospf 110 metric 1500 100 255 1 1500

 network 14.1.1.0 0.0.0.255

 no auto-summary

router ospf 110

 router-id 1.1.1.1

 log-adjacency-changes

 redistribute rip subnets

 network 13.1.1.0 0.0.0.255 area 0

router rip

 version 2

 network 12.0.0.0

 no auto-summary


R2配置

interface Loopback0

 ip address 2.2.2.2 255.255.255.0

interface Serial0/0

 ip address 12.1.1.2 255.255.255.0

router rip

 version 2

 network 2.0.0.0

 network 12.0.0.0

 no auto-summary


R3配置

interface Loopback0

 ip address 3.3.3.3 255.255.255.0

interface Serial0/0

 ip address 13.1.1.3 255.255.255.0

router ospf 110

 router-id 3.3.3.3

 log-adjacency-changes

 network 3.3.3.0 0.0.0.255 area 0

 network 13.1.1.0 0.0.0.255 area 0


R4配置

interface Loopback0

 ip address 4.4.4.4 255.255.255.0

interface Serial0/0

 ip address 14.1.1.4 255.255.255.0

router eigrp 90

 network 4.4.4.0 0.0.0.255

 network 14.1.1.0 0.0.0.255

 no auto-summary


33、重分布配置实验之Default Seed Metric及重分布总结

33、重分布配置实验之Default Seed Metric及重分布总结


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI