[c-nsp] Nexus 7k BGP Redistribute into EIGRP

Lee ler762 at gmail.com
Fri Apr 27 02:32:56 EDT 2012


On 4/21/12, Skeeve Stevens <skeeve+cisconsp at eintellego.net> wrote:
> Hey all,
>
> Got an odd problem with a Nexus 7010.
>
> We're taking in a default route from an upstream and we're wanting to
> redistribute the default route into EIGRP.
>
> The route is getting in just fine, but for some reason it isn't
> redistributing into EIGRP.  We've tried OSFP as well, but no go.
>
> We're running Image version:       6.0(1) [build 6.0(0.66)]
>
> The TAC has been looking into it, but they've gone off to with a confused
> look on their face.
>
> If anyone has experienced anything like this and had a resolution, please
> let me know.

Nexus 7010 running 5.2(3a) - redistribute default route from bgp to eigrp:

ip prefix-list default_route_prefix permit 0.0.0.0/0 le 1

route-map bgp_default_to_eigrp permit 10
  match ip address prefix-list default_route_prefix
  match as-number 65103
  set metric 1000 9999 255 1 1500

router eigrp 1
  redistribute bgp 65103 route-map bgp_default_to_eigrp

Regards,
Lee

>
>
> *Skeeve Stevens, CEO*
> eintellego Pty Ltd
> skeeve at eintellego.net ; www.eintellego.net <http://www.eintellego.net.au>
>
> Phone: 1300 753 383 ; Fax: (+612) 8572 9954
>
> Cell +61 (0)414 753 383 ; skype://skeeve
>
> facebook.com/eintellego
>
> twitter.com/networkceoau ; www.linkedin.com/in/skeeve
>
> PO Box 7726, Baulkham Hills, NSW 1755 Australia
>
> The Experts Who The Experts Call
> Juniper - Cisco – Brocade - IBM
> _______________________________________________
> cisco-nsp mailing list  cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
>



More information about the cisco-nsp mailing list