Re: [c-nsp] MPLS via SVI on Sup720-PFC3b

2016-09-20 Thread Paul
You can always hack it up and recirculate it and waste a couple front 
ports if you are really in a pinch :)




On 9/20/2016 11:27 AM, Ryan NSP wrote:

Howdy folks,

I am in the middle of some re-arch/migrations/you name it, and I am trying
to lay out some design ahead of ripping out some legacy gear, if possible.
Priorities/budgets/finite amount of hands and that...

Specifically I am trying to determine if I can run MPLS on a SVI off of a
Sup720-PFC3b with WS-X6748-GE-TX (CFC) line cards and a WS-X6516A-GBIC
blade (where the SVI for my LDP neighbor ultimately goes), or just at port
level?

Trying to take back my sanity and collapse some multi-site vrf-lite, but
want to make sure I have all my ducks in a row. :)

Thanks for your help.

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


Re: [c-nsp] MPLS via SVI on Sup720-PFC3b

2016-09-20 Thread Francisco M. Zelaya
Hi, 

Yes, you can use a vlan has an MPLS uplink on a SUP720.
I use it all the time. Please take especial care on defining the appropriate 
MTU.

Here is the example that you are looking for:

#sh mpls interfaces 
Interface  IPTunnel   Operational
Vlan425Yes (ldp) No   Yes  

#sh run
interface Vlan425
 description TO-
 mtu 1546
 ip address x.x.x.x 255.255.255.252
 no ip redirects
 no ip unreachables
 no ip proxy-arp
tag-switching ip

interface GigabitEthernet1/5
 description SWITCH_STACK
 switchport
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 1,3,4,6,7,9-11,14-18,20-22,24-30,32-35,425
 switchport mode trunk  
 mtu 9216  
 no ip address


Sincerely,

Francisco 


-Mensaje original-
De: cisco-nsp [mailto:cisco-nsp-boun...@puck.nether.net] En nombre de Ryan NSP
Enviado el: martes, 20 de septiembre de 2016 04:24 p.m.
Para: Tarko Tikan <ta...@lanparty.ee>
CC: cisco-nsp@puck.nether.net
Asunto: Re: [c-nsp] MPLS via SVI on Sup720-PFC3b

Hey Tarko,

That might be less insane than vrf-lite'ing everything everywhere. I found some 
confusing documentation after doing some reading.

http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/15-1SY/config_guide/sup720/15_1_sy_swcg_720/vpn.html#50545

The note on that particular bookmark makes it look like it's possible.
"Note If you use a Layer 3 VLAN interface as the MPLS uplink through a Layer 2 
port peering with another MPLS device, then you can use another Layer 3 VLAN 
interface as the VRF interface."

Also this one (Pg. 32-5) for the PFC3.
http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/configuration/guide/book/pfc3mpls.pdf

"Configuration of MPLS switching is supported on VLAN interfaces with the mpls 
ip command."

This might be my lack of familiarity with MPLS on the whole showing, but if it 
helps with context, I don't need to 'xconnect' anything. Really all I am 
looking to do is MP-BGP between 2 data centers whilst exchanging routing 
information via the private VRF in each rather than connecting vrf-lites.
As I add sites it gets a little unwieldy.

Thanks for the guidance here. Slightly new territory for me... just want to 
make sure I'm properly articulating what I'm trying to pull off. :)


On Tue, Sep 20, 2016 at 4:02 PM, Tarko Tikan <ta...@lanparty.ee> wrote:

> hey,
>
> If you don't want to spend any money on this, loop the related vlan 
> with external cable to physical port? Not pretty but you can get it 
> done with zero cost if you have two ports to spare.
>
> --
> tarko
>
> ___
> 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/
___
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] MPLS via SVI on Sup720-PFC3b

2016-09-20 Thread Ryan NSP
Hey Tarko,

That might be less insane than vrf-lite'ing everything everywhere. I found
some confusing documentation after doing some reading.

http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/15-1SY/config_guide/sup720/15_1_sy_swcg_720/vpn.html#50545

The note on that particular bookmark makes it look like it's possible.
"Note If you use a Layer 3 VLAN interface as the MPLS uplink through a
Layer 2 port peering with another MPLS device, then you can use another
Layer 3 VLAN interface as the VRF interface."

Also this one (Pg. 32-5) for the PFC3.
http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/configuration/guide/book/pfc3mpls.pdf

"Configuration of MPLS switching is supported on VLAN interfaces with the
mpls ip command."

This might be my lack of familiarity with MPLS on the whole showing, but if
it helps with context, I don't need to 'xconnect' anything. Really all I am
looking to do is MP-BGP between 2 data centers whilst exchanging routing
information via the private VRF in each rather than connecting vrf-lites.
As I add sites it gets a little unwieldy.

Thanks for the guidance here. Slightly new territory for me... just want to
make sure I'm properly articulating what I'm trying to pull off. :)


On Tue, Sep 20, 2016 at 4:02 PM, Tarko Tikan  wrote:

> hey,
>
> If you don't want to spend any money on this, loop the related vlan with
> external cable to physical port? Not pretty but you can get it done with
> zero cost if you have two ports to spare.
>
> --
> tarko
>
> ___
> 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/


Re: [c-nsp] MPLS via SVI on Sup720-PFC3b

2016-09-20 Thread Tarko Tikan

hey,

If you don't want to spend any money on this, loop the related vlan with 
external cable to physical port? Not pretty but you can get it done with 
zero cost if you have two ports to spare.


--
tarko
___
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] MPLS via SVI on Sup720-PFC3b

2016-09-20 Thread Ryan NSP
Hmm, thanks guys...

I would be OK tearing out and replacing with 2T to get this done if it
works.

That's not as bad as line cards galore. 6500s... so really don't want to
dump too much cash into them as I'm planning to get rid of them in the next
couple years.

Looks like if I do the 2T I also need to yank the gbic blade.

On Tue, Sep 20, 2016 at 11:33 AM, Gert Doering  wrote:

> Hi,
>
> On Tue, Sep 20, 2016 at 11:27:08AM -0400, Ryan NSP wrote:
> > Specifically I am trying to determine if I can run MPLS on a SVI off of a
> > Sup720-PFC3b with WS-X6748-GE-TX (CFC) line cards and a WS-X6516A-GBIC
> > blade (where the SVI for my LDP neighbor ultimately goes), or just at
> port
> > level?
>
> No.  Just port level.
>
> gert
> --
> USENET is *not* the non-clickable part of WWW!
>//
> www.muc.de/~gert/
> Gert Doering - Munich, Germany
> g...@greenie.muc.de
> fax: +49-89-35655025g...@net.informatik.tu-
> muenchen.de
>
___
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] MPLS via SVI on Sup720-PFC3b

2016-09-20 Thread Gert Doering
Hi,

On Tue, Sep 20, 2016 at 11:27:08AM -0400, Ryan NSP wrote:
> Specifically I am trying to determine if I can run MPLS on a SVI off of a
> Sup720-PFC3b with WS-X6748-GE-TX (CFC) line cards and a WS-X6516A-GBIC
> blade (where the SVI for my LDP neighbor ultimately goes), or just at port
> level?

No.  Just port level.

gert
-- 
USENET is *not* the non-clickable part of WWW!
   //www.muc.de/~gert/
Gert Doering - Munich, Germany g...@greenie.muc.de
fax: +49-89-35655025g...@net.informatik.tu-muenchen.de


signature.asc
Description: PGP signature
___
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] MPLS via SVI on Sup720-PFC3b

2016-09-20 Thread Jason Lixfeld
Nope.  You need a core facing 'ES' based card to do the label imposition with 
that Sup.

I believe the SUP2T is able to do this now without requiring core facing ES 
cards, but don’t hold me to that.

> On Sep 20, 2016, at 11:27 AM, Ryan NSP  wrote:
> 
> Howdy folks,
> 
> I am in the middle of some re-arch/migrations/you name it, and I am trying
> to lay out some design ahead of ripping out some legacy gear, if possible.
> Priorities/budgets/finite amount of hands and that...
> 
> Specifically I am trying to determine if I can run MPLS on a SVI off of a
> Sup720-PFC3b with WS-X6748-GE-TX (CFC) line cards and a WS-X6516A-GBIC
> blade (where the SVI for my LDP neighbor ultimately goes), or just at port
> level?
> 
> Trying to take back my sanity and collapse some multi-site vrf-lite, but
> want to make sure I have all my ducks in a row. :)
> 
> Thanks for your help.
> 
> Ryan
> ___
> 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/

[c-nsp] MPLS via SVI on Sup720-PFC3b

2016-09-20 Thread Ryan NSP
Howdy folks,

I am in the middle of some re-arch/migrations/you name it, and I am trying
to lay out some design ahead of ripping out some legacy gear, if possible.
Priorities/budgets/finite amount of hands and that...

Specifically I am trying to determine if I can run MPLS on a SVI off of a
Sup720-PFC3b with WS-X6748-GE-TX (CFC) line cards and a WS-X6516A-GBIC
blade (where the SVI for my LDP neighbor ultimately goes), or just at port
level?

Trying to take back my sanity and collapse some multi-site vrf-lite, but
want to make sure I have all my ducks in a row. :)

Thanks for your help.

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