路由协议重分布

RIP

1 把其他路由协议注入到RIP需要手工改metirc值

  redistributs ospf 100 metric 5

2 把静态路由注入到RIP不需要手工改metric

  redistribute static

3 把默认路由注入到RIP

  redistribute static

4 把直连路由注入到RIP

  redistribute connected

 

OSPF

1 把其他路由协议注入到OSPF需要加subnets参数

  redistributs rip subnets

2 把静态路由注入到OSPF

  redistribute static subnets

3 把默认路由注入到OSPF

  default-information originate

4 把直连路由注入到OSPF

  redistribute connected subnets

 

EIGRP

1 把其他路由协议注入到EIGRP需要手工改metirc值

  redistributs ospf 100 metric 100000 100 255 1 1500

2 把静态路由注入到EIGRP

  redistribute static

3 把默认路由注入到EIGRP

  redistribute static

4 把直连路由注入到EIGRP

  redistribute connected

posted @ 2016-01-29 11:23  emmac  阅读(417)  评论(0编辑  收藏  举报