Our customer has 3 routers: 2 connected to our global MPLS cloud and 1 for Internet breakout.
An Ipanema device switches traffic to the correct router (MPLS or Internet).
The MPLS routers run BGP on the WAN and no routing protocol on the LAN. They also run HSRP to determine who is the active gateway.
Yesterday, the ISP did a maintenance on the Internet link. When the link was reactivated, the customer complained that Internet traffic was going through the primary MPLS router. He came to that conclusion by doing a tracert to google.com from his PC and verifying the first hop address.
My question is: is tracert a valid tool in this case? I believe the Ipanema redirects traffic based on the port number, and since ICMP doesn't match the Internet port set (80,443 etc.), I would think ping/tracert would go through the default gateway (MPLS) anyway. Can someone please confirm?