cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
501
Views
0
Helpful
4
Replies

MPLS Label Duplication in the MPLS ring

network_geek
Level 1
Level 1

Hi All,

 

I am wondering how does a network work around one MPLS label that gets generated on multiple devices. Is that a bad omen for your network or is it completely fine? If it is a completely fine phenomenon then how does the packet switching take place in the Core?

Thanks in advance.

4 Replies 4

Harold Ritter
Cisco Employee
Cisco Employee

Hi @network_geek ,

 

In the case of LDP, the label is only locally significant to the router who generates and advertises it. So each router in the core can generate the same label without any problem.

 

Regards,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

Hello

Adding on to what @Harold Ritter has stated, this label space can be manually changed, and if remember right you need a reload of the PE/P rtr to do so

conf t
mpls label range xxx yyy

sh mpls label range


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

mlund
Level 7
Level 7

Also added to what Harold and Paul wrote. How is the packet switching take place

Each router looks in its routing table and for every route, it assigns a label (you can decide wich routes should have a label)

Then it sends a ldp update to neighbors saying, for prefix A use label X, for prefix B use label Y and so on.

It also receives update from neighbors, so it starts building an label switching database, so if a neigh on ethernet1/1 sends a update containing, for prefix A use label E, and for prefix B use label F, it will put in the database

Incomng label X outgoing label E outgoing interface ethernet1/1

incoming label Y outgoing label F outgoing interface ethernet 1/1

This means that if a packet arrives on an interface (not ethernet1/1) with the label X the router swaps that label to label E  and sends in out on eternet1/1

/Mikael

network_geek
Level 1
Level 1

Hi All,

Thank you all for updating me with your knowledge. I have grasped what was required. Thank you all very much!

Review Cisco Networking products for a $25 gift card