Re: Filter ospf once redistributed into EIGRP

From: Thor Kopp (thorkopp@googlemail.com)
Date: Sun Jun 08 2008 - 07:15:23 ART


You are deny'ing the address from the route-map seq 10. change your
prefix-list to permit ie I want to match the deny statement:

ip prefix-list deny_ospf seq 10 permit 150.100.3.0/24
!
route-map deny_ospf deny 10
 match ip address prefix-list deny_ospf
!
route-map deny_ospf permit 20
!
router eigrp 3
 redistribute ospf 3 metric 10000 100 255 1 1500 route-map deny_ospf
Also as a suggestion don't make your route-maps and prefix-list and
everything that can be named the same name, all you will end up doing is
confusing yourself when you are trying to troubleshoot.

- Thor

On Sun, Jun 8, 2008 at 10:39 AM, ccie <ccie@just-horizon.com> wrote:

> Hi experts,
>
>
>
> SW1 is running two routing protocols, and the net 150.100.3.0/24 is
> obtained through the OSPF domain,
>
>
>
>
>
> ip prefix-list deny_ospf seq 10 deny 150.100.3.0/24
>
>
>
> route-map deny_ospf deny 10
>
> match ip address prefix-list deny_ospf
>
> !
>
> route-map deny_ospf permit 20
>
>
>
> router eigrp 3
>
> redistribute ospf 3 metric 10000 100 255 1 1500 route-map deny_ospf
>
>
>
> I still see the net 150.100.3.0 redistributed under the EIGRP domain,
> could
> someone help me?
>
>
>
> Regards,
>
> Amin
>
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
>
>
>
>

-- 
Thanks,
Thor


This archive was generated by hypermail 2.1.4 : Tue Jul 01 2008 - 06:23:21 ART