Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 908
Which command set configures RSPAN to capture outgoing traffic from VLAN 3 on interface GigabitEthernet 0/3 while ignoring other VLAN traffic on the same interface?
Answer options
- A. monitor session 2 source interface gigabitethernet0/3 rx monitor session 2 filter vlan 3
- B. monitor session 2 source interface gigabitethernet0/3 rx monitor session 2 filter vlan 1 - 2, 4 - 4094
- C. monitor session 2 source interface gigabitethernet0/3 tx monitor session 2 filter vlan 3
- D. monitor session 2 source interface gigabitethernet0/3 tx monitor session 2 filter vlan 1- 2, 4 - 4094
Correct answer: C
Explanation
The correct answer, C, specifies capturing traffic using the 'tx' command which means it will monitor outgoing traffic for VLAN 3. Options A and B incorrectly use 'rx', which captures incoming traffic instead, and option D filters out VLAN 3 while including other VLAN ranges, making it unsuitable for this requirement.