Implementing Cisco Application Centric Infrastructure (DCACI) — Question 18
An engineer is creating a configuration import policy that must terminate if the imported configuration is incompatible with the existing system. Which import mode achieves this result?
Answer options
- A. merge
- B. atomic
- C. best effort
- D. replace
Correct answer: B
Explanation
The atomic import mode ensures that the entire import process either completes successfully or fails entirely, preventing any incompatible configurations from being applied. The other modes, such as merge and best effort, may allow partial imports or continue despite incompatibilities, which does not meet the requirement for termination on incompatibility.