From: Chuck Larrieu (chuck@xxxxxxxxxxxxx)
Date: Wed Jan 17 2001 - 19:50:33 GMT-3
The Slattery / Burton book Advanced IP Routing in Cisco Networks is a bit
better in explaining things. While both Slattery and Caslow, in many
instances, assume far more background than does Doyle, in some cases
Slattery offers some very good examples and discussion.
A couple of comments below:
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Virnoche, Phil
Sent: Wednesday, January 17, 2001 11:19 AM
To: CCIE newsgroup (E-mail)
Subject: Metrics when redistributing.
Question: When redistributing routes into OSPF and EIGRP, how does one
determine the metrics to use? Is there any good documention that exists that
eplains this?
CL: in terms of good practice, one should probably not be too fancy, but
should stick with accurately representing the network topology However,
experienced engineers do use metrics to manipulate or otherwise influence
routing policy.
Caslow's book only says that it is necessary to provide metrics but is very
lacking on how these are determined.
FOR EXAMPLE:
router eigrp 1
redistribute static metric 10000 100 255 1 1500
CL: this places static routes into the EIGRP routing process, and attributes
to them an EIGRP metric based on 10 megabits bandwidth, 100 microsecond
delay, a load of 255 ( max ) a reliability of 1 ( minimum ), and an MTU of
1500 bytes If you are in to self inflicted pain, you can use these numbers
to calculate what shows up in the routing table in the metric column.
router ospf 1
redistribute eigrp 96 metric 20 metric-type 1 subnets
CL: this places EIGRP originated routes into the OSPF process as external
type 1 routes ( as the route passes through the OSPF domain, OSPF metrics
are added to the redistribution assigned metric of 20 ) and all subnets are
passed into the OSPF domain as well. ( as opposed to a summary, or not at
all if you omit the "subnets" keyword. ) In OSPF the metric is cost, which
in turn is 10^8 / bandwidth. The metric of 20 means the administrator is
telling OSPF to consider the EIGRP originated routes as the equivalent of a
5 megabit line, or a bit more than three T1's.
Danka !
Philip G. Virnoche CCNA
Network Engineer - AT&T Wireless
phone: 425.580.5239
cell: 206.601.3134
"HAM AND EGGS - A day's work for a chicken; A lifetime commitment for a
pig."
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:27:33 GMT-3