A network engineer is troubleshooting a performance issue between two hosts connected to a Cisco Catalyst 3850 switch. The engineer wants to capture all traffic sent and received by Host A (Gi1/0/1) and send it to a monitoring station connected to Gi1/0/24. The engineer configures 'monitor session 1 source interface Gi1/0/1 both' and 'monitor session 1 destination interface Gi1/0/24'. However, the monitoring station receives only traffic sent by Host A, not traffic received. What is the most likely cause?
Trap 1: The source interface is configured as an access port, and the SPAN…
Incorrect; SPAN can capture both directions on an access port.
Trap 2: The 'monitor session 1 destination interface Gi1/0/24' command does…
Incorrect; the destination interface command supports both directions; the issue is not about direction support.
Trap 3: The engineer must also configure 'monitor session 1 filter ip' to…
Incorrect; filter is optional and not required for basic capture.
- A
The source interface is configured as an access port, and the SPAN session cannot capture both directions on an access port.
Why wrong: Incorrect; SPAN can capture both directions on an access port.
- B
The destination port is in the same VLAN as the source interface, causing the switch to drop the copied frames due to loop prevention.
Correct; when the destination port is in the same VLAN as the source, the switch may drop the replicated frames to prevent loops, especially if the destination port is also in the forwarding path.
- C
The 'monitor session 1 destination interface Gi1/0/24' command does not support egress SPAN; only ingress SPAN is allowed.
Why wrong: Incorrect; the destination interface command supports both directions; the issue is not about direction support.
- D
The engineer must also configure 'monitor session 1 filter ip' to capture both directions.
Why wrong: Incorrect; filter is optional and not required for basic capture.