From: Chuck Larrieu (chuck@xxxxxxxxxxxxx)
Date: Wed Feb 28 2001 - 02:49:55 GMT-3
You might get more and better answers quicker if you send your posts in text
mode.
Metric has slightly different meanings for different routing protocols. When
you redistribute from one protocol to another, you may want to place some
arbitrary metric onto the routes you are redistributing, for any number of
reasons. In lab prep and study, we usually do so to test that our routes
really are being redistributed ;->
So
Router rip
Redistribute OSPF 1 metric 2
You are redistributing ospf routes ( process 1 ) into rip, and assigning
those routes an initial metric ( hop count, for rip ) of two. As the routes
pass into the rip domain, that initial hop count will increase at every
router. if your rip domain is 14 routers wide, then the last guy out will
not see those redistributed routes because of count to infinity.
Router ospf 1
Redistribute rip metric 100 subnets
You are redistributing rip routes into ospf routing process 1. You are
assigning those routes an initial metric ( cost, in the case of ospf ) of
100, or roughly an E1 circuit. You are redistributing all subnets ( remember
that rip is classful ) rather than a summary. Since the redistribution does
not indicate a change in the ospf metric-type for redistributed routes, they
will be noted in the routing table as E2 routes, and the cost will not
change as those routes are perpetuated through the ospf domain.
HTH
Chuck
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Scott Schneidewind
Sent: Tuesday, February 27, 2001 1:38 PM
To: ccielab@groupstudy.com
Subject: redistribute ospf 1 metric 2
<html><DIV>In the cciebootcamp lab number 7 - R2</DIV>
<DIV> </DIV>
<DIV>could somebody explain where we get the following metrics:</DIV>
<DIV>redistribute rip metric 100 subnets</DIV>
<DIV>redistribute ospf 1 metric 2</DIV>
<DIV> </DIV>
<DIV>Thanks!</DIV>
<DIV>Scott</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>!<BR>router ospf 1<BR> <STRONG>redistribute rip metric 100
subnets</STRONG><BR> network 10.101.1.2 0.0.0.0 area 0<BR> network
137.20.20.1 0.0.0.0 area 2<BR> default-information originate metric 200
metric-type 1<BR> distance 130<BR> distance 110 0.0.0.0
255.255.255.255 1<BR>!<BR>router rip<BR> version 2<BR> timers
basic 5 15 0 30<BR> <STRONG>redistribute ospf 1 metric
2</STRONG><BR> passive-interface Ethernet0<BR> passive-interface
Serial0<BR> network 10.0.0.0<BR> distance 130<BR> distance
120 10.21.1.2 0.0.0.0 2<BR>!</DIV><br clear=all><hr>Get your FREE download
of MSN Explorer at <a
href="http://explorer.msn.com">http://explorer.msn.com><br></p></html>
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:29:08 GMT-3