12-19-2011 06:54 PM - edited 03-07-2019 03:58 AM
Hi everybody.
How is everyone doing?
I was reading my book when I found :
redistribute ospf 2 external 2
The book says only ospf external routes of type 2 will be redistributed.
But when I tried to configure the above command on router, I was not able to configure it; there was no external or internal option available with redistribute ospf command.
Below is the output:
R2(config)#router rip
R2(config-router)#redistribute ospf 1 ?
match Redistribution of OSPF routes
metric Metric for redistributed routes
route-map Route map reference
vrf VPN Routing/Forwarding Instance
<cr>
R2# show version
Cisco IOS Software, 2600 Software (C2691-ADVIPSERVICESK9-M), Version 12.4(15)T6, RELEASE SOFTWARE (fc2)
========================================================================================
Do we have such command for eigrp? For example If i want to redistribute only external routes from eigrp into ospf, do we have any command such as :
redistribute eigrp 1 external ?
I understand there is several ways to achieve to same goal however I am just curious if we could acheive the same goal using single redistribute eigrp command without any route-map.
Thanks and have a great day
Solved! Go to Solution.
12-19-2011 08:25 PM
R(config)#router rip
R(config-router)#version 2
R(config-router)#redistribute ospf 1 match external 1 ?
external Redistribute OSPF external routes
---
Posted by WebUser Sanjeewa Alahakone
12-19-2011 08:25 PM
R(config)#router rip
R(config-router)#version 2
R(config-router)#redistribute ospf 1 match external 1 ?
external Redistribute OSPF external routes
---
Posted by WebUser Sanjeewa Alahakone
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