Header
Home | Set as homepage | Add to favorites
  Search the Site     » Advanced Search
Sections
Syndication


Blogroll:

||||| ALL Cisco-Network ARTICLES |||||  
CCIE Journey,
The CCIE Journey,


Redistribution into RIP

Dec 01,2008 by alperen

image

Redistribution into RIP
IGRP AS 100
R1
RIP
340 Chapter 10  Route Optimization
IGRP
Redistribution into IGRP is very similar to redistribution into RIP. When redistributing routes
into IGRP, you need to configure two items:
 The routing protocol to redistribute into IGRP
 The metric to use for the routes from the other routing protocol
These items can be configured in one of two ways:
 Add the metric to the redistribution line. This will provide the same metric for all of the
routes that are being redistributed with the redistribution line.
 Use the default-metric command with the composite metric to specify the metric for all
routes being redistributed into IGRP. You can then configure the redistribution line without
the metric attached to it. The issue with this method is that all routes from all redistributions
occurring on this router into IGRP will have the same metric.
So let’s take a look at how to configure these two different scenarios. We will start with
including the metric with the redistribution line. Refer to Figure 10.8.
We will configure one-way redistribution from RIP into IGRP AS 100 on R1:
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#router igrp 100
R1(config-router)#redistribute rip metric 100 100 200 1 1500
R1(config-router)#^Z
R1#
Now we will configure the same type of redistribution, but this time we will use the
default-metric command:
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#router igrp 100
R1(config-router)#default-metric 100 100 200 1 1500
R1(config-router)#redistribute rip
R1(config-router)#^Z
R1#
Even though IGRP and EIGRP use bandwidth and delay by default, you
must enter bandwidth, delay, reliability, load, and MTU when redistributing
into them.
189 times read

Related news

» RIP
by alperen posted on Dec 01,2008
» Redistribution into IGRP
by alperen posted on Dec 01,2008
» EIGRP
by alperen posted on Dec 01,2008
» IS-IS redistribution
by alperen posted on Dec 01,2008
» OSPF redistribution
by alperen posted on Dec 01,2008
Did you enjoy this article?
(total 0 votes)

comment Comments (0 posted) 

More Top News
CCSP-Cisco Certified Security Professional
Most Popular
Most Commented
Featured Author