Exam 350-401 All QuestionsBrowse all questions from this exam
Question 248

Refer to the exhibit.

These commands have been added to the configuration of a switch.

Which command flags an error if it is added to this configuration?

    Correct Answer: B

    The command 'monitor session 1 source vlan 10' would flag an error. In a SPAN (Switched Port Analyzer) session, you cannot mix source ports and source VLANs within the same session. The current configuration already includes source interfaces such as FastEthernet0/1, FastEthernet0/2, and port-channel 5, so attempting to add a VLAN source to this session would result in an error.

Discussion
Hack4Option: B

B the monitor session can source interface or vlan not both at the same time

default_route

what about destination? it can be more than one? it can be mixed (interfaces and vlans)?

Mac13Option: B

I labbed this on a switch, and it's answer B. Switch#sh run | i moni monitor session 1 source interface Gi0/2 rx monitor session 1 source interface Gi0/1 tx monitor session 1 source interface Po5 monitor session 1 destination remote vlan 222 Switch(config)#monitor session 1 source vlan 10 % Cannot add VLANs as sources for SPAN session 1 A range of addresses can be added (D), separated by a comma (,): Switch(config)#monitor session 1 source interface port-channel 5 ? , Specify another range of interfaces both Monitor received and transmitted traffic rx Monitor received traffic only tx Monitor transmitted traffic only <cr>

Audi87Option: B

Answer is B A monitor session can source from interfaces or VLANs – not both at the same time. RSPAN consists of at least one RSPAN source session, an RSPAN VLAN, and at least one RSPAN destination session. You separately configure RSPAN source sessions and RSPAN destination sessions on different network devices. To configure an RSPAN source session on a device, you associate a set of source ports or source VLANs with an RSPAN VLAN. Traffic monitoring in a SPAN session has these restrictions: + Sources can be ports or VLANs, but you cannot mix source ports and source VLANs in the same session.

TSKARANOption: B

I tried to add to the section , SW-1#show run | sec monitor monitor session 1 source interface Gi0/3 SW-1(config)#monitor session 1 source vlan 30 % Cannot add VLANs as sources for SPAN session 1 SW-1(config)# monitor session 1 destination remote vlan 110

TSKARAN

{Retyping in the correct order & format} I tried to add to the section , SW-1#show run | sec monitor monitor session 1 source interface Gi0/3 monitor session 1 destination remote vlan 110 SW-1(config)#monitor session 1 source vlan 30 % Cannot add VLANs as sources for SPAN session 1 SW-1(config)#

MO_2022Option: B

Sources can be ports or VLANs, but you cannot mix source ports and source VLANs in the same session

HamzaaaOption: B

B is correct A monitor session can source from interfaces or VLANs – not both at the same time.

netpeerOption: D

Correction: tried on a switch and it's possible, it's D

[Removed]Option: B

a monitor session can have multiple source interface, or vlans, but not a mix of both.

default_route

what about destination? it can be more than one? it can be mixed (interfaces and vlans)?

HungarianDishOption: B

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750/software/release/12-2_40_se/configuration/guide/scg1/swspan.pdf https://www.cisco.com/en/US/docs/switches/lan/catalyst3850/software/release/3.2_0_se/multibook/configuration_guide/b_consolidated_config_guide_3850_chapter_01101101.html

Rose66Option: B

B because Interfaces and VLAN aren't allowed together

SeMo0o0oOption: B

B is correct you cant use a VLAN as SPAN source

SeMo0o0o

if you have already an interface source

SeMo0o0o

.............

WINDSON

crazy, only 1 people answer is correct in all comments! onkel_andi, you are awesome !

onkel_andiOption: C

Because of FastEthemet0/1

Masashi_OOption: B

Answer is B https://community.cisco.com/t5/switching/span-configuration/td-p/939322

netpeerOption: B

B agree with audi87

micmic70Option: D

It should be D