09-08-2025 11:37 AM
@snickernet
Has anyone run into this issues with Cisco 9500 Distro on a Campus LAN environment where I keep having to add the all zeros default route (static route) back into the distro switch.
If static route is removed....Downstream issues with other building in a campus LAN
09-08-2025 11:41 AM
Can you share topolgy
MHM
09-08-2025 01:20 PM
Distro connected to Core A and Core B and both cores has its own distro independently, connected to the rest of the building dowstream.
We recently migrate some of the buildings from EIGRP to OSPF.
One of the building have issues with OSPF where by we standardize to have this config on all distros:
Router ospf 100
default-information originate
router-id 1xx.1xx.1xx.xx
no ip route 0.0.0.0 0.0.0.0 1xx.1xx.1xx.xx
when this IP route is removed problem occurs with tunnel 0 flapping with no config on them, causing some building to lose network connectivity. We migrate other bldg from EIGRP to OSPF with no issues except for one building having problem with Static Route.
09-09-2025 12:20 AM
Hello @snickernet ,
the default-information originate creates an LSA type 5 for network 0.0.0.0/0 only if there is a default route in the IP routing table of the node.
By the way you should inject a defaul route in OSPF routing domain at the core level and not on each distro switch.
For the building that have issues check if you have a correct OSPF neighborship with core switches using
show ip ospf neighbors
check also if there is a default route in OSPF database with
show ip ospf database external 0.0.0.0
when the static route is present the distro switch injects a default route that can be used by downstream devices, but to be noted the LSA would be sent also to the core level.
This is the reason why I have written above that the default route should be injected at core level
Hope to help
Giuseppe
09-09-2025 01:48 AM
Tunnel flapping meaning there is recursive issue
I.e. the tunnel destination is learn from tunnel itself.
Static route have lowest AD that why always device use defualt route for tunnel destination
When you change to ospf which have higher AD than IGP run in tunnel (i think it eigrp) the device start confuse abd issue happened
Confirm above
Thanks
MHM
09-09-2025 11:59 AM
show ip route | include 00
Use this command many times to see if defualt route add to rib many time and next hop or type of route
MHM
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