cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
96
Views
3
Helpful
2
Replies

Redistribute static Ospf

Randikdik
Community Member

Hi all,

i have topologi forti(as a router internet &mpls) - Core switch - Palo-Alto ( FW server Farm)

Connection core to forti using ip p2p & static default route 0.0.0.0/0 for access internet & access MPLS,

Connection core to Palo-Alto using ip p2p & configure OSPF

Do I need to apply configuration redistribute so that the segment on the Palo Alto, which uses OSPF, can communicate outward through the default route toward the FortiGate?

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello @Randikdik ,

on the Cisco core switch you can generate an OSPF default route in OSPF routing domain using:

router ospf 10

default-information originate

to be noted Cisco implementation does not allow to redistribute a default route from static to OSPF.

However, the command will provide a default route until there is a the default static route installed in the core switch

Hope to help

Giuseppe

 

View solution in original post

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello @Randikdik ,

on the Cisco core switch you can generate an OSPF default route in OSPF routing domain using:

router ospf 10

default-information originate

to be noted Cisco implementation does not allow to redistribute a default route from static to OSPF.

However, the command will provide a default route until there is a the default static route installed in the core switch

Hope to help

Giuseppe

 

Randikdik
Community Member

hi @Giuseppe Larosa 
thank you for your help. I’ve tried it and it worked.