cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
800
Views
0
Helpful
2
Replies

How to share internet traffic through mpls network

Network structure is like Ho to all branches are connected through mpls and and bigger bandwidth is terminated in Ho (centralized internet over MPlS ) . How to route default route for internet connection through mpls for branch office ?

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Arvind,

there are different options:

from Ho you can have a VRF site and the CE advertises the 0.0.0.0/0 default route to the attached PE node.

MP BGP vpnv4 signaling carries the vpnv4 route 0.0.0.0/0 to all other sites automatically.

You need to deploy an MPLS L3 VPN service to achieve the desired result.

Hope to help

Giuseppe

View solution in original post

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Arvind,

there are different options:

from Ho you can have a VRF site and the CE advertises the 0.0.0.0/0 default route to the attached PE node.

MP BGP vpnv4 signaling carries the vpnv4 route 0.0.0.0/0 to all other sites automatically.

You need to deploy an MPLS L3 VPN service to achieve the desired result.

Hope to help

Giuseppe

Thanks Larosa, for your kind reply