Redistributing OSPF Internal and External Routes
Router(config)#router eigrp 10 |
Starts the EIGRP routing process for autonomous system 10. |
Router(config-router)#redistribute ospf 1 match internal external 1 external 2 |
Redistributes routes learned from OSPF process ID 1. The keywords match internal external 1 and external 2 instruct EIGRP to only redistribute internal, external type 1 and type 2 OSPF routes. |
NOTE: The default behavior when redistributing OSPF routes is to redistribute all routes—internal, external 1, and external 2. The keywords match internal external 1 and external 2 are required only if router behavior is to be modified. |