Re: Denying default route from EIGRP to OSPF

From: Danshtr (danshtr@gmail.com)
Date: Tue Mar 15 2005 - 04:28:33 GMT-3


Does this not work?:

ip prefix A deny 0.0.0.0/0
ip prefix A per 0.0.0.0/0 le 32

route-map A
   mat ip addr pref A

router ospf 1
   redistri static sub route-ma A

I tested it, and i works. 0.0.0.0 0.0.0.0 route is not redistributed,
but all other do.

On Mon, 14 Mar 2005 23:51:12 -0700, Moin, Imran <imoin@virtela.net> wrote:
> Hello All,
>
> There is a router running both EIGRP and OSPF. This router has a few EIGRP
> routes in the routing table, including the default route. The requirement
> states that "Redistribute all EIGRP routes into OSPF except the default
> route". I cannot permit all the EIGRP routes (besides default route) in a
> route-map and use it for redistribution, as there might be some more routers
> added to EIGRP network in future and those networks should get automatically
> redistributed into OSPF.
>
> Any inputs on how your access-list/prefix-list would look to accomlish this
> task, where it denies the default route and permits everything else?
>
> Thanks,
> Imran.
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>

-- 
Best regards,
Dan


This archive was generated by hypermail 2.1.4 : Sun Apr 03 2005 - 17:56:45 GMT-3