Question 31 of 115 from exam 350-601-DCCOR: Implementing and Operating Cisco Data Center Core Technologies

Question 31 of 115 from exam 350-601-DCCOR: Implementing and Operating Cisco Data Center Core Technologies

Question

192.168.20.4 192.168.20.2
Flow Analyzer Flow Collector

switch (config) # flow record L2_record
switch (config-flow-record)# match datalink vlan
switch (config-flow-record)# exit

switch (config) # flow exporter flow-exporter-L2
switch (config-flow-exporter)# destination 192.168.20.2
switch (config-flow-exporter)# source ethernet 1/1
switch (config-flow-exporter)# version 9

switch (config-flow-exporter) # exit

Eth 1/1 Eth 1/2

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.

switch(config)# flow timeout 30000
switch(config)# interface ethernet 1/1
switch(config-if}# switchport

switch(config-if}# switchport access vian 10
switch(config-if}# ip flow monitor L2_monitor output

B.

switch(config)# interface ethernet 1/1
switch(config-if}# flow timeout 30
switch(config-if}# switchport access vian 10
switch(config-if}# mac packet-classify
switch(config-if}# ip flow monitor L2_monitor input

C.

switch(config)# interface ethernet 4/1
switch(config)# flow timeout 30000

switch(config-if}# switchport

switch(config-if}# layer2-switched flow monitor L2_monitor output
switch(config-if}# switchport access vian 10

D.

switch(config)# flow timeout 30
switch(config)# interface ethernet 1/1

switch(config-if}# switchport

switch(config-if}# switchport access vian 10

switch(config-if}# mac packet-classify

switch(config-if}# layer2-switched flow monitor L2_monitor input

Explanations

D.