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

2012-04-27 Thread Skeeve Stevens
Thanks Tim,

I will mention it to the customer.  I don't know Nexus software releases,
but you are clearly right.  The customer is extremely nervous about their
7k and getting them to upgrade it at the moment will be nigh impossible,
but at least we would have raised it.

The BGP issue was sorted out when I found the obscure command in the
route-map (that was required) which was to tag the route internal or
external then it worked.  Apparently this is in the docs somewhere, but
not having worked with Nexus layer 3 before, it took a while to find.  And
why the TAC didn't see that... well, that is the Cisco Kazakhstan staff for
you (BGP - I LIKE!)

...Skeeve

*Skeeve Stevens, CEO*
eintellego Pty Ltd
ske...@eintellego.net ; www.eintellego.net 

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



On Sat, Apr 28, 2012 at 00:09, Tim Stevenson  wrote:

> 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 
> >
>> 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  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
>> > 
>> >htt**ps://puck.nether.net/mailman/**listinfo/cisco-nsp
>> > archive at 
>> > 
>> >http://**puck.nether.net/pipermail/**cisco-nsp/
>> >
>>
>> __**_
>> cisco-nsp mailing list  cisco-nsp@puck.nether.net
>> 
>> >htt**ps://puck.nether.net/mailman/**listinfo/cisco-nsp
>> archive at 
>> 
>> >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/


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

2012-04-27 Thread Tim Stevenson

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  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  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>

>
> 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
> archive at 
http://puck.nether.net/pipermail/cisco-nsp/

>

___
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/





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/