A network administrator is deploying a dual-protocol Layer 2 Tunneling Protocol over IPsec (L2TP/IPsec) remote access VPN for mobile employees, integrated with a central RADIUS server for enterprise AAA. Which of the following technical requirements and protocol characteristics are accurate for this implementation? (Select TWO.)
- L2TP provides data tunneling and frame encapsulation, while IPsec provides data confidentiality and payload integrity.Answer
- The initial connection setup relies on UDP port 500 for IPsec IKE negotiation and UDP port 1701 for L2TP session traffic.Answer
- CL2TP natively encrypts user data frames at the OSI Data Link layer before forwarding packets to IPsec for network routing.
- DThe remote client software opens a direct TCP port 1812 encrypted session with the RADIUS server for pre-tunnel authentication.
Answer
L2TP provides data tunneling and frame encapsulation while IPsec provides data confidentiality and integrity, and the initial connection setup relies on UDP port 500 for IPsec IKE negotiation and UDP port 1701 for L2TP session traffic.
L2TP/IPsec combines the tunneling capabilities of L2TP with the security features of IPsec. L2TP encapsulates Layer 2 frames inside UDP packets, while IPsec provides encryption (ESP) and security association negotiation (IKE over UDP 500). L2TP session management uses UDP port 1701.
Step-by-Step Solution
Key Concept
L2TP/IPsec Architecture, OSI Encapsulation, and Port Requirements
Estimated Time:1m 30s