Symptom
FTD managed using FDM running version 6.6.5, 7.0.1, 7.2.0.
OSPF routing configured with nssa area.
OSPF template allows to have nssa configured correctly but on hitting OK adds "default-information-originate " to the area nssa statement.
So instead of -
firepower# sh run | b ospf
router ospf 12345
network area 1234
area 1234
timers throttle lsa 0 5000 5000
log-adj-changes detail
Following configuration is pushed out -
firepower# sh run | b ospf
router ospf 12345
network area 1234
area 1234 nssa default-information-originate >>> gets added by itself
timers throttle lsa 0 5000 5000
log-adj-changes detail
!
Conditions
FTD managed using FDM running version 6.6.5, 7.0.1, 7.2.0.
OSPF routing configured with nssa area.
Workaround
Keep OSPF but configure static default route to a different gateway etc such that static route is preferred
Further Problem Description
None