09-29-2011 04:01 AM - edited 03-04-2019 01:46 PM
Hi,
Please refer attached. In here am trying to advertise few networks over OSPF through MPLS link and few through GRE tunnel. Am not able to get the configuration for the scenario. Any hints or help on configuration would be much appreciated.
Objective:
Am not sure if am postig on a wrong Forum, please route me if so.
Thanks.
09-29-2011 06:01 AM
Hi Firoz,
It's difficult as you will have a single area and so a single database.
The simple solution would be utilzing another routing protocol like RIP over GRE tunnel.
Regards..
-Ashok.
09-29-2011 08:48 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
OSPF doesn't lend itself to doing what you require with the restrictions you've also noted. You could also accomplish it, I believe, by using PBR with OSPF, although dealing with failure can be a bit tricky.
For situations like yours, I often ask - why do you want to do this?
10-01-2011 03:41 AM
Hi Joseph,
No special reason. Just want to achieve it. Anyways.. I was trying the below;
---------------------------------------------------------
route-map OSPF permit 110
description TAKES-GRE-TUNNEL0
match ip address 30
set metric +10
set interface Tunnel0
route-map OSPF permit 112
description TAKES-MPLS-FA0/0
match ip address 20
access-list 30 permit 10.10.20.0 0.255.255.255
access-list 20 permit 10.10.10.0 0.255.255.255
access-list 20 permit 10.10.20.0 0.255.255.255
----------------------------------------------------------
But it doesnot take T0. Metric gets changed for 10.10.20.x, but its is learning through FA0/0. Any hints where I can change the metric and route through T0?
Thanks.
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