300-710 · Question #156
An engineer is configuring a Cisco IPS to protect the network and wants to test a policy before deploying it. A copy of each incoming packet needs to be monitored while traffic flow remains…
The correct answer is D. inline tap. To test an IPS policy and monitor a copy of each incoming packet without affecting live traffic flow, the IPS should be configured in inline tap mode. This allows the IPS to be physically inline but operate in a listen-only, non-blocking fashion.
Question
An engineer is configuring a Cisco IPS to protect the network and wants to test a policy before deploying it. A copy of each incoming packet needs to be monitored while traffic flow remains constant. Which IPS mode should be implemented to meet these requirements?
Options
- Arouted
- Bpassive
- Ctransparent
- Dinline tap
How the community answered
(47 responses)- A9% (4)
- B2% (1)
- C4% (2)
- D85% (40)
Why each option
To test an IPS policy and monitor a copy of each incoming packet without affecting live traffic flow, the IPS should be configured in inline tap mode. This allows the IPS to be physically inline but operate in a listen-only, non-blocking fashion.
Routed mode places the IPS inline and makes it an active participant in traffic forwarding, capable of blocking, which would affect traffic flow during testing.
Passive mode involves connecting the IPS to a SPAN or tap port out-of-band, not physically inline, and while it monitors traffic copies, 'inline tap' is a more specific description for an inline, non-blocking test setup.
Transparent mode also places the IPS inline as a Layer 2 bridge and actively inspects and potentially blocks traffic, thus affecting traffic flow, which is not desired for pre-deployment testing without impact.
Inline tap mode allows the IPS device to be physically placed inline in the network path, but it operates in a listen-only fashion. It receives a copy of all traffic for analysis and policy testing without actively forwarding or dropping packets, ensuring that traffic flow remains constant.
Concept tested: Cisco IPS deployment modes - Inline Tap
Source: https://www.cisco.com/c/en/us/td/docs/security/firepower/60/configuration/guide/fpmc-config-guide-v60/Interfaces_for_Firepower_Threat_Defense.html
Topics
Community Discussion
No community discussion yet for this question.