Refer to the exhibit.
What is the result when a technician adds the monitor session 1 destination remote vlan 223 command?
Refer to the exhibit.
What is the result when a technician adds the monitor session 1 destination remote vlan 223 command?
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.
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
I'm missing that output. my pics never shows destination remote vlan change
Concur, just to be on the safe side, I just ran it through a switch config. Got the same result, answer is 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)#
overwriting,given answer is correct
A is correct
A is correct
Provided answer is correct
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
That is not a C option, you're trying to use source interface as destination.. duh