!Redistribution is doing where when we need to pump our routes to different protocol
!RIP redistribution is available for following protocols in Cisco IOS 15
Router(config-router)#redistribute ?
connected Connected
eigrp Enhanced Interior Gateway Routing Protocol (EIGRP)
metric Metric for redistributed routes
ospf Open Shortest Path First (OSPF)
rip Routing Information Protocol (RIP)
static Static routes
!RIP to EIGRP
Router(config-router)#redistribute eigrp <AS> metric <default-matric>
!RIP to OSPF
Router(config-router)#redistribute ospf <process-ID> metric <default-metric>
!RIP redistribution is available for following protocols in Cisco IOS 15
Router(config-router)#redistribute ?
connected Connected
eigrp Enhanced Interior Gateway Routing Protocol (EIGRP)
metric Metric for redistributed routes
ospf Open Shortest Path First (OSPF)
rip Routing Information Protocol (RIP)
static Static routes
!RIP to EIGRP
Router(config-router)#redistribute eigrp <AS> metric <default-matric>
!RIP to OSPF
Router(config-router)#redistribute ospf <process-ID> metric <default-metric>
Comments
Post a Comment