December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to redistribute routes learned with another means into the EIGRP routing process.
The simplest way to redistribute routes into EIGRP uses the redistribute command, as follows:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#ip routeRouter1(config)#192.168.10.0 255.255.255.0 192.168.20.5router eigrpRouter1(config-router)#55redistribute staticRouter1(config-router)#exitRouter1(config)#endRouter1#
You can set the properties of the routes that are redistributed from another routing protocol with the default-metric command:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#router eigrpRouter1(config-router)#55redistribute ripRouter1(config-router)#default-metricRouter1(config-router)#1000 100 250 100 1500exitRouter1(config)#endRouter1#
The show ip protocols command tells you about any route redistribution that the protocol is doing:
Router1#show ip protocols Routing Protocol is "eigrp 55" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Serial0.1 filtered by 34 (per-user), default is 34 Default networks flagged in outgoing updates Default networks accepted from incoming updates EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0 EIGRP maximum hopcount 100 EIGRP maximum metric variance 1 Redistributing: static, eigrp 55 Automatic network ...