12-21-2017 08:12 AM - edited 03-01-2019 03:15 PM
Hi all,
We are having this topology in our network and I want to build a TE tunnel between two edge routers. For edge routers I followed the exact steps which was described in documentation. But TE tunnels are coming up. MPLS is functioning properly and do label switching. Loopbacks are reachable. Is there any additional configurations to be done in cisco router as well in this scenario ? What could cause TE tunnels not to come up from cisco router's perspective ? Thanks.
Solved! Go to Solution.
12-21-2017 10:38 AM
Hi Chanuka,
You do indeed need some configuration in the Cisco equipment that is being used as a MPLS TE middle point router. For more information, please refer to the following documents:
Regards,
12-21-2017 08:18 AM
12-21-2017 07:50 PM
Hi smailmilak,
crw-gw-1-sbjmen-pip.my#sh mpls traffic-eng tunnels
P2P TUNNELS/LSPs:
P2MP TUNNELS:
P2MP SUB-LSPS:
crw-gw-1-sbjmen-pip.my#
Here is the output requested. No info to display.
12-21-2017 11:27 PM
12-22-2017 12:52 AM
Hi smailmilak,
Thank you very much for your response. I appreciate if you could explain what is RSVP how it works and how it integrates with MPLS TE. Please see my reply to Harold also. Thank you very much !
12-22-2017 01:32 AM
12-21-2017 10:38 AM
Hi Chanuka,
You do indeed need some configuration in the Cisco equipment that is being used as a MPLS TE middle point router. For more information, please refer to the following documents:
Regards,
12-22-2017 12:46 AM
Hi Harold,
Thank you very much. You helped me again to overcome my problem. I already used following commands before start this discussion.
(config)#mpls traffic-eng tunnels
(config-if)#mpls traffic-eng tunnels
(config-router)#mpls traffic-eng area 9 (config-router)mpls traffic-eng router-id Loopback0
But the tunnel didn't come up. Then after referring the documentation you provided I found that I missed one command.
(config-if)#ip rsvp bandwidth XXX XXX
Right after I entered this command under interface config my tunnel just came up. But I still have a one concern though. I reserved 300Mbps by using ip rsvp bandwidth command under my interfaces in cisco core router which is connecting to my edges. Can you please explain me how this command works ? This bandwidth is reserved for particular tunnel I created or all the tunnels that I'm gonna create in future as well ? Kindly explain. Thanks again.
12-22-2017 07:46 AM
Hi Chanuka,
I am glad to hear the tunnel came up.
The "ip rsvp bandwitdh" command enables RSVP on the interface an specifies the bandwidth that can be reserved off that specific interface. If you just configured "ip rsvp bandwidth" without any value, 75% would be reserved by default.
Regards,
12-23-2017 01:14 AM
Hi Harold,
Thank you for your explanation. Is it the total bandwidth I can use for any number of TE tunnels ? Let's say I reserve 750Mbps from a 1G interface by using ip rsvp bandwidth command. So I can use 750Mbps for TE tunnels and remaining 250 for normal forwarding. Is my understanding correct ? Kindly describe more if I'm wrong. Thanks.
12-23-2017 08:32 AM
Hi Chanuka,
Yes, the basic idea is that you would reserve 750M for all the TE tunnels reservation going through that specific interface and 250M for the non MPLS TE traffic. Bear in mind though that MPLS TE only makes BW reservation at the control plane level to ensure that you don't setup more TE Tunnels with specific BW reservation than available, but any tunnel can use more BW at the data plane level than what it reserved at the control plane level. It is up to the router at the tunnel head end to use rate limiting to ensure it doesn't send more traffic than what has been reserved.
Regards,
12-23-2017 10:39 PM
Hi Harold,
Thank you very much for your clear explanation. I have one last question to ask from you. You mentioned that remaining bandwidth will be use for non MPLS TE traffic. Does that mean remaining bandwidth will be use for both IP traffic and normal MPLS forwading ? or you mean IP traffic only ? Thanks .
12-24-2017 05:00 AM
Hi Chanuka,
This does not specify what the remaining BW will be used for, but rather what portion of the interface BW should be used for MPLS TE tunnels BW reservation. So yes, technically you could use the remaning BW for the rest of your traffic, which could be MPLS, IP or anything else for that matter.
Regards,
12-25-2017 05:18 PM
Hi Harold,
Thank you very much for sharing your knowledge with us. Appreciated !
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