Exam 350-601 All QuestionsBrowse all questions from this exam
Question 41

Refer to the exhibit. VLAN 10 is experiencing delays and packet drops when the traffic is forwarded through the switch. The destination flow analyzer accepts traffic captures of not more than 30 seconds. Which configuration implements the traffic capture that meets the requirements?

A.

B.

C.

D.

    Correct Answer:

    To capture traffic correctly for VLAN 10 experiencing delays and packet drops, the configuration needs to meet two primary requirements: setting the appropriate flow timeout and applying the flow monitor in the correct context. The flow monitor configuration timeout should be 30 seconds (30000 milliseconds), matching the destination flow analyzer's limit. Additionally, it should be used for layer 2 switched flows rather than IP flows, considering the VLAN 10 traffic characteristics. Consequently, the most appropriate configuration should include these elements: 1. Correctly specifying the flow timeout in a global configuration context. 2. Using 'layer2-switched flow monitor' for capturing traffic. Option D meets these requirements with the appropriate commands, including setting the 'flow timeout 30' in the global configuration and 'layer2-switched flow monitor L2_monitor input' for layer 2 traffic monitoring, making it the correct choice.

Discussion
GeekT

D is correct https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/7-x/system_management/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide_7x/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide_7x_chapter_011100.html

dekiviser

GeekT I see you corect many questions. Have you pass exam with your answers or you go with examtopics answers?

mauchi

As the port is a l2 port only (configured through command "switchport") doesnt make sense to use the "ip flow", and makes more sense to use that "layer2-switched", just using logic

designated

Answer D is correct. A = Incorrect because the default range timeout is between 5 and 60 seconds. B = Incorrect because the timeout configuration is applied on global configuration (config)# and not on interface configuration (config-if)# C = Incorrect because the timeout configuration is applied on global configuration (config)# and not on (config-if)# + Note the interface ethernet command and then the flow timeout command. Also, the timeout value could not be more than 60.

crosillo30

Answer D is correct https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/4_2/nx-os/system_management/configuration/guide/sm_nx_os_cli/sm_15netflow.html

cristian_sgua

Answer D is correct. https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/7-x/system_management/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide_7x/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide_7x_chapter_011100.html

ShriKrishna

Answer must be C ???

Mustafa

I agree with you answer is C. this is my reference. https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/4_2/nx-os/system_management/configuration/guide/sm_nx_os_cli/sm_15netflow.html#wp1094159 The range for flow time out is from 60 to 4092. The default is 1800.

groblok

D is correct A & C are incorrect because timeout limit max is 60 B is incorrect because timeout is a global command and is not interface specific https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/4_2/nx-os/system_management/configuration/guide/sm_nx_os_cli/sm_15netflow.html

GuyThatTakesDumps

D is correct