Hi all,

I'm not being able to get the route-map working in the redistribution in
eigrp.
In the task I have to redistribute from ospf into eigrp but only certain
routes (in this case 6.6.2.0/24 and the default route), but I'm unable to
get the route-map working to filter what gets redistributed.
I've also tried it GNS3 after the lab and got the same results using simpler
examples (no default routes involved), but got the same results.. all the
ospf routes get redistributed, I've even tried going along with the
solutions but still didn't get it working.

Am I missing something ? is it a bug (on gns3 i was working on 8.0(2) and on
the lab it was 8.2)
Any help would appreciated :-)

Here's one config below:

access-list o2e standard permit 6.6.2.0 255.255.255.0
access-list o2e standard permit host 0.0.0.0
!
route-map o2e permit 10
 match ip address o2e
!
!
router eigrp 89
 no auto-summary
 default-metric 1 1 1 1 1
 distribute-list einside out interface inside
 distribute-list edmz out interface DMZ
 network 10.1.1.0 255.255.255.0
 network 10.17.17.0 255.255.255.0
 redistribute ospf 1 route-map o2e
!

Best regards,

Tiago
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Reply via email to