cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1047
Views
0
Helpful
1
Replies

redistribute ospf/ redistribute eigrp commands

sarahr202
Level 5
Level 5

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

1 Accepted Solution

Accepted Solutions

fb_webuser
Level 6
Level 6

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

View solution in original post

1 Reply 1

fb_webuser
Level 6
Level 6

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