11-18-2025 11:59 PM
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?
Solved! Go to Solution.
11-19-2025 03:03 AM - edited 11-19-2025 03:03 AM
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
11-19-2025 03:03 AM - edited 11-19-2025 03:03 AM
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
11-19-2025 03:43 AM
hi @Giuseppe Larosa
thank you for your help. I’ve tried it and it worked.
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