Working with MPLS in a comfortable way.
|
Lets say that you have an MPLS network, and youre running Open Shortest Path First (OSPF) as your dynamic routing protocol. All sites have access to every other site. At the central site, you have an Internet circuit.
One day, you decide that you want a remote site to be able to access the Internet through the central sites Internet circuit. ip route 0.0.0.0 0.0.0.0 xx.xx.xx.xx
The xx.xx.xx.xx route is the IP address of your central routers frame-relay interface. From here, assuming DNS was in place,
In the case of MPLS, however, this approach wont work. If you put the same default route on the remote router, the IP address of
Think of the providers router as the "big" router in the cloud. All of your routers connect to its router, and youre routing the traffic together. |

Favorite (0)