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

Redistributing default route learned by OSPF into EIGRP

dsteinfadt
Level 1
Level 1

I have a configuration in which I have a PIX learning the default route from a Internet BGP gateway Router via OSPF. Inside the network I have a router connected to the inside of the PIX and learning the route via OSPF. Is shows up as an External route on the Interal Router and the PIX as I expect.

On the Internal Router I want to redistribute this default route only to the network. The Inside Router sees the default route but is not redistributing it.

What is the best way to do this. I want the default route only and not any other OSPF routes.

1 Reply 1

royalblues
Level 10
Level 10

Friend,

Have you used the command default-information originate under OSPF process

Here's one way of achieving this

use distribute list and send only the default route out of the interface connecting to the inside networks

Say your router is sending the default route to internal router R1 and is connected to fa 0/0

On R1

router ospf 100

distribut-list 1 in fa0/0

access-list 1 permit host 0.0.0.0

HTH, rate if it does

Narayan

Review Cisco Networking products for a $25 gift card