Which configuration will achieve this?

Refer to the Exhibit.

In the exhibit, Switch A is an EX4200. VLAN10 is receiving tagged as well as untagged traffic from different ports. The administrator wants to mirror all tagged and untagged traffic entering VLAN10 to analyzer port ge-0/0/10. All VLAN tags must be preserved for traffic that is mirrored to the analyzer port.

Which configuration will achieve this?

Refer to the Exhibit.

In the exhibit, Switch A is an EX4200. VLAN10 is receiving tagged as well as untagged traffic from different ports. The administrator wants to mirror all tagged and untagged traffic entering VLAN10 to analyzer port ge-0/0/10. All VLAN tags must be preserved for traffic that is mirrored to the analyzer port.

Which configuration will achieve this?

A.
set ethernet-switching-options analyzer vlan10_analyzer input vlan VLAN10 interface xe-1/0/0.0
set ethernet-switching-options analyzer vlan10_analyzer input vlan VLAN10 interface ge-0/0/2
set ethernet-switching-options analyzer vlan10_analyzer output interface ge- 0/0/10.0

B.
set ethernet-switching-options analyzer vlan10_analyzer input interface xe-1/0/0.0
set ethernet-switching-options analyzer vlan10_analyzer input interface ge-0/0/2
set ethernet-switching-options analyzer vlan10_analyzer output interface ge- 0/0/10.0

C.
set ethernet-switching-options analyzer vlan10_analyzer input ingress vlan VLAN10
set ethernet-switching-options analyzer vlan10_analyzer output interface ge- 0/0/10.0
set vlans default interface ge-0/0/10.0

D.
set ethernet-switching-options analyzer vlan10_analyzer input ingress vlan VLAN10
set ethernet-switching-options analyzer vlan10_analyzer output interface ge- 0/0/10.0
set vlans VLAN10 interface ge-0/0/10.0



Leave a Reply 2

Your email address will not be published. Required fields are marked *


dev-null

dev-null

correct answer is d

trak1

trak1

Why would you place the output interface in the same vlan you are mirroring from? Placing it in the default vlan will ensure that it is untagged. Jeez!!