cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4413
Views
5
Helpful
4
Replies

How traffic is directed in MPLS network? Via ldp LSPs or via RSVP LSPs

enderkaran
Level 1
Level 1

My question is basicly to understand how traffic is treated.

Lets assume our topology is :

A-----------------------------B------------------------------------C--------------------------------------------D

1-) if we just enable MPLS under all interfaces, LDP labels are exchanged with each peer. At that moment   RIB, LIB, FIB and LFIB are created on all routers. So LDP LSPs are created dynamicly. but  If i ping "loopback D"  from router A, there will be IP routing or LABEL switching.  will routing make routing by looking IP address at each hop or labels will be swapped at each hop ?

2-) If we enable MPLS traffic engineering capability and create a tunnel interface between router A and router D, vice versa. At that moment, Router A will have :

-simple IGP reachability to Router D,

-Dynamic LDP LSP  and

-RSVP tunnel.

what about now, Which one of the paths above  my traffic will follow ? do I have to direct my traffic to tunnel interface signaled via RSVP. Is there any precedence for choosing the path that traffic will be addressed ?

1 Accepted Solution

Accepted Solutions

for second secenario, i have found that I have to write

"tunnel mpls traffic-eng autoroute announce " other wise traffic will always follow LDP signaled paths. In order to get all traffic inside "tunnel" we should execute that command.  once you write that command you see that ;

Before executing command;

R1#sh ip route

...

O       3.3.3.3 [110/129] via 3.3.3.3, 00:07:08, serial0/0

R1#show mpls forwarding-table

18     18          3.3.3.3/32        0          Se0/0      point2point

After executing command;

R1#sh ip route

...

O       3.3.3.3 [110/129] via 3.3.3.3, 00:07:08, Tunnel0

R1#show mpls forwarding-table

18     Pop tag [T] 3.3.3.3/32        0          Tu0        point2point 

Hope you see my point, router doesnt decide to use RSVP signaled LSP itself, we shoud trig router to use RSVP signalled LSP.

View solution in original post

4 Replies 4

Ivan Krimmel
Level 7
Level 7

Hi,

1. ip lookup will be made at the first and last hops only, everywhere in the middle of the network datagarms will be label-switched(if you have consistent LSP from A to D).

2. it is really better to set up and look/understand yourself, however to your attention I would like to bering the following doc:

https://supportforums.cisco.com/docs/DOC-25263

which will shed some(if not all) light on that matter.

Cheers!

for second secenario, i have found that I have to write

"tunnel mpls traffic-eng autoroute announce " other wise traffic will always follow LDP signaled paths. In order to get all traffic inside "tunnel" we should execute that command.  once you write that command you see that ;

Before executing command;

R1#sh ip route

...

O       3.3.3.3 [110/129] via 3.3.3.3, 00:07:08, serial0/0

R1#show mpls forwarding-table

18     18          3.3.3.3/32        0          Se0/0      point2point

After executing command;

R1#sh ip route

...

O       3.3.3.3 [110/129] via 3.3.3.3, 00:07:08, Tunnel0

R1#show mpls forwarding-table

18     Pop tag [T] 3.3.3.3/32        0          Tu0        point2point 

Hope you see my point, router doesnt decide to use RSVP signaled LSP itself, we shoud trig router to use RSVP signalled LSP.

This is ok, you have to instruct the router explicitly to use the TE tunnel, for instance have a look here:

http://www.cisco.com/en/US/docs/ios/12_0s/feature/guide/TE_1208S.html#wp57859

other options are static routing, policy-based routing, 'forwarding adjacency' etc.

Hello Ivan,

 

Would you be able to provide a document with example showing how to direct the traffic using route-map or pbr over rsvp tunnel. I have similar scenario. Basically I have two LSPs, LDP based and RSVP based and I want to setup a pseudowire over RSVP tunnel while other pseudowires over LDP based LSP. Please see my question here https://supportforums.cisco.com/discussion/12232796/forwarding-traffic-mpls-te-tunnels

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: