Redistributing Static Routes
Router(config)#ip route 10.1.1.0 255.255.255.0 serial 0/0/0 |
Creates a static route for network 10.1.1.0/24 exiting out of interface Serial 0/0/0 |
Router(config)#router eigrp 10 |
Starts the EIGRP routing process |
Router(config-router)#redistribute static |
Redistributes static routes on this router into the EIGRP routing process |