Darren,

I would use a route-map for this. You could set the map
to permit and deny routes as well as set different metrics.

Here is an example:
200.1.1.0 filter out (Deny)
206.18.135.0 set metric 2000 50 255 1 1500
10.0.0.0 set metric 10000 30 255 1 1500
all other routes set metric 10000 10 255 1 1500

Access-list 1 permit 200.1.1.0 0.0.0.0

Access-list 2 permit 206.18.135.0 0.0.0.0

Access-list 3 permit 10.0.0.0 0.0.0.0

route-map test deny 10
match ip address 1

route-map test permit 20
match ip address 2
set metric 2000 50 255 1 1500

route-map test permit 30
match ip address 3
set metric 10000 30 255 1 1500

route-map test permit 40
set metric 10000 10 255 1 1500

router eigrp 100
redistribute static route-map test

Hope this answers your question.

Dan



>From: Darren Ward <[EMAIL PROTECTED]>
>Reply-To: Darren Ward <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Route Redistribution
>Date: Mon, 10 Jul 2000 22:15:22 +1000
>
>Hi All,
>
>I have a question with using multiple redistrutions into a routing
>process such as EIGRP.
>
>Consider that you want to redistribute static routes into EIGRP and yet
>you want more control than simply defining a default-metric for the
>redistribution to get more atomic control.
>
>Lets say in fact that some static routes that go via a 2Meg E1, another
>few via a 10Meg Ethernet and yet some more via 100Meg FDDI from the same
>router.
>
>Now I know I can specify a route-map to match for a redistribution rule
>via 'redistribute static metric x x x x x route-map x' command to
>redistribute for example the FDDI routes but I don't seem able to input
>more than one redistribute static metric command and so the routes via
>the Ethernet and E1 would in fact seem not to be redistributed at all.
>
>So the question remains, how can I redistribute static routes (or any
>route really) and be able to define the different metrics at my whim?
>
>Just to clarify: I know I can simply include these networks in my EIGRP
>process but that's not the pupose of this exercise which is to push the
>limits of route redistribution as part of my CCIE studies.....
>
>Darren (CCIE Wannabee)
>
>___________________________________
>UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
>FAQ, list archives, and subscription info: http://www.groupstudy.com
>Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to