02-20-2008 04:58 AM - edited 03-03-2019 08:47 PM
Hi,
Could anyone give me a sample configuration for PBR and GRE. Today I only have 1 MPLS link and I want toback it up with a internet (IPSec GRE) link. I will be using one router only.
Thanks,
Arana
Solved! Go to Solution.
02-20-2008 06:14 AM
02-20-2008 05:20 AM
You would not require PBR if both links are terminated on to the same router
Multiple routes with varying metrics should taker care of the routing
Narayan
02-20-2008 05:32 AM
Thanks Narayan. And if I need to use the back up also for Internet traffic (low priority) and the MPLS link for critical how do I go about it.
Thanks,
Arana
02-20-2008 05:56 AM
say u have a setup like R1 -- MPLS
|
Internet
access-list 100 permit tcp any any eq 80
route-map test permit 10
match ip address 100
set ip next-hop
interface
ip policy route-map test
Have multiple routes so that your MPLS traffic falls back over to internet during failure
ip route 0.0.0.0 0.0.0.0
ip route 0.0.0.0 0.0.0.0
HTH
Narayan
02-20-2008 06:08 AM
one more question.
set ip next-hop
Can I make the
Thanks,
Arana
02-20-2008 06:14 AM
yes you can
Narayan
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