cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1751
Views
11
Helpful
5
Replies

LDP

joyride_us
Level 5
Level 5

Hi,

can a router have 2 different LDP sessions to the another router (through 2 physical interfaces) ?

Thank you

5 Replies 5

You will only have a single TCP session no matter how many parallel physical links there is between the two adjacent routers.

Hope this helps,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Hi thanks!

will the TCP session always take place across the same link ?

The TCP session is normally between the adjacent routers loopback interface addresses and is subjected to the normal CEF switching process.

This means that if you have several physical links, CEF will decide which link to choose for this specific flow.

Hope this helps,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

mheusinger
Level 11
Level 11

Hello,

just a small addition: what Harold said is true for frame-mode MPLS. In cell-mode MPLS (MPLS enabled ATM switches and routers) there can be two LDP sessions or more. The design decision afaik was to have one LDP session per label space.

In frame-mode MPLS there is only one label space :0 hence only one LDP session.

In cell-mode MPLS there is one label space per ATM interface - label space :1,2,3,... labels used: VPI/VCI values - hence there can be many LDP sessions (one per interface).

Hope this helps! Please rate all posts.

Regards, Martin

OK. Just what I needed. thank you to both!