Route Redistribution
Route Redistribution is the process of sharing routes between different routing protocols or between different instances of the same protocol.
Think of it like translating languages:
In networking, this means allowing routers running different protocols to exchange route information.
bashCopyEditRouter(config)# router ospf 1
Router(config-router)# redistribute rip subnets metric 10
bashCopyEditRouter(config)# router ospf 1
Router(config-router)# redistribute eigrp 100 subnets metric 20
Router(config)# router eigrp 100
Router(config-router)# redistribute ospf 1 metric 10000 100 255 1 1500
Quick Links
Contact Us
Email: contact@openexamschool.com
© 2025 Open Exam School. All rights reserved. Developed By Open Exam School.