Topic: 350-601 topic 1 question 393

Refer to the exhibit. A network engineer must monitor the traffic from the server on VLAN 80. All source traffic from the server must be captured on the monitoring device. Which configuration set meets these requirements?

A.
switch(config-monitor)# destination interface ethernet 1/1switch(config-monitor)# source vlan 80
B.
switch(config-monitor)# destination interface ethernet 1/1switch(config-monitor)# filter vlan 80
C.
switch(config-monitor)# destination interface ethernet 1/2switch(config-monitor)# filter vlan 80 rx tx
D.
switch(config-monitor)# destination interface ethernet 1/2switch(config-monitor)# source vlan 80 rx

Re: 350-601 topic 1 question 393

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/system_management/503_n1_1/cisco_n5k_system_mgmt_cg_rel_503_n1_1_chapter15.pdf

Re: 350-601 topic 1 question 393

B is correct
A is wrong - Source VLANs are supported only in the ingress direction (rx).
C and D are no sense, traffic analyzer is on e1/1 interface

Re: 350-601 topic 1 question 393

Sure A is the correct

Re: 350-601 topic 1 question 393

A is correct
Rx is implicit for source vlan

Re: 350-601 topic 1 question 393

D is right answer here
When you specify a VLAN as a SPAN source, all supported interfaces in the VLAN are SPAN sources.
https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/6-x/system_management/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide/sm_14span.html#:~:text=When%20you%20specify%20a%20VLAN,the%20VLAN%20are%20SPAN%20sources.&text=VLANs%20can%20be%20SPAN%20sources%20only%20in%20the%20ingress%20direction.&text=These%20interfaces%20are%20supported%20in,3%20subinterfaces%20are%20not%20supported.

Re: 350-601 topic 1 question 393

A is ok

The following example shows configuring a VLAN SPAN source:
...
switch(config-monitor)# source vlan

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/configuration/guide/cli/CLIConfigurationGuide/Span.pdf

Re: 350-601 topic 1 question 393

D is the correct answer, because source vlan only can define with rx. Check it in my lab.

TULLY01(config-monitor)# source vlan 80
Warning:  Tx Vlan Span is not supported
TULLY01(config-monitor)# source vlan 80 both
Warning:  Tx Vlan Span is not supported
TULLY01(config-monitor)# source vlan 80 rx
TULLY01(config-monitor)#

Re: 350-601 topic 1 question 393

I will select answer B
=================================================
Source VLANs are supported only in the ingress direction.
================================================

Re: 350-601 topic 1 question 393

It´s correct

Re: 350-601 topic 1 question 393

All source traffic from the server must be captured