08-01-2012 05:34 AM
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 ?
Solved! Go to Solution.
08-01-2012 06:05 AM
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.
08-01-2012 05:47 AM
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!
08-01-2012 06:05 AM
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.
08-01-2012 06:25 AM
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.
07-04-2014 04:52 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide