11-30-2020 08:08 PM
Hi Guys,
I am using an ASA and I configured a simple OSPF for its routing so that I can do load-balancing to my 2x routers upstream. Within the OSPF process, I configured redistribute connected subnets so that all connected subnets behind the ASA will be redistributed to OSPF and for the subnets to be able to go out from the network.
Now, I have a new segment that I need to configure. After I configured the new segment, I noticed that the router's routing table does not have the route back to the new segment. Technically, it should have because I configured redistribute connected subnets in the ASA via OSPF which means the ASA is not sending OSPF updates or I just missed out configuration?
Thank you the help.
12-01-2020 05:19 AM
hi,
can you post the show run router ospf?
did you add the new network under ASA ospf process?
router ospf 1
network <NEW NETWORK SEGMENT> <SM> area 0
12-01-2020 07:30 AM
Hi @johnlloyd_13 ,
below is the snippet of the router ospf config;
router ospf 1
network 10.200.1.0 255.255.255.248 area 0
area 0
log-adj-changes
redistribute connected subnets
When I tried to add the network command for my new subnet, it works but it doesn't makes sense because it should work even if there is no network command for my new subnet because the redistribution for connected subnets is enabled in my OSPF process. Correct?
Thanks.
12-01-2020 04:54 PM - edited 12-01-2020 04:54 PM
hi,
the network command identifies which interface will participate in the OSPF process.
you should include it as part of the basic OSPF config.
12-01-2020 07:33 PM
Hi @johnlloyd_13 , if that is the case, but why my other subnets behind my firewall were able to redistribute to OSPF without the network command for those subnets? My new subnet is the only subnet that I noticed that is not redistributing to OSPF even though I do not have any IP conflict. Thanks
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