Hi Skeeve,

Out of curiousity, why are you running that (very early) engineering build of 6.0? I'm surprised TAC would even entertain debugging it until you move at least to the released 6.0(1) and we have a 6.0(3) maint release with numerous fixes on top of the initial feature release.

Clearly route redistribution between BGP & an IGP should work just fine, before anything else I'd get this box running customer-released code.

2 cents,
Tim


At 11:32 PM 4/26/2012, Lee pronounced:

On 4/21/12, Skeeve Stevens <skeeve+cisco...@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
> ske...@eintellego.net ; www.eintellego.net <<http://www.eintellego.net.au>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@puck.nether.net
> <https://puck.nether.net/mailman/listinfo/cisco-nsp>https://puck.nether.net/mailman/listinfo/cisco-nsp > archive at <http://puck.nether.net/pipermail/cisco-nsp/>http://puck.nether.net/pipermail/cisco-nsp/
>

_______________________________________________
cisco-nsp mailing list  cisco-nsp@puck.nether.net
<https://puck.nether.net/mailman/listinfo/cisco-nsp>https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at <http://puck.nether.net/pipermail/cisco-nsp/>http://puck.nether.net/pipermail/cisco-nsp/




Tim Stevenson, tstev...@cisco.com
Routing & Switching CCIE #5561
Distinguished Technical Marketing Engineer, Cisco Nexus 7000
Cisco - http://www.cisco.com
IP Phone: 408-526-6759
********************************************************
The contents of this message may be *Cisco Confidential*
and are intended for the specified recipients only.



_______________________________________________
cisco-nsp mailing list  cisco-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to