A Cisco FTD device is deployed in passive mode. The security team wants to block malicious traffic without affecting legitimate traffic. Which action should be used in the access control policy rule?
Trap 1: Set the rule action to 'Trust'
Trust bypasses all inspection, not recommended for blocking malicious traffic.
Trap 2: Set the rule action to 'Block' with a reset
Passive mode cannot block traffic; the device only receives a copy of traffic.
Trap 3: Set the rule action to 'Interactive Block'
Interactive Block sends TCP resets and can affect traffic; in passive mode it may not be effective and can cause issues.
- A
Set the rule action to 'Allow' and rely on intrusion policy with 'Drop and Reset'
In passive mode, the device cannot block; 'Allow' is appropriate and intrusion policy can alert but not drop. 'Drop and Reset' will not actually drop in passive mode.
- B
Set the rule action to 'Trust'
Why wrong: Trust bypasses all inspection, not recommended for blocking malicious traffic.
- C
Set the rule action to 'Block' with a reset
Why wrong: Passive mode cannot block traffic; the device only receives a copy of traffic.
- D
Set the rule action to 'Interactive Block'
Why wrong: Interactive Block sends TCP resets and can affect traffic; in passive mode it may not be effective and can cause issues.