nerdexam
Cisco

350-401 · Question #939

Refer to the exhibit. An engineer must configure an ERSPAN tunnel that mirrors traffic from Linux1 on Switch1 to Linux2 on Switch2. Which command must be added to the destination configuration to enab

The correct answer is D. (config-mon-erspan-src-dst)# ip address 10.10.10.10. ERSPAN Destination Configuration Explanation Configuring an ERSPAN (Encapsulated Remote SPAN) destination session requires assigning an IP address to the destination configuration, which serves as the tunnel endpoint that receives the mirrored traffic - making option D correct. W

Submitted by haru.x· Mar 6, 2026Infrastructure

Question

Refer to the exhibit. An engineer must configure an ERSPAN tunnel that mirrors traffic from Linux1 on Switch1 to Linux2 on Switch2. Which command must be added to the destination configuration to enable the ERSPAN tunnel?

Exhibits

350-401 question #939 exhibit 1
350-401 question #939 exhibit 2

Options

  • A(config-mon-erspan-src-dst)# no shut
  • B(config-mon-erspan-src-dst)# traffic bidirectional
  • C(config-mon-erspan-src-dst)# monitor session 1 activate
  • D(config-mon-erspan-src-dst)# ip address 10.10.10.10

How the community answered

(17 responses)
  • B
    6% (1)
  • C
    18% (3)
  • D
    76% (13)

Explanation

ERSPAN Destination Configuration Explanation

Configuring an ERSPAN (Encapsulated Remote SPAN) destination session requires assigning an IP address to the destination configuration, which serves as the tunnel endpoint that receives the mirrored traffic - making option D correct. Without specifying ip address 10.10.10.10, the switch has no way to identify where the ERSPAN GRE tunnel should terminate, so the session cannot become active.

Why the distractors are wrong:

  • Option A (no shut) is not a valid command in the ERSPAN destination configuration context; ERSPAN sessions are activated differently than interfaces.
  • Option B (traffic bidirectional) is not a valid ERSPAN command; ERSPAN mirrors traffic in one direction (source to destination) by design.
  • Option C (monitor session 1 activate) is actually the correct command used on the source session to enable it - not the destination - and the syntax belongs to the source configuration mode.

Memory Tip: Think of ERSPAN as "GPS for your traffic" - just like GPS needs a destination address to navigate, ERSPAN needs an IP address on the destination session to know where to send the mirrored packets. If there's no address, there's no tunnel!

Topics

#ERSPAN#Traffic Monitoring#Switch Configuration

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice