nerdexam
Cisco

350-601 · Question #371

A network engineer must SPAN only the ingress traffic of a Cisco MDS 9000 series switch from interface fc 1/23 to interface fc 1/24. Which two configuration must be applied to complete this task?…

The correct answer is B. MDS-A(config-if)# switchport mode SD C. MDS-A(config-span)# source interface fc 1/23 rx. To SPAN only ingress traffic from interface fc 1/23 to interface fc 1/24 on a Cisco MDS 9000 series switch, you must configure the source interface for receive-only traffic and set the destination interface to SPAN Destination mode.

Storage Network

Question

A network engineer must SPAN only the ingress traffic of a Cisco MDS 9000 series switch from interface fc 1/23 to interface fc 1/24. Which two configuration must be applied to complete this task? (Choose two)

Exhibit

350-601 question #371 exhibit

Options

  • AMDS-A(config-span)# source interface fc 1/23
  • BMDS-A(config-if)# switchport mode SD
  • CMDS-A(config-span)# source interface fc 1/23 rx
  • DMDS-A(config-span)# source interface fc 1/23 tx
  • EMDS-A(config-if)# switchport mode TL

How the community answered

(39 responses)
  • A
    3% (1)
  • B
    74% (29)
  • D
    8% (3)
  • E
    15% (6)

Why each option

To SPAN only ingress traffic from interface fc 1/23 to interface fc 1/24 on a Cisco MDS 9000 series switch, you must configure the source interface for receive-only traffic and set the destination interface to SPAN Destination mode.

AMDS-A(config-span)# source interface fc 1/23

source interface fc 1/23 without 'rx' or 'tx' would monitor both ingress and egress traffic, not just ingress.

BMDS-A(config-if)# switchport mode SDCorrect

The command switchport mode SD is used to configure the destination interface (such as fc 1/24 in this scenario) as a SPAN Destination port, which receives the monitored traffic.

CMDS-A(config-span)# source interface fc 1/23 rxCorrect

The command source interface fc 1/23 rx specifies interface fc 1/23 as the source for the SPAN session and explicitly limits the monitoring to only the received (ingress) traffic, fulfilling the requirement.

DMDS-A(config-span)# source interface fc 1/23 tx

source interface fc 1/23 tx would monitor only egress traffic, which is contrary to the requirement of monitoring ingress traffic.

EMDS-A(config-if)# switchport mode TL

switchport mode TL is not a valid or standard command for configuring a SPAN destination port on Cisco MDS switches.

Concept tested: Cisco MDS SPAN configuration, ingress traffic monitoring

Source: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/mds9000/sw/6_2/configuration/guides/system/nx-os/sys_cg_6_2_1/span.html

Topics

#SPAN#Cisco MDS Configuration#Fibre Channel#Network Monitoring

Community Discussion

No community discussion yet for this question.

Full 350-601 Practice