From: Jo Knight (joknight@gmail.com)
Date: Sat Oct 13 2007 - 14:24:54 ART
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 ge 24 le 24
!
ip prefix-list RIP_FROM_BB3 seq 5 permit 31.0.0.0/14 ge 16 le 16
ip prefix-list RIP_FROM_BB3 seq 10 permit 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
This archive was generated by hypermail 2.1.4 : Fri Nov 16 2007 - 13:11:14 ART