07-14-2012 10:48 AM - edited 03-07-2019 07:46 AM
Hi everyone,
my question is how can i configure static routes to be inserted in IGP process, with oer process?
thanks.
Solved! Go to Solution.
07-14-2012 11:16 AM
Hello Farshid,
this is a configuration you have to do on the OER Border routers.
you simply configure the static route which is in the oer process pointing to the external interface, then u should write a route-map with a match clause of tag 5000 - default value used with OER - and set the metric to a value less than 1.
if the default tag value to 5000 is changed within OER or is assigned to another routing process, u should consider that.
example (on OER border) :
ip route 0.0.0.0 0.0.0.0 fa0/1 <---- (external interface)
route-map TEST permit 10
match tag 5000
set metric -10
router ospf 1
redistribute static route-map TEST subnets
Hope it Helps,
Soroush.
07-14-2012 05:22 PM
sure, here it is:
http://www.cisco.com/en/US/docs/ios/12_3t/12_3t8/feature/guide/gt_oer1.html
HTH
Soroush.
07-14-2012 11:16 AM
Hello Farshid,
this is a configuration you have to do on the OER Border routers.
you simply configure the static route which is in the oer process pointing to the external interface, then u should write a route-map with a match clause of tag 5000 - default value used with OER - and set the metric to a value less than 1.
if the default tag value to 5000 is changed within OER or is assigned to another routing process, u should consider that.
example (on OER border) :
ip route 0.0.0.0 0.0.0.0 fa0/1 <---- (external interface)
route-map TEST permit 10
match tag 5000
set metric -10
router ospf 1
redistribute static route-map TEST subnets
Hope it Helps,
Soroush.
07-14-2012 04:13 PM
thank you soroush, do u have a resource regarding performance routing?
regards.
07-14-2012 05:22 PM
sure, here it is:
http://www.cisco.com/en/US/docs/ios/12_3t/12_3t8/feature/guide/gt_oer1.html
HTH
Soroush.
11-23-2016 12:02 PM
so guys I have a quick question. I recently just tested PFR and I forced a lot of traffic over a low bandwidth link and it injected a static route into the border router. So after that traffic stopped for over an hour, the static route from PFR is still in the routing table of the border router. How do you make that static route go away or what is the timeout on it?
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