RIP EIGRP redistribute

RIP <wbr>EIGRP <wbr>redistribute

RIP上的所有明细路由都发布到EIGRP,而EIGRP上的路由之让RIP学习一条缺省路由,这样不会给RIP路由器增加压力

R2上的配置

!
router eigrp 1
 network 192.168.25.0
 redistribute rip metric 1000 100 255 1 1500
 no auto-summary
 passive-interface Ethernet0/0
!
router rip
 redistribute static
 passive-interface Ethernet0/1
 network 192.168.25.0

!

ip route 0.0.0.0 0.0.0.0 Null0 //配置缺省路由,无匹配路由将丢弃


RIP <wbr>EIGRP <wbr>redistribute

RIP <wbr>EIGRP <wbr>redistribute

RIP <wbr>EIGRP <wbr>redistribute


posted on 2012-05-13 15:37  侯志清  阅读(264)  评论(0编辑  收藏  举报

导航