2V0-41.24 Question 394
Select 4You are tasked with configuring an L2 VPN server on an NSX Edge appliance to extend a Layer 2 network between two sites. After creating the L2 VPN server, which of the following steps are required to successfully establish an L2 VPN session?
- A
Configure the L2 VPN server's encryption and authentication settings.
- B
Create a trunk interface on the L2 VPN server for VLAN tagging.
- C
Enable route redistribution between the L2 VPN and OSPF on the NSX Edge.
- D
Bind the L2 VPN server to a logical switch or distributed port group.
- E
Establish the session by configuring the L2 VPN client with the server's IP address and shared secret.
Show answer and explanation
Correct answers: A, B, D, E
Explanation
To successfully establish an L2 VPN session, you need to configure the encryption and authentication settings, create a trunk interface for VLAN tagging, bind the L2 VPN to the correct network segment, and configure the L2 VPN client with the server's IP and shared secret. Route redistribution is not part of the L2 VPN setup since it operates at Layer 2 and does not involve routing protocols like OSPF.
- A. Correct.
Configuring encryption and authentication settings is critical to secure the L2 VPN connection and is a required step.
- B. Correct.
Creating a trunk interface is necessary to handle VLAN tagging and allow traffic for multiple VLANs to traverse the L2 VPN.
- C. Incorrect.
Route redistribution with OSPF is not required for an L2 VPN session because the L2 VPN operates at Layer 2 and does not involve routing protocols.
- D. Correct.
Binding the L2 VPN server to a logical switch or distributed port group is essential to associate the VPN with the correct network segment.
- E. Correct.
Configuring the L2 VPN client with the server's IP address and shared secret is required to establish a successful session between the client and server.