Refer to the exhibit. An engineer must configure an ERSPAN tunnel that mirrors traffic from Linux1 on Switch1 to Linux2 on Switch2. Which command must be added to the destination configuration to enable the ERSPAN tunnel?
Refer to the exhibit. An engineer must configure an ERSPAN tunnel that mirrors traffic from Linux1 on Switch1 to Linux2 on Switch2. Which command must be added to the destination configuration to enable the ERSPAN tunnel?
To configure an ERSPAN tunnel that mirrors traffic from a source to a destination, it is essential to specify the IP address for the GRE tunnel. This is necessary to facilitate the transmission of mirrored traffic. Command # monitor session 1 type erspan-destination requires the specification of the destination IP address using the (config-mon-erspan-src-dst)# ip address 10.10.10.10 command which designates the ERSPAN tunnel's destination.
I approve the answer, what is needed: - Unique session ID - List of source interfaces or source VLANs that you want to monitor - What traffic we want to capture: tx, rx or both - Destination IP address for the GRE tunnel - Origin IP address which is used as the source for the GRE tunnel - Unique ERSPAN flow ID
destination IP is mandatory
Correct. https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3850/software/release/16-3/configuration_guide/b_163_consolidated_3850_cg/b_163_consolidated_3850_cg_chapter_01001010.pdf
Agree with selected answer.
If you want to be sure D is correct, check question number 569.
D is correct