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

Refer to the exhibit.

What is the result when a technician adds the monitor session 1 destination remote vlan 223 command?

    Correct Answer: A

    The command 'monitor session 1 destination remote vlan 223' will replace the existing RSPAN VLAN 222 with VLAN 223. An RSPAN session can only have one destination VLAN configured, so configuring a new destination VLAN will override the previous one.

Discussion
jmarotoOption: A

A is correct. This is the result in a lab. switch-1(config)#do sh run | s monitor monitor session 1 source interface Gi1/0/2 rx monitor session 1 source interface Gi1/0/1 tx monitor session 1 source interface Po14 monitor session 1 destination remote vlan 222 switch-1(config)#do sh monitor session 1 Session 1 --------- Type : Remote Source Session Source Ports : RX Only : Gi1/0/2 TX Only : Gi1/0/1 Both : Po14 Dest RSPAN VLAN : 222 switch-1(config)#monitor session 1 destination remote vlan 223 switch-1(config)#do sh run | s monitor monitor session 1 source interface Gi1/0/2 rx monitor session 1 source interface Gi1/0/1 tx monitor session 1 source interface Po14 monitor session 1 destination remote vlan 223 switch-1(config)#do sh monitor session 1 Session 1 --------- Type : Remote Source Session Source Ports : RX Only : Gi1/0/2 TX Only : Gi1/0/1 Both : Po14 Dest RSPAN VLAN : 223

rggod

I'm missing that output. my pics never shows destination remote vlan change

Hugh_Jazz

Concur, just to be on the safe side, I just ran it through a switch config. Got the same result, answer is A.

MaxwellJKOption: A

DIST2(config)#monitor session 1 destination remote vlan 222 DIST2(config)#do sh run | sec remote remote-span remote-span monitor session 1 destination remote vlan 222 DIST2(config)#monitor session 1 destination remote vlan 223 DIST2(config)#do sh run | sec remote remote-span remote-span monitor session 1 destination remote vlan 223 DIST2(config)#

youtriOption: A

overwriting,given answer is correct

Eyad_AlotaibiOption: A

A is correct

SeMo0o0oOption: A

A is correct

kthekillercOption: A

Provided answer is correct

Commando1664Option: C

Just tried in a lab and got C monitor session 1 source interface Gi0/1 monitor session 1 destination interface Gi0/2 Access_Sw01(config)#$sion 1 destination interface gigabitEthernet 0/1 % Interface(s) Gi0/1 already configured as monitor sources

MerlinTheWizard

That is not a C option, you're trying to use source interface as destination.. duh