读书人

Cisco路由重分配

发布时间: 2010-10-19 16:36:03 作者: kind887

读书人IT频道reader8.net/exam/jisuanji/

  Cisco路由缺省的管理距离(AD)

直连接口 0OSPF110
*静态路由1IS-IS115
EIGRP汇总路由5RIP120
外部BGP20EGP140
EIGRP90外部EIGRP170
IGRP100内部BGP200

  *静态路由使用接口替代下一跳地址时,目的网络被认为是直连网络,即管理距离为0

RIP其它路由分配进其中时,默认为无限大
EIGRP其它路由分配进其中时,默认为无限大
OSPF其它路由分配进其中时,默认为20;除了BGP为1
IS-IS其它路由分配进其中时,默认为0
BGP其它路由分配进其中时,默认为IGP本身metric

  Ospf 与eigrp rip间的重分配

  (config)#router ospf 1

  (config-router)#redistribute eigrp 100 metric 30 metric-type 1 subnets

  (config-router)# redistribute rip subnets

  注:subnets参数为重分配子网,不加即只重分配主类地址

  (config)#router eigrp 100

  (config-router)#redistribute ospf 1 metric 10000 100 255 1 1500

  Bandwidth delay reliability loading mtu

  (config-router)#redistribute rip metric 10000 100 255 1 1500

  注:分配进eigrp的metric可固定为10000 100 255 1 1500

  (config)#router rip

  (config-router)#redistribute eigrp 100 metric 2

  (config-router)# redistribute ospf 1 metric 2

  注:rip以跳数作度量,最大为15跳

  多进程的EIGRP与ospf间的重分配配 读书人IT频道reader8.net/exam/jisuanji/

读书人网 >中级职称

热点推荐