nerdexam
Cisco

350-401 · Question #808

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-dst-src)# erspan-id 110. To enable an ERSPAN tunnel on the destination, the erspan-id command must be configured to match the ID used by the source.

Submitted by haruto_sh· Mar 6, 2026Network Assurance

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 #808 exhibit 1
350-401 question #808 exhibit 2

Options

  • A(config-mon-erspan-dst-src)# origin ip address 172.16.10.10
  • B(config-mon-erspan-dst-src)# erspan-id 172.16.10.10
  • C(config-mon-erspan-dst-src)# no shut
  • D(config-mon-erspan-dst-src)# erspan-id 110

How the community answered

(46 responses)
  • A
    15% (7)
  • B
    7% (3)
  • C
    2% (1)
  • D
    76% (35)

Why each option

To enable an ERSPAN tunnel on the destination, the `erspan-id` command must be configured to match the ID used by the source.

A(config-mon-erspan-dst-src)# origin ip address 172.16.10.10

The `origin ip address` command is used on the ERSPAN source to specify its IP address, not on the destination.

B(config-mon-erspan-dst-src)# erspan-id 172.16.10.10

The `erspan-id` takes an integer as an argument, not an IP address.

C(config-mon-erspan-dst-src)# no shut

While `no shut` is used to enable interfaces or features, the `erspan-id` command is specifically required to define and associate the ERSPAN session for the tunnel to function.

D(config-mon-erspan-dst-src)# erspan-id 110Correct

For an ERSPAN tunnel to be established and enabled between a source and destination, both ends must be configured with a matching `erspan-id`, which is a numerical identifier for the ERSPAN session.

Concept tested: ERSPAN destination configuration

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/netflow/configuration/xe-3s/nf-xe-3s-book/nf-erspan.html

Topics

#ERSPAN configuration#Traffic mirroring#Cisco Catalyst CLI

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice