Re: IEWB v4 Lab 3 Task 4.9

From: Jo Knight (joknight@gmail.com)
Date: Sat Oct 13 2007 - 14:49:24 ART


Hi Joseph,

Thanks, do you have any pointers?

I think I should probably use the route-map to set the metric-type to E1
for each tag on R1 and R2. Then the OSPF domain will prefer the routes
through the correct path.

For example:

When R1 redistributes 212.18.0.0/22 into OSPF the metric for this prefix
is set to E1 via the route-map - all other routes will be E2 by default

When R2 redistributes 30.0.0.0/14 and 31.0.0.0/14 into OSPF the metric
for these prefix is set to E1 via the route-map - all other routes will
be E2 by default

This will mean that all OSPF routers prefer the E1 routes out of the
OSPF domain.

Am I along the correct lines for this?

Jo

Joseph Saad wrote:
> Sorry if this is not helpful, but I spent 2 day myself on this task
> alone. Read throw all the theory. But the learning outcome was
> invaluable. Don't go for a quick fix for this one, otherwise you'll
> miss a real learning opportunity.
>
> On 10/13/07, *Jo Knight* <joknight@gmail.com
> <mailto:joknight@gmail.com>> wrote:
>
> GS,
>
> I have been working through the redistribution task in this lab,
> but am
> having no luck with the provided solution guide config.
>
> The idea is that prefixes from BB1 and BB3 have been tagged
> accordingly
> when distributed from RIP into EIGRP on R6.
>
> R6
>
> ip prefix-list RIP_FROM_BB1 seq 5 permit 212.18.0.0/22
> <http://212.18.0.0/22> ge 24 le 24
> !
> ip prefix-list RIP_FROM_BB3 seq 5 permit 31.0.0.0/14
> <http://31.0.0.0/14> ge 16 le 16
> ip prefix-list RIP_FROM_BB3 seq 10 permit 30.0.0.0/14
> <http://30.0.0.0/14> ge 16 le 16
> !
> !
> !
> route-map RIP2EIGRP permit 10
> match ip address prefix-list RIP_FROM_BB1
> set tag 1
> !
> route-map RIP2EIGRP permit 20
> match ip address prefix-list RIP_FROM_BB3
> set tag 3
> !
> route-map RIP2EIGRP permit 30
>
> I am happy that the tagging is identifying routes as if I
> redistribute
> between EIGRP and OSPF on R1 I see the tags on R5 for example
>
> My issue is when I follow the solutions guide and apply the following
> config on R1 and R2, what should the following config acheive?
>
> R1
>
> route-map EIGRP2OSPF permit 10
> match tag 1
> set metric 1
> !
> route-map EIGRP2OSPF permit 1000
> !
>
> router ospf 1
> redistribute eigrp 100 subnets route-map EIGRP2OSPF
>
>
> R2
>
> route-map EIGRP2OSPF permit 10
> match tag 3
> set metric 1
> !
> route-map EIGRP2OSPF permit 1000
> !
>
> router ospf 1
> redistribute eigrp 100 subnets route-map EIGRP2OSPF
>
> When I apply this I see the routes from BB1 and BB3 but they all flow
> through R1. Can someone explain what the metric settings are
> supposed to
> be doing on R1 and R2? If they are set to the same thing then what
> does
> this achieve?
>
> Thanks,
> Jo
>
> _______________________________________________________________________
>
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Fri Nov 16 2007 - 13:11:14 ART