Irwin Lazar | 2 Jan 2007 23:18
Favicon

FutureNet 2007 Call For Presentations

Greetings,
The "Call for Presentations" for "FutureNet 2007: MPLS, VPLS and Beyond"
is now available at
http://www.futurenetexpo.com/speaker/submit_pres.html

FutureNet will be held at the Grand Hyatt Hotel on April 30 - May 3,
2007 in New York City.  FutureNet represents the evolution of MPLScon,
which for the last six years has been the premier industry conference
focusing on MPLS, VPN and WAN technologies from both enterprise and
service provider perspectives.

With this year's event we'll expand our focus to cover next generation
network technologies including emerging Ethernet services, fixed/mobile
convergence, rich-media service delivery, optical networking and more.
As has been the tradition from past events, FutureNet will focus on
end-user case studies from both enterprises and service providers
providing real-world insight into challenges and lessons learned.

We invite you to review the Call For Presentations and submit an
abstract.  Please note that abstracts are due by February 2nd, 2007.
Please feel free to contact me with any questions.  My contact
information is below.

Sincerely,
Irwin Lazar
Conference Director, FutureNet: MPLS, VPLS, and Beyond (Formerly
MPLScon)
http://www.futurenetexpo.com/
irwin.lazar <at> nemertes.com
703-468-4361
(Continue reading)

manoj sharma | 3 Jan 2007 10:25
Picon
Favicon

: path vector limit & hop count value

hello
I want know
(i) Is path vector & hop count are both needed simultaneously for loop detection in LDP
(ii) Is there any standard value of path vector limit & hop count value in LDP ?


Regards
Manoj Kumar Sharma


Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php

Opio, Joe | 3 Jan 2007 15:34
Favicon

RE: : path vector limit & hop count value

You can use either path vector or hop count independently. There are default values for each.

Joe

 

From: manoj sharma [mailto:manoj_mpls <at> yahoo.co.in]
Sent: Wednesday, January 03, 2007 4:26 AM
To: mpls-ops <at> mplsrc.com
Subject: [MPLS-OPS]: path vector limit & hop count value

 

hello
I want know
(i) Is path vector & hop count are both needed simultaneously for loop detection in LDP
(ii) Is there any standard value of path vector limit & hop count value in LDP ?


Regards
Manoj Kumar Sharma

 Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php

Ying Zhang | 6 Jan 2007 21:26
Picon

: one question regarding Route Distinguisher


Hi,
Happy new year to every one.
  I have one question regarding the BGP nexthop and the Route Distinguisher. 
Let's sat, one VPNv4 route is received in an route reflector with the nexthop 
of a certain router R. But however, the router R is not configured with the RD 
appearring in the route. Can anyone tell me what might be the reason to cause 
such thing happens?
Thanks very much!
wing

manoj sharma | 8 Jan 2007 09:12
Picon
Favicon

RE: : path vector limit & hop count value

hello Joe
 thanx for the reply>i have one more doubt:-
Hop count value ramges from 1-255 & similarly path vector limit. Now ,if I want to configure the HOp Count approach for loop detection ,then
    (i)how can I set the Hop Count value
    (ii)whether the Max Hop is globally configured or at each LSR Max Hop is different

Regards
Manoj

"Opio, Joe" <jopio <at> enterasys.com> wrote:

You can use either path vector or hop count independently. There are default values for each.

Joe

 

From: manoj sharma [mailto:manoj_mpls <at> yahoo.co.in]
Sent: Wednesday, January 03, 2007 4:26 AM
To: mpls-ops <at> mplsrc.com
Subject: [MPLS-OPS]: path vector limit & hop count value

 

hello
I want know
(i) Is path vector & hop count are both needed simultaneously for loop detection in LDP
(ii) Is there any standard value of path vector limit & hop count value in LDP ?


Regards
Manoj Kumar Sharma

 Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php


Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php

shilpa goel | 17 Jan 2007 12:08
Picon

basic doubt about LERs in MPLS

Hi,
 
 I have one basic doubt regarding LERs in IP/MPLS networks.

How does a LER decide whether it should do IP routing (i.e. IP Forwarding Table lookup) or labelling (i.e. LFIB lookup) of the unlabeled IP packets that it receives at an interface?

Linked to this I have another doubt that how are control/protocol packets (which are IP) routed in a router i.e. are they label switched along the LSPs that exist for the FECs/destinations to which they are addressed or by default IP routed?
 
regards,
Shilpa

_______________________________________________
mpls mailing list
mpls <at> lists.ietf.org
https://www1.ietf.org/mailman/listinfo/mpls
Christopher Young | 17 Jan 2007 16:16
Favicon

RE: [MPLS-OPS]: basic doubt about LERs in MPLS

Shilpa,

 

For your first question an LER always does a lookup on the IP destination address of a packet regardless of whether or not the packet is meant to be encapsulated with MPLS or not. In other words, a router still functions like a router even with MPLS turned on. The destination of that packet will yield whether or not the packet will be sent out over a regular IP interface or encapsulated in MPLS and sent over an LSP.

 

(NOTE: In L2 VPN’s where you don’t do a L3 lookup this is different as usually a configured association is made between a CE-to-PE interface and an LSP)

 

 

For your second question, my statement above still applies. For example if your IP routing table yields the LSP as the next-hop to the loop back address of your IBGP peer then you send the BGP packets over the LSP.  For ISIS,OSPF, RSVP and LDP control packets those will still be sent out on the base POS/ATM/GE IP interface without MPLS encapsulation, but that is an exercise left up to the individual vendor. Note that if using hierarchical MPLS tunnels (LDP over RSVP) the LDP packets would ride over the MPLS LSP. Also, of note is that in all vendors you can control whether or not IP traffic and IGPs actually use LSPs for forwarding and next-hop computation with configuration knobs.

 

Hope this helps.

 

Thanks,

 

 

Christopher Young
Resident Engineer
JNCIP-E ERX #9
(978) 973-0574
cyoung <at> juniper.net

From: shilpa goel [mailto:shilpa07 <at> gmail.com]
Sent: Wednesday, January 17, 2007 6:09 AM
To: mpls <at> uu.net; mpls <at> lists.ietf.org; mpls-ops <at> mplsrc.com
Subject: [MPLS-OPS]: basic doubt about LERs in MPLS

 

Hi,

 

 I have one basic doubt regarding LERs in IP/MPLS networks.

How does a LER decide whether it should do IP routing (i.e. IP Forwarding Table lookup) or labelling (i.e. LFIB lookup) of the unlabeled IP packets that it receives at an interface?

Linked to this I have another doubt that how are control/protocol packets (which are IP) routed in a router i.e. are they label switched along the LSPs that exist for the FECs/destinations to which they are addressed or by default IP routed?

 

regards,
Shilpa

_______________________________________________
mpls mailing list
mpls <at> lists.ietf.org
https://www1.ietf.org/mailman/listinfo/mpls
Andrew Walding | 17 Jan 2007 18:38

RE: [MPLS-OPS]: basic doubt about LERs in MPLS

Hi Shilpa,
As you can imagine, different OS systems do things slightly differently (Cisco vs Juniper).  So let's stay generic.
 
First, MPLS is usually activated by interface on the platform.  This means that a LER will have one interface (physical or logical) that is MPLS and one that is not - that is what makes it an LER.  We would expect that on the interface that is not MPLS enabled to receive packets and frames that do not have MPLS labels.  The layer 2 PID or ethertype will clearly identify the contents of the arriving frame (usually 0x08000 is IP).  Based on this the lookup will be to the IP forwarding table.
 
The other alternative a packet arriving on the MPLS enabled interface.  This type of interface usually can receive both MPLS encapsulated and non MPLS encapsulated.  Again, we depend on the Layer 2 PID or ethertype to tell us (MPLS encap Unicast IP = 0x08847, MPLS encap Multicast IP - 0x08848).  With either of these, we look up the LFIB.
 
With regards to transport between routers for protocol messaging, since IP and MPLS encaps can be received on an interface, either can be used.  There are reserved labels (0-15) though not all are specified.  Label value of 1 is reserved for router to router messaging - similar to the ILMI or LMI channel in Frame and ATM.
 
Does that help?
 
 
Andy
 

From: shilpa goel [mailto:shilpa07 <at> gmail.com]
Sent: Wednesday, January 17, 2007 5:09 AM
To: mpls <at> uu.net; mpls <at> lists.ietf.org; mpls-ops <at> mplsrc.com
Subject: [MPLS-OPS]: basic doubt about LERs in MPLS

Hi,
 
 I have one basic doubt regarding LERs in IP/MPLS networks.

How does a LER decide whether it should do IP routing (i.e. IP Forwarding Table lookup) or labelling (i.e. LFIB lookup) of the unlabeled IP packets that it receives at an interface?

Linked to this I have another doubt that how are control/protocol packets (which are IP) routed in a router i.e. are they label switched along the LSPs that exist for the FECs/destinations to which they are addressed or by default IP routed?
 
regards,
Shilpa

Attachment (smime.p7s): application/x-pkcs7-signature, 3084 bytes
_______________________________________________
mpls mailing list
mpls <at> lists.ietf.org
https://www1.ietf.org/mailman/listinfo/mpls
shilpa goel | 18 Jan 2007 11:03
Picon

[MPLS-OPS]: basic doubt about LERs in MPLS



---------- Forwarded message ----------
From: shilpa goel <shilpa07 <at> gmail.com>
Date: Jan 18, 2007 3:32 PM
Subject: Re: [MPLS-OPS]: basic doubt about LERs in MPLS
To: Christopher Young <cyoung <at> juniper.net>

Christopher,

Thanks for the reply. Can you give me a little more insight on the points given below?

You have mentioned that 'The destination of that packet will yield whether or not the packet will be sent out over a regular IP interface or encapsulated in MPLS and sent over an LSP'

As I understand routers maintain 2 routes - one in IP forwarding table for some destination say 192.168.1.0 and one in MPLS LFIB with the same destination address. I am considering the case of LDP protocol setting up LSPs in response to route updates by IGPs. Now when a LER interface receives an IP packet with destination 192.168.1.0, will it consult some common table which will indicate which of the 2 tables mentioned above (IP or MPLS) will be used for routing of the packet? If so, how is this common table configured?

Also is it "possible" or "advisable" for all packets (control/protocol or management) generated at the router to be IP routed by default? What is the usually adopted implementation?

thanks,
Shilpa
On 1/17/07, Christopher Young < cyoung <at> juniper.net> wrote:

Shilpa,

 

For your first question an LER always does a lookup on the IP destination address of a packet regardless of whether or not the packet is meant to be encapsulated with MPLS or not. In other words, a router still functions like a router even with MPLS turned on. The destination of that packet will yield whether or not the packet will be sent out over a regular IP interface or encapsulated in MPLS and sent over an LSP.

 

(NOTE: In L2 VPN's where you don't do a L3 lookup this is different as usually a configured association is made between a CE-to-PE interface and an LSP)

 

 

For your second question, my statement above still applies. For example if your IP routing table yields the LSP as the next-hop to the loop back address of your IBGP peer then you send the BGP packets over the LSP.  For ISIS,OSPF, RSVP and LDP control packets those will still be sent out on the base POS/ATM/GE IP interface without MPLS encapsulation, but that is an exercise left up to the individual vendor. Note that if using hierarchical MPLS tunnels (LDP over RSVP) the LDP packets would ride over the MPLS LSP. Also, of note is that in all vendors you can control whether or not IP traffic and IGPs actually use LSPs for forwarding and next-hop computation with configuration knobs.

 

Hope this helps.

 

Thanks,

 

 

Christopher Young
Resident Engineer
JNCIP-E ERX #9
(978) 973-0574
cyoung <at> juniper.net

From: shilpa goel [mailto:shilpa07 <at> gmail.com]
Sent: Wednesday, January 17, 2007 6:09 AM
To: mpls <at> uu.net; mpls <at> lists.ietf.org; mpls-ops <at> mplsrc.com
Subject: [MPLS-OPS]: basic doubt about LERs in MPLS

 

Hi,

 

 I have one basic doubt regarding LERs in IP/MPLS networks.

How does a LER decide whether it should do IP routing (i.e. IP Forwarding Table lookup) or labelling (i.e. LFIB lookup) of the unlabeled IP packets that it receives at an interface?

Linked to this I have another doubt that how are control/protocol packets (which are IP) routed in a router i.e. are they label switched along the LSPs that exist for the FECs/destinations to which they are addressed or by default IP routed?

 

regards,
Shilpa


_______________________________________________
mpls mailing list
mpls <at> lists.ietf.org
https://www1.ietf.org/mailman/listinfo/mpls
Christopher Young | 18 Jan 2007 14:46
Favicon

RE: [MPLS-OPS]: basic doubt about LERs in MPLS

Shilpa,

 

Here is an example from an MPLS BGP VPN which shows the flow of information you are looking for. In this example the destination address would be 30.6.0.0. A route lookup in the virtual routing and forwarding instance table indicates that the next hop is an MPLS next-hop with a VPN label of 16 to be appended on to the packet, with a base label for the LSP of 19 which goes out over the POS0/0 physical interface. You are correct in that there are separate tables that maintain all of this information. The detailed routing table display ties it all together and shows the complete forwarding decision that is made for reaching this destination of 30.6.0.0

 

 

 

test:pe1#sh ip route vrf vpn1 30.6.0.0 detail

Protocol/Route type codes:

  I1- ISIS level 1, I2- ISIS level2,

  I- route type intra, IA- route type inter, E- route type external,

  i- metric type internal, e- metric type external,

  O- OSPF, E1- external type 1, E2- external type2,

  N1- NSSA external type1, N2- NSSA external type2

  L- MPLS label, V- VRF, *- via indirect next-hop

 

30.6.0.0/30 Type: Bgp Distance: 200 Metric: 0 Tag: 0 Class: 0

  MPLS next-hop: 132, label 16, VPN traffic, resolved by MPLS next-hop 60

    MPLS next-hop: 60, resolved by MPLS next-hop 123, peer 31.0.0.1

      MPLS next-hop: 123, label 19 on POS0/0 (ip19000002.mpls.ip [V:pe1]), nbr 11.13.0.1

 

 

This is an example of an MPLS forwarding table entry showing a label binding to the FEC 31.0.0.1. If you look at the display above you see that this label of 19 is displayed in the detailed “show ip route” output as the base label to append to packets headed to the next hop PE router 31.0.0.1 which originated the VPN route 30.6.0.0.

 

test:pe1#sh mpls ip binding 31.0.0.1

  31.0.0.1/32

    Out   19  neighbor 11.13.0.13

    Out   20  neighbor 11.14.0.14

 

Hope this helps in illustrating the forwarding decision.

 

Thanks,

 

Christopher Young
Resident Engineer
JNCIP-E ERX #9
(978) 973-0574
cyoung <at> juniper.net

 

From: shilpa goel [mailto:shilpa07 <at> gmail.com]
Sent: Thursday, January 18, 2007 5:03 AM
To: mpls <at> uu.net; mpls <at> lists.ietf.org; mpls-ops <at> mplsrc.com
Subject: [MPLS-OPS]: basic doubt about LERs in MPLS

 



---------- Forwarded message ----------
From: shilpa goel <shilpa07 <at> gmail.com>
Date: Jan 18, 2007 3:32 PM
Subject: Re: [MPLS-OPS]: basic doubt about LERs in MPLS
To: Christopher Young <cyoung <at> juniper.net>

Christopher,

Thanks for the reply. Can you give me a little more insight on the points given below?

You have mentioned that 'The destination of that packet will yield whether or not the packet will be sent out over a regular IP interface or encapsulated in MPLS and sent over an LSP'

As I understand routers maintain 2 routes - one in IP forwarding table for some destination say 192.168.1.0 and one in MPLS LFIB with the same destination address. I am considering the case of LDP protocol setting up LSPs in response to route updates by IGPs. Now when a LER interface receives an IP packet with destination 192.168.1.0, will it consult some common table which will indicate which of the 2 tables mentioned above (IP or MPLS) will be used for routing of the packet? If so, how is this common table configured?

Also is it "possible" or "advisable" for all packets (control/protocol or management) generated at the router to be IP routed by default? What is the usually adopted implementation?

thanks,
Shilpa

On 1/17/07, Christopher Young < cyoung <at> juniper.net> wrote:

Shilpa,

 

For your first question an LER always does a lookup on the IP destination address of a packet regardless of whether or not the packet is meant to be encapsulated with MPLS or not. In other words, a router still functions like a router even with MPLS turned on. The destination of that packet will yield whether or not the packet will be sent out over a regular IP interface or encapsulated in MPLS and sent over an LSP.

 

(NOTE: In L2 VPN's where you don't do a L3 lookup this is different as usually a configured association is made between a CE-to-PE interface and an LSP)

 

 

For your second question, my statement above still applies. For example if your IP routing table yields the LSP as the next-hop to the loop back address of your IBGP peer then you send the BGP packets over the LSP.  For ISIS,OSPF, RSVP and LDP control packets those will still be sent out on the base POS/ATM/GE IP interface without MPLS encapsulation, but that is an exercise left up to the individual vendor. Note that if using hierarchical MPLS tunnels (LDP over RSVP) the LDP packets would ride over the MPLS LSP. Also, of note is that in all vendors you can control whether or not IP traffic and IGPs actually use LSPs for forwarding and next-hop computation with configuration knobs.

 

Hope this helps.

 

Thanks,

 

 

Christopher Young
Resident Engineer
JNCIP-E ERX #9
(978) 973-0574
cyoung <at> juniper.net

From: shilpa goel [mailto:shilpa07 <at> gmail.com]
Sent: Wednesday, January 17, 2007 6:09 AM
To: mpls <at> uu.net; mpls <at> lists.ietf.org; mpls-ops <at> mplsrc.com
Subject: [MPLS-OPS]: basic doubt about LERs in MPLS

 

Hi,

 

 I have one basic doubt regarding LERs in IP/MPLS networks.

How does a LER decide whether it should do IP routing (i.e. IP Forwarding Table lookup) or labelling (i.e. LFIB lookup) of the unlabeled IP packets that it receives at an interface?

Linked to this I have another doubt that how are control/protocol packets (which are IP) routed in a router i.e. are they label switched along the LSPs that exist for the FECs/destinations to which they are addressed or by default IP routed?

 

regards,
Shilpa

 

_______________________________________________
mpls mailing list
mpls <at> lists.ietf.org
https://www1.ietf.org/mailman/listinfo/mpls

Gmane