Route Redistribution
Route Redistribution
R(config-router)#redistribute SRC [PROC|AS] [metric METRIC] [route-map ROUTE-MAP] [OSPF-OPTIONS]
! SRC: rip, eigrp, ospf, isis, bgp, static, connected, odr
! PROC|AS: used for OSPF and EIGRP
! METRIC: seed metric into the DESTINATION process
! ROUTE-MAP: used for conditional redistribution
! OSPF-OPTIONS: options specific to OSPFRedistributing into OSPF
R(config)# router ospf PROC
R(config-router)# redistribute [SRC [PROC|AS]] subnetsRedistributing from OSPF
R(config-router)# redistribute ospf PROC match {internal|external {1|2}|nssa-external {1|2}}
! using just external means both 1 and 2Redistributing BGP into IGP
Seed metric
RIP
OSPF
EIGRP
Default metric
Conditional Redistribution
Match rules
General match rule
IGP specific
BGP specific
Set rules
Last updated