Mohamed, Liban [NTK] | 1 Jan 2008 07:43
Picon
Favicon

RE: : Question on VRFs and route targets

Yetrik,

 

Thanks for the correction, I overlooked and should have been clear on the n= eed of the two interface.

 

Happy New Year

 

 

Liban Mohamed

NTAC-IP

Sprint/Nextel

www.sprint.net

liban.mohamed <at> sprint.com

(W) 678-291-3438 

(PCS) 404-441-9701

 

 

From: Serbest, Yetik [mailto:Yetik_Serbest <at> labs.att.com]
Sent: Monday, December 31, 2007 11:53 AM
To: Cristian Varvas; Mohamed, Liban [NTK]
Cc: Scott Chiefs; mpls-ops <at> mplsrc.com
Subject: RE: [MPLS-OPS]: Question on VRFs and route targets

 

Liban,

 

To make sure that the packets are forwarded to the hub site you need two interfaces in two separate VRFs for the hub site (PE1). One is used to receive packets from the hub site and propagate them to spoke sites (PE2 and PE3); the other is used to collect packets from spoke sites and send them to the hub site. In your example, the traffic will go through PE1 but not through CE1.

 

Hence, your configs should be (routing and interface configs aside):

 

PE1:

Config t

Ip vrf CE-A-Hub

Rd 1:1

Route-target import 10:2

Route-target import 10:3

 

Ip vrf CE-A-Spoke

Rd 1:1

Route-target export 10:1

 

 

 

PE2

 

Config t

Ip vrf CE-B

Rd 1:2

Route-target import 10:1

Route-target export 10:2

 

 

PE3

 

Config t

Ip vrf CE-C

Rd 1:3

Route-target import 10:1

Route-target export 10:3

 

Hope this helps,

 

Thanks,

yetik

 

From: Cristian Varvas [mailto:cristian.varvas <at> 2ktelecom.ro]
Sent: Saturday, December 29, 2007 12:46 AM
To: Mohamed, Liban [NTK]
Cc: Scott Chiefs; mpls-ops <at> mplsrc.com
Subject: Re: [MPLS-OPS]: Question on VRFs and route targets

 

Hi,
You have a very good example here:

http://www.juniper.net/techpubs/software/junos/junos84/swconfig84-vpns/id-11140299.html#id-11140299

Best regards,
Cristian Varvas

Mohamed, Liban [NTK] wrote:

Scott,

 

You can achieve your goal, with Route-Target, so here is how I would config= ure

 

CE-A--------PE1

CE-B--------PE2

CE-C--------PE3

 

 

 

PE1:

Config t

Ip vrf CE-A

Rd 1:1

Route-target export 10:1

Route-target import 10:2

Route-target import 10:3

 

 

 

PE2

 

Config t

Ip vrf CE-B

Rd 1:2

Route-target import 10:1

Route-target export 10:2

 

 

PE3

 

Config t

Ip vrf CE-C

Rd 1:3

Route-target import 10:1

Route-target export 10:3

 

 

 

So as you can see CE-B and CE-C export RT are not imported in CE-B, and CE-= C, hence they will not exchange routes, but CE-A, is imported both exported=  RT.  Someone else might have other solutions. I didn't test this, but I will be happy to test this setting

 

Liban Mohamed

NTAC-IP

Sprint/Nextel

www.sprint.net

liban.mohamed <at> sprint.com

(W) 678-291-3438 

(PCS) 404-441-9701

 

 

From: Scott Chiefs [mailto:chiefscott9 <at> gmail.com]
Sent: Friday, December 28, 2007 1:42 PM
To: mpls-ops <at> mplsrc.com
Subject: [MPLS-OPS]: Question on VRFs and route targets

 

I have a question for the experts on this list regarding the use of route targets and connectivity in a L3VPN.  Here's the scenario:

A provider has a customer that is looking for a layer 3 MPLS/BGP VPN between 3 of their sites (a,b,c).  However, the customer does not want full connectivity between their 3 sites from the provider.  They'd like it set up in a hub and spoke model, where A is the hub and B,C are the spokes.  So, they do not want traffic from B and C to be routed directly to one another through the provider cloud. 

How does the provider build this for the customer in their network?  Do they build 2 VPNs --> VPN1 for sites A&B and VPN2 for sites A&C (so PE2 and PE3 would each have 1 VRF configured and PE1 would have 2 VRFs configured)?  Or, do they build one VPN (single VRF on all PEs for this customer) and use the route target attribute to accomodate the hub and spoke configuration required by this customer?

Putting my question another way -- within a L3VPN, is full mesh, customer IP routing connectivity (in the provider network), ALWAYS established between CE's (assuming serving PEs have single VRF for the customer)? In which case --- a provider would have to acccomodate the customer request by building seperate VRFs/VPNs for the customer?    Or can route targets be used to constrain distribution of customer routes among PEs to accomodate customer routing demands like hub and spoke? 

CE(a)
|
|
PE(1)
|
P
|\
P-P---PE(2)----CE(b)
|
|
PE(3)
|
|
CE(c)

Any responses are appreciated.  Thanks!

 

Irwin Lazar | 5 Jan 2008 04:54

: FutureNet 2008 Program Now Available

The program for "FutureNet: MPLS, Ethernet, and Beyond" is now available at http://www.futurenetexpo.com/

This year's FutureNet conference takes place April 14-17, 2008 at the World Trade Center in Boston, MA.  There will be six tutorials on April 14th, followed by a two and a half-day conference.

Keynote speakers include:  
  • Mike Tighe, Chairman Metro Ethernet Forum, Executive Director of Business Product Strategy, Verizon
  • Ben Vos, Vice President, Core Technologies, Sprint/Nextel
  • Alla Reznik. Group Manager, IP & Ethernet Services, Verizon Business
  • Doug Hunt, President, IP Division, Alcatel-Lucent

For the complete program, please visit: http://www.futurenetexpo.com/attend/conf_at_a_glance.html
Frederik H. Andersen | 7 Jan 2008 21:11
Picon

Re: : Question on VRFs and route targets

Hi Scott,

You could simply define a type 'central service' VPN like

vrf_hub_a
  rd 1:1
  rt_export 1:1
  rt_import 1:2

vrf_spoke_b
  rd 1:2
  rt_export 1:2
  rt_import 1:1

vrf_spoke_c
  rd 1:3
  rt_export 1:2
  rt_import 1:1

It is important that the 2 spoke sites uses different vrf's (different RDs) if connected to the same PE otherwise
the two spokes would have direct connectivity!
You may use the same export/impoprt values for the spoke sites as these anyways don't import prefixes
from each other.
You may consider, that a default route exported e.g. by hub_a may allow packets to be exchanged between
the spokes! 

If you want packet between spoke_b and spoke_c to be routed by the hub_a customer site, you may need 2 interfaces
on PE1, one for receiving packets and the other for sending, then the CE may decide how/if to route packets between
the spokes.

-Frederik

On Friday 28 December 2007, Scott Chiefs wrote:
> I have a question for the experts on this list regarding the use of route
> targets and connectivity in a L3VPN.  Here's the scenario:
> 
> A provider has a customer that is looking for a layer 3 MPLS/BGP VPN between
> 3 of their sites (a,b,c).  However, the customer does not want full
> connectivity between their 3 sites from the provider.  They'd like it set up
> in a hub and spoke model, where A is the hub and B,C are the spokes.  So,
> they do not want traffic from B and C to be routed directly to one another
> through the provider cloud.
> 
> How does the provider build this for the customer in their network?  Do they
> build 2 VPNs --> VPN1 for sites A&B and VPN2 for sites A&C (so PE2 and PE3
> would each have 1 VRF configured and PE1 would have 2 VRFs configured)?  Or,
> do they build one VPN (single VRF on all PEs for this customer) and use the
> route target attribute to accomodate the hub and spoke configuration
> required by this customer?
> 
> Putting my question another way -- within a L3VPN, is full mesh, customer IP
> routing connectivity (in the provider network), ALWAYS established between
> CE's (assuming serving PEs have single VRF for the customer)? In which case
> --- a provider would have to acccomodate the customer request by building
> seperate VRFs/VPNs for the customer?    Or can route targets be used to
> constrain distribution of customer routes among PEs to accomodate customer
> routing demands like hub and spoke?
> 
> CE(a)
> |
> |
> PE(1)
> |
> P
> |\
> P-P---PE(2)----CE(b)
> |
> |
> PE(3)
> |
> |
> CE(c)
> 
> Any responses are appreciated.  Thanks!
> 

Mohammed Shahnawaz | 9 Jan 2008 15:43
Favicon

: OSPF & BGP Forum

Hi,

 

Is there any forum like this one on OSPF and BGP? I search on the internet, but didn’t find any.

 

 

Best regards,

 

Mohammed Shahnawaz

 

Jagjit | 18 Jan 2008 03:48
Picon

: Regarding MPLS VPN (VPLS)

Hi,
I am having problem in Opnet, Opnet Support team confirmed me that Opnet modeller 11.5 does support Layer 2 VPN (as MPLS Core), the time i was submitting my proposal in August. When i started working on it I found that it does not support. I asked Opnet support about it, they suggested me to install Flow Analysis. Then i requested my university to install Flow Analysis. Now, we have got Flow Analysis in our University and its again giving me an error that "Flow Analysis license model does not have support for MPLS" even we have MPLS license in our university. Again i asked Opnet support then they said me to install SP Guru to make it work.
 
My university says: We can not buy SP Guru for one Project. I need help, i would really appreciate your help.
 
Is there any freeware tool where i can run my simulation. Is anyone in UK university using that support in their Lab?
 
Thanking you,
Jagjit Singh
 
 
Akshay Balhara | 24 Jan 2008 15:19
Favicon

Re: : VPLS operations deployment statistics

Dear Bala,
Here is some doubts.

I just want to know that Can we use P Routers as a PE Router for VPLS Implementation.

Simplely, Can I implemet VPLS on Core MPLS (On P Routers)

Regards,
Akshay Balhara





On Tue, 18 Dec 2007 Bala Venkata wrote :
>Hello-
>
>Wondering if anyone has real-world (deployment-experienced if possible) based numbers for the following:
>
>- Size of a VPLS network
>- No. of PEs participating in atleast one VPLS
>- No. of sites in each PE in each VPLS (an average number that is)
>- No. of LSPs between all PEs.
>
>It is possible to get a theoretical maximum for each of course. I am looking for 'typical' numbers or atleast what you observe in your network.?Without offending anyone, if you could include vendor info that'd help as well :)
>
>
>Thanks !
>
>/bala
>
>
>________________________________________________________________________
>More new features than ever.  Check out the new AIM(R) Mail ! - http://webmail.aim.com



Truman Boyes | 24 Jan 2008 16:36
Favicon

Re: : VPLS operations deployment statistics

Hi,

Yes you can have a router that functions as a P router and also as a  
PE router.

In answer to your second question, VPLS would be enabled on PE  
devices. It does not really matter if the PE (LER) also is a P (LSR).

Another way to look at it; if you enabled VPLS on a P router, the  
router is now a P/PE device.

There are pro's and con's that are a separate discussion around  
network architecture when you are deciding if you should have a  
collapsed P/PE network or if you require functionally specific  
devices. You would then have to examine some key points such as:  
cost, risk of high touch environments on the core, growth models,  
etc ... Although this is VPLS-agnostic and rather a discussion on  
technology choices in design.

Kind regards,
Truman Boyes

On 25/01/2008, at 1:19 AM, Akshay Balhara wrote:

> Dear Bala,
> Here is some doubts.
>
> I just want to know that Can we use P Routers as a PE Router for  
> VPLS Implementation.
>
> Simplely, Can I implemet VPLS on Core MPLS (On P Routers)
>
> Regards,
> Akshay Balhara
>
>
>
>
>
> On Tue, 18 Dec 2007 Bala Venkata wrote :
> >Hello-
> >
> >Wondering if anyone has real-world (deployment-experienced if  
> possible) based numbers for the following:
> >
> >- Size of a VPLS network
> >- No. of PEs participating in atleast one VPLS
> >- No. of sites in each PE in each VPLS (an average number that is)
> >- No. of LSPs between all PEs.
> >
> >It is possible to get a theoretical maximum for each of course. I  
> am looking for 'typical' numbers or atleast what you observe in  
> your network.?Without offending anyone, if you could include vendor  
> info that'd help as well :)
> >
> >
> >Thanks !
> >
> >/bala
> >
> >
> >_____________________________________________________________________ 
> ___
> >More new features than ever.  Check out the new AIM(R) Mail ! -  
> http://webmail.aim.com
>
>
>

Mohamed, Liban [NTK] | 24 Jan 2008 22:51
Picon
Favicon

RE: : VPLS operations deployment statistics

Balhara,

Can you tell us the reasoning behind this design? Or you just asking if it's possible. As Truman said,
technically YES it's possible, although not the optimum design.

Thanks,

Liban Mohamed
NTAC-IP
Sprint/Nextel
www.sprint.net
liban.mohamed <at> sprint.com
(W) 678-291-3438
(PCS) 404-441-9701

-----Original Message-----
From: Truman Boyes [mailto:truman <at> suspicious.org]
Sent: Thursday, January 24, 2008 10:36 AM
To: Akshay Balhara
Cc: Bala Venkata; mpls-ops <at> mplsrc.com
Subject: Re: [MPLS-OPS]: VPLS operations deployment statistics

Hi,

Yes you can have a router that functions as a P router and also as a
PE router.

In answer to your second question, VPLS would be enabled on PE
devices. It does not really matter if the PE (LER) also is a P (LSR).

Another way to look at it; if you enabled VPLS on a P router, the
router is now a P/PE device.

There are pro's and con's that are a separate discussion around
network architecture when you are deciding if you should have a
collapsed P/PE network or if you require functionally specific
devices. You would then have to examine some key points such as:
cost, risk of high touch environments on the core, growth models,
etc ... Although this is VPLS-agnostic and rather a discussion on
technology choices in design.

Kind regards,
Truman Boyes

On 25/01/2008, at 1:19 AM, Akshay Balhara wrote:

> Dear Bala,
> Here is some doubts.
>
> I just want to know that Can we use P Routers as a PE Router for
> VPLS Implementation.
>
> Simplely, Can I implemet VPLS on Core MPLS (On P Routers)
>
> Regards,
> Akshay Balhara
>
>
>
>
>
> On Tue, 18 Dec 2007 Bala Venkata wrote :
> >Hello-
> >
> >Wondering if anyone has real-world (deployment-experienced if
> possible) based numbers for the following:
> >
> >- Size of a VPLS network
> >- No. of PEs participating in atleast one VPLS
> >- No. of sites in each PE in each VPLS (an average number that is)
> >- No. of LSPs between all PEs.
> >
> >It is possible to get a theoretical maximum for each of course. I
> am looking for 'typical' numbers or atleast what you observe in
> your network.?Without offending anyone, if you could include vendor
> info that'd help as well :)
> >
> >
> >Thanks !
> >
> >/bala
> >
> >
> >_____________________________________________________________________
> ___
> >More new features than ever.  Check out the new AIM(R) Mail ! -
> http://webmail.aim.com
>
>
>

-------
The MPLS-OPS Mailing List
Subscribe/Unsubscribe:  http://www.mplsrc.com/mplsops.shtml
Archive: http://www.mplsrc.com/mpls-ops_archive.shtml

Irwin.Lazar | 28 Jan 2008 04:23
Favicon

Re: : OSPF & BGP Forum


There's the message boards on Cisco's web site, and the NANOG mailing list is a good source of info.  Of course you could always ask your questions here.  There are also various usenet newsgroups under comp.dcom.sys

Other resources:
The BGP Page: http://www.mindspring.com/~jlindsay/bgp.html

Cisco OSPF Design guide: http://www.cisco.com/warp/public/104/1.html
Cisco OSPF FAQ: http://www.cisco.com/warp/public/104/9.html


----------
Irwin Lazar
Principal Research Analyst and Program Director, Collaboration and Convergence
Nemertes Research
irwin.lazar <at> nemertes.com
703-794-3696 (Time Zone: EST)
AIM/Gtalk/MSN/Skype/Yahoo: imlazar



From: Mohammed Shahnawaz <mshahnawaz <at> huawei.com>
To: mpls-ops <at> mplsrc.com
Date: 01/09/2008 10:10 AM
Subject: [MPLS-OPS]: OSPF & BGP Forum




Hi,
 
Is there any forum like this one on OSPF and BGP? I search on the internet, but didn’t find any.
 
 
Best regards,
 
Mohammed Shahnawaz
 
naveen yadav | 31 Jan 2008 18:26
Picon
Favicon

: Load Balancing in the MPLS Core

Hello Everybody,
 
 
I am having one confusion regarding Load balancing/sharing in the MPLS core.
If inside the core there are equal cost links than what kind of balancing/sharing will happen(I guess per destination balancing will happen but not very clear about that).
 
I am taking one example :  If traffic is flowing from penultimate router to egress router i.e. from P router to egress PE and P is having two equal cost links to the egress PE, will P router load balance the traffic ?
 
If it will do per destination load balancing then my question is that a P router never looks into the packet's destination,it just swaps the label.
&n bsp;
Please explain if possible.
 
Thanks in advance.
 
Regards,
Naveen

Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

Gmane