background image
Configuring Route Redistribution
371
F I G U R E 1 0 . 4
Improper redistribution
Since RouterB connects to both the EIGRP and RIP networks, RouterB is
the router where we can redistribute EIGRP and RIP into each other. The
syntax on router RouterB to redistribute EIGRP and RIP into one another is
as follows:
router eigrp 10
where 10 is the AS number.
redistribute rip
which tells the router to take routes learned via RIP and re-advertise them via
EIGRP.
network 1.0.0.0
where network is the network that is part of the EIGRP routing process.
default-metric 56 10 255 1 1500
where default-metric is the metric to be used when redistributing routes
from other routing protocols, 56 is the bandwidth (56Kbps), 10 is the delay
(in 10-microsecond increments), 255 is the reliability (100 percent reliable),
l
is the load (no load), and 1500 is the MTU size (1,500 bytes).
Network B
RIP
router eigrp 10
network 1.0.0.0
router rip
network 8.0.0.0
Network A
EIGRP - Process ID 10
I cannot see
routes
from RouterC.
I can see routes
from both RouterA
and RouterC.
I cannot see
routes
from RouterA.
RouterC
RouterB
RouterA
8.8.8.0/24
1.1.1.0/24
Copyright ©2001 SYBEX , Inc., Alameda, CA
www.sybex.com