cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
755
Views
0
Helpful
2
Replies

how an LSR determines the FEC to which an incoming MPLS Frame is to be put?

mohdniyas
Level 1
Level 1

Hello,

It is understood that when a Edge router receiv IP packets , it is put into an FEC. And more than one destination network may be clasiffied into a single FEC. ( For e.g, if all the outgoing prefixes from a router has to go through a certain next hop, all will be given with the same LABEL). Suppose an LSR -LSR 1- is connected to two Edge routers and receives different LABELed frames from both edge routers, and the LSR 1 has to route the Frames from both the Edge routers to another LSR, LSR 2 - Now, without seeing the destination prefix, how LSR1 will know that Frames coming from both the E

dge routers are to be forwarded to LSR2 ( not to LSR3 which is also connected to LSR1). Can sombody tell /Give links to how this is achieved

                               |--------------------|

Edge router 1 ------- >|                     |                 |-------------------

                               |     LSR 1      |---------------->|LSR2           |

Edge Router 2  ------> |__________..|                  |__________ |    

2 Replies 2

Sudeep Valengattil
Cisco Employee
Cisco Employee

Hi,

Suppose the FEC is based on the BGP next-hop which LSR-1 has learned through IGP.  Now LSR-1 will have an out-label which it has received from downstream router (LSR-2)  and also an In-lable which it has generated and will be sending to upstream routers (Edge 1 and 2).  Now if it has a per-platform label space (which you will normally see on all routers, exception is for LC-ATM interface which used per-interface label space), it would have a single IN-label which it sends to both upstream edge routers.  So both upstream Edge routers would be sending traffic onto this LSP with same Label.  Based on this incoming label, LSR-1 would switch it to the right path.

Regards,

sudeep

Thanks a lot Mr Sudeep......