05-16-2017 01:18 PM - edited 03-05-2019 08:32 AM
I have an issue where remote sites connect to Internet though MPLS but the return path of the packet is not the same MPLS WAN as outgoing.
Any suggestions to mitigate this issue so incoming traffic can be forced through a particular MPLS WAN provider in steady state but if the Internet fails from one provider, we have access through other Provider.
05-16-2017 05:25 PM
Hi
I would like to ask you what routing protocol is configured on the CE routers?
05-16-2017 05:37 PM
EIGRP
05-16-2017 05:47 PM
Hi
Thank you, based on your diagram how is the packet flow from the remote site to Internet? I see it is connected to mpls 2.
05-16-2017 06:37 PM
Internet traffic goes over MPLS1, We want the return traffic to follow the same path but IGP sends the traffic over to MPLS 2 on return as that has better metric.
Default route has better metric and the traffic is sent from branch to the MPLS 1 router but problem is the return traffic.
05-16-2017 07:05 PM
Hi
Have you tried to configure a high delay on the interfaces between CE2 and PE2 to manipulate the traffic?
It should keep a symmetric traffic through the primary MPLS.
example:
CE2
int g0/0
description TO-PE2
delay 50000
PE2
Int g0/0
description TO-CE2
ip vrf forward <vrf name>
delay 50000
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