Implementing and Operating Cisco Security Core Technologies (SCOR) — Question 253
Which command is used to log all events to a destination collector 209.165.201.10?
Answer options
- A. CiscoASA(config-pmap-c)# flow-export event-type all destination 209.165.201.10
- B. CiscoASA(config-cmap)# flow-export event-type flow-update destination 209.165.201.10
- C. CiscoASA(config-pmap-c)# flow-export event-type flow-update destination 209.165.201.10
- D. CiscoASA(config-cmap)# flow-export event-type all destination 209.165.201.10
Correct answer: A
Explanation
The correct answer is A because it specifies 'event-type all', which logs every event to the specified collector. Options B and C only log flow updates, which are not comprehensive. Option D is incorrect as it uses the wrong configuration mode (cmap) for the intended command.