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?
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?
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.
B the monitor session can source interface or vlan not both at the same time
what about destination? it can be more than one? it can be mixed (interfaces and vlans)?
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>
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.
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
{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)#
Sources can be ports or VLANs, but you cannot mix source ports and source VLANs in the same session
B is correct A monitor session can source from interfaces or VLANs – not both at the same time.
Correction: tried on a switch and it's possible, it's D
a monitor session can have multiple source interface, or vlans, but not a mix of both.
what about destination? it can be more than one? it can be mixed (interfaces and vlans)?
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
B because Interfaces and VLAN aren't allowed together
B is correct you cant use a VLAN as SPAN source
if you have already an interface source
.............
crazy, only 1 people answer is correct in all comments! onkel_andi, you are awesome !
Because of FastEthemet0/1
Answer is B https://community.cisco.com/t5/switching/span-configuration/td-p/939322
B agree with audi87
It should be D