11-20-2017 06:30 PM - edited 02-21-2020 06:48 AM
I am working on a PCI audit for a company that has roughly 40 routers and (2) ASA 5508s in HA (Version 9.6(3)1). All of the routers and ASA are configured with OSPF. I needed to configure OSPF LSA message thresholds. It was easy on the routers:
Example:
router ospf 1
router-id x.x.x.x
max-lsa 12000
redistribute static subnets route-map OSPF-Static
network y.y.y.y 0.0.0.255 area 99
network z.z.z.z 0.0.0.3 area 99
I am not able to issue the command max-lsa 12000 on the ASA 5508, as the command is not available.
Anybody know how to configure lsa threshold on an ASA?
Solved! Go to Solution.
11-20-2017 06:57 PM
Hi @Bmodlin
Also didn't find a good explanation for this but one possibly reason may be that a router supports up to 30 OSPF process whilst an ASA is limited to two process.
-If I helped you somehow, please, rate it as useful.-
11-20-2017 06:57 PM
Hi @Bmodlin
Also didn't find a good explanation for this but one possibly reason may be that a router supports up to 30 OSPF process whilst an ASA is limited to two process.
-If I helped you somehow, please, rate it as useful.-
11-20-2017 07:21 PM
Yes, that is true, but this particular feature is to limit the amount of received LSAs..... I am looking for an ASA command to limit the LSAs received by the ASA.
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