RE: redistribution of bgp default route into eigrp

From: yuen me (yuen_me@xxxxxxxxxxx)
Date: Fri Feb 08 2002 - 23:45:37 GMT-3


   
default-information originate will only generate a BGP update with 0.0.0.0/0
to your neighbor. It will not create a default route in your local router.
That's why no such route is redistributed into eigrp. This concept carries
on for other routing protocol.

Moreover I could only successfully genrate 0.0.0.0/0 bgp update with a
neighbor statement i.e. neighbor X.X.X.X default route originate. Putting in
under router statement did not work in my experience.

yuenme

>From: "Yadav, Arvind K (CAP, GECIS)" <Arvind.Yadav@gecis.ge.com>
>Reply-To: "Yadav, Arvind K (CAP, GECIS)" <Arvind.Yadav@gecis.ge.com>
>To: bruce.lawrence.williams@verizon.com, ccielab@groupstudy.com
>Subject: RE: redistribution of bgp default route into eigrp
>Date: Fri, 8 Feb 2002 03:40:52 -0500
>
>1st check whether you have default routes in you bgp table or not.
>2nd this is becuase of EIGRP Metric. you need to put default-metric
>command.
>
>router eigrp 10
> redistribute bgp 3 route-map ABC
> network 10.0.0.0
> default-metric 1000 100 250 100 15000
>
>Arvind
>
>-----Original Message-----
>From: bruce.lawrence.williams@verizon.com
>[mailto:bruce.lawrence.williams@verizon.com]
>Sent: Friday, February 08, 2002 10:41 AM
>To: ccielab@groupstudy.com
>Subject: redistribution of bgp default route into eigrp
>
>
>Please tell me what I am doing wrong. I have a border router that is
>running EBGP on its serial interface and EIGRP on the LAN interface. I want
>to redistribute the default route and the default route only from the BGP
>process into EIGRP. I configured redistribution with a route map that
>references a prefix list that only allows 0.0.0.0/0, but I dont see the
>default route being distributed into EIGRP. I added the commands
>"default-information in" and "default-information out" to the EIGRP process
>also and it still does not work.
>
>Here is the config:
>
>!
>router eigrp 10
> redistribute bgp 3 route-map ABC
> network 10.0.0.0
> default-information in 1
> default-information out 1
>!
>router bgp 3
> neighbor 192.168.1.1 remote-as 192
> default-information originate
>!
>ip classless
>!
>!
>ip prefix-list ABC seq 5 permit 0.0.0.0/0
>!
>access-list 1 permit any
>!
>route-map ABC permit 10
> match ip address prefix-list ABC
>!



This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 13:46:16 GMT-3