Redistributing Subnets into OSPF
Router(config)#router ospf 1 |
Starts the OSPF routing process. |
Router(config-router)#redistribute eigrp 10 metric 100 subnets |
Redistributes routes learned from EIGRP autonomous system 10. A metric of 100 is assigned to all routes. Subnets will also be redistributed. |
NOTE: Without the subnets keyword, no subnets will be redistributed into the OSPF domain. (Only routes that are in the routing table with the default classful mask will be redistributed.) |