ā04-05-2011 10:46 AM - edited ā03-04-2019 11:59 AM
Hi Folks
Please take a look to the attached diagram
i m planning to use the 2921 router for both mpls and internet connection , to 2 different isp also am planning to use bgp with a public providor independant
i m planning to buy sla for the mpls link
Please advise in the configuration
ā04-06-2011 01:48 AM
For configuration support, you should hire a certfied cisco partner, or reputable consultant.
ā04-06-2011 01:51 AM
what is ur advise in below input?
i m planning to use the 2921 router for both mpls and internet connection , to 2 different isp also am planning to use bgp with a public providor independant
ā04-06-2011 02:07 AM
Hi,
As far I understood that you need to terminate both MPLS and Internet on single router. You can terminate two connections from different providers on single router....The same setup I have in my environment.
I would suggest you to run (however) BGP on MPLS and OSPF or EIGRP on Internet.
Do you have plans any vpn tunnels on Internet? OR it is just for browsing like that?
Regarding configuration see the below example one:
router eigrp 200
network 10.10.10.0 0.255.255.255
network 10.20.20.0 0.255.255.255
router bgp ***ASno****
no synchronization
bgp log-neighbor-changes
bgp bestpath as-path ignore
network 10.10.10.0 mask 255.255.255.0
network 10.20.20.0 mask 255.255.255.0
neighbor 10.50.50.4 remote-as 6
no auto-summary
As per the above config, the traffic from LAN will take BGP MPLS as primary as per BGP AD and EIGRP path will take as secondary...
Hope the above will help you.
Please rate the helpfull posts.
Regards,
Naidu.
ā04-06-2011 02:19 AM
Hi Naidu
i will have 2 routers on the edge.each terminate 2 type of link(mpls and internet) primary internet link on the first router and the second link from isp 2 at router 2 and it the same for mpls
ā04-06-2011 03:00 AM
Hi,
If you have 2 routers at edge then you need to configure HSRP between them for failover happen.
Please rate the helpfull posts.
Regards,
Naidu.
ā04-06-2011 03:24 AM
Hi Naidu
its okay to terminate 2 links(internet and MPLS) in each router with bgp running?
ā04-06-2011 03:44 AM
Hi,
You can run only BGP when have Internet and MPLS on single router.
Please rate all the helpfull posts.
Regards,
Naidu.
ā04-06-2011 04:36 AM
Hi Naidu
in my situation , i have 2 routers each with 2 type of different link , so bgp isnt work here
ā04-06-2011 04:42 AM
Hi,
As I said you need to run HSRP between both edge routers.
And BGP will work even you have two links on single router.... I have this setup.
BGP run on MPLS and vpn tunnels formed on internet, I just configured default route pointing to internt IPS GW.
Hope the above clear you..
Please rate the helpfull posts.
Regards,
Naidu.
ā10-06-2015 10:33 AM
Hi Latchum, I am working on same scenario and want to use BGP over MPLS and EIGRP for Internet circuit . how you do the tracking of MPLS and Internet Circuit in case of failure? is it possible you can send the config of the router please.
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