01-02-2012 09:09 AM - edited 03-04-2019 02:47 PM
Dear Experts,
We need to have a load sharing between 2 MPLS links and 2 P2P links;
Topology is :
The Requirement is :
Load Sharing between TATA and Airtel MPLS is working.
How to configure P2P link in this case as per the shown topology.
Regards
01-02-2012 11:00 AM
If you use BGP as the routing protocol, the P2P links will be used as primary for inter-site connectivity due to the BGP Best Path Algorithm. The shortest AS_PATH information will be chosen in this case.
In case both P2P links are down, the routes will be learned via the MPLS Cloud. If you want to prevent these locations from becoming transit segments, make sure to have a ^$ egress filter - for instance:
ip as-path access-list 1 permit ^$
router bgp x
neighbor x.x.x.x filter-list 1
01-03-2012 01:01 AM
Dear Edition,
How can I do the load sharing means my all four links will be use at a time.
e.g I have 4 segment im LAN say A,B,C and D than
When all links are up:
- A should go via TATA MPLS link
- B should go via Airtel MPLS link
- C should go via P2P link between TCE1-TCE2
- D should go via P2P link between ACE1-ACE2
Now when P2P link between TCE1-TCE2 down :
- C shuld go via P2P link between ACE1-ACE2.
When both P2P link will be down than only,
- C and D should go via TATA and AIRTEL MPLS link respectively.
When TATA MPLS link will be down than
- A should go via AIRTEL link not via P2P links.
and vice a versa for Airtel MPLS link also.
Please help in this regards,
01-03-2012 09:55 AM
Based on your requirements, you want to perform source-based routing.
Source-Based routing can only be accomplish with Policy-Based Routing (PBR).
You can use BGP for destination based routing by manipulating the BGP metrics.
With PBR, you create a route-map that matches the respective subnet and set the ip next-hop to the desired link.
With BGP, you can use AS_PATH prepend inbound or outbound to make a subnet less desirable.
I suggest putting up a lab together and play around with all scenarios and failures.
Regards,
Edison
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