L 2 TPV 3
L 2 TPV 3
L 2 TPV 3
The Layer 2 Tunneling Protocol Version 3 (L2TPv3) feature expands Cisco support of Layer 2 Virtual
Private Networks (VPNs). L2TPv3 is an Internet Engineering Task Force (IETF) l2tpext working group
draft that provides several enhancements to L2TP for the capability to tunnel any Layer 2 payload over
L2TP. Specifically, L2TPv3 defines the L2TP protocol for tunneling Layer 2 payloads over an IP core
network using Layer 2 virtual private networks (VPNs). Benefits of this feature include the following:
• L2TPv3 simplifies deployment of VPNs.
• L2TPv3 does not require Multiprotocol Label Switching (MPLS).
• L2TPv3 supports Layer 2 tunneling over IP for any payload.
Contents
• Prerequisites for Layer 2 Tunneling Protocol Version 3, page 2
• Restrictions for Layer 2 Tunneling Protocol Version 3, page 2
• Information About Layer 2 Tunneling Protocol Version 3, page 4
• How to Configure Layer 2 Tunneling Protocol Version 3, page 17
• Configuration Examples for Layer 2 Tunneling Protocol Version 3, page 35
Americas Headquarters:
Cisco Systems, Inc., 170 West Tasman Drive, San Jose, CA 95134-1706 USA
Layer 2 Tunneling Protocol Version 3
Prerequisites for Layer 2 Tunneling Protocol Version 3
2
Layer 2 Tunneling Protocol Version 3
Restrictions for Layer 2 Tunneling Protocol Version 3
Supported Shared Port Adapters for Cisco ASR 1000 Series Routers
The following shared port adapters (SPAs) support L2TPv3 on the Cisco ASR 1000 series routers.
• SPA-4X1FE-TX-V2 (4-Port 10BASE-T/100BASE-TX Fast Ethernet)
• SPA-8X1FE-TX-V2 (8-Port 10BASE-T/100BASE-TX Fast Ethernet)
• SPA-2X1GE-V2 (2-port Gigabit Ethernet)
• SPA-5X1GE-V2 (5-port Gigabit Ethernet)
• SPA-8X1GE-V2 (8-port Gigabit Ethernet)
• SPA-10XGE-V2 (10-port Gigabit Ethernet)
• SPA-1X10GE-L-V2 (1-port Gigabit Ethernet)
VLAN-Specific Restrictions
• A PE router is responsible only for static VLAN membership entries that are manually configured
on the router. Dynamic VLAN membership entries, entry aging, and membership discovery are not
supported.
• Implicit tagging for VLAN membership operating on the other layers (such as at Layer 2,
membership by MAC address or protocol type, at Layer 3, or membership by IP subnet) is not
supported.
• Point-to-multipoint and multipoint-to-point configurations are not supported. There is a 1:1
relationship between an attachment circuit and an L2TPv3 session.
3
Layer 2 Tunneling Protocol Version 3
Information About Layer 2 Tunneling Protocol Version 3
In the absence of a class to handle Layer 2 IPv6 traffic, the service policy is not accepted on a protocol
demultiplexing interface.
For detailed information about QoS configuration tasks and command syntax, refer to:
• Cisco IOS Quality of Service Solutions Configuration Guide
• Cisco IOS Quality of Service Solutions Command Reference
4
Layer 2 Tunneling Protocol Version 3
Information About Layer 2 Tunneling Protocol Version 3
– L2TPv3 tunnels: 1000 (in a typical user environment) and 2000 (maximum)
• Second-generation Cisco ASR 1000 Series Route Processor (RP2) with Embedded Services
Processor 20 (ESP20):
– Attachment circuits for Ethernet: 16,000 per system in a typical user environment. This includes
4000 per port and 8000 per SPA
– L2TPv3 tunnels: 2000 (in a typical user environment) and 4000 (maximum)
L2TPv3 Operation
L2TPv3 includes the following features:
• Xconnect for Layer 2 tunneling through a pseudowire over an IP network
• Layer 2 VPNs for PE-to-PE router service using xconnect that supports Ethernet and VLAN,
including both static and dynamic (using the new L2TPv3 signaling) forwarded sessions
The initial Cisco IOS features supported only the following features:
• Layer 2 tunneling (as used in an L2TP access concentrator, or LAC) to an attachment circuit, not
Layer 3 tunneling
• L2TPv3 data encapsulation directly over IP (IP protocol number 115), not using User Datagram
Protocol (UDP)
• Point-to-point sessions, not point-to-multipoint or multipoint-to-point sessions
• Sessions between the same Layer 2 protocols, for example, Ethernet-to-Ethernet, VLAN-to-VLAN,
but not VLAN-to-Ethernet
The attachment circuit is the physical interface or subinterface attached to the pseudowire.
Figure 1 shows how the L2TPv3 feature is used for setting up VPNs using Layer 2 tunneling over an
IP network. All traffic between two customer network sites is encapsulated in IP packets carrying L2TP
data messages and sent across an IP network. The backbone routers of the IP network treat the traffic as
any other IP traffic and need not know anything about the customer networks.
L2TPv3-based
L2 tunnel
Xconnected Xconnected
interface Pseudowire tu1 interface
int2 int3
CE R3 int1 IP network int4 CE R4
PE R1 e1 e2 PE R2
Pseudowire tu2
LAN1 LAN2
80653
5
Layer 2 Tunneling Protocol Version 3
Information About Layer 2 Tunneling Protocol Version 3
In Figure 1, the PE routers R1 and R2 provide L2TPv3 services. The R1 and R2 routers communicate
with each other using a pseudowire over the IP backbone network through a path comprising the
interfaces int1 and int2, the IP network, and interfaces int3 and int4.
In this example, the CE routers R3 and R4 communicate through a pair of xconnect Ethernet or VLAN
interfaces using an L2TPv3 session. The L2TPv3 session tu1 is a pseudowire configured between
interface int1 on R1 and interface int4 on R2. Any packet arriving on interface int1 on R1 is encapsulated
and sent through the pseudowire control channel (tu1) to R2. R2 decapsulates the packet and sends it on
interface int4 to R4. When R4 needs to send a packet to R3, the packet follows the same path in reverse.
Note the following features regarding L2TPv3 operation:
• All packets received on interface int1 are forwarded to R4. R3 and R4 cannot detect the intervening
network.
• For Ethernet interfaces, any packet received from LAN1 by R1 on Ethernet interface e1 are
encapsulated directly in IP and sent through the pseudowire session tu2 to R2 interface e2, where it
is sent on LAN2.
• A VLAN on an Ethernet interface can be mapped to an L2TPv3 session.
6
Layer 2 Tunneling Protocol Version 3
Information About Layer 2 Tunneling Protocol Version 3
103361
Layer 2 Payload
Each L2TPv3 packet contains an L2TPv3 header that includes a unique session ID representing one
session and a variable cookie length. The L2TPv3 session ID and the Tunnel Cookie field length are
assigned through the CLI. See the “How to Configure Layer 2 Tunneling Protocol Version 3” section on
page 17 for more information on the CLI commands for L2TPv3.
Session ID
The L2TPv3 session ID identifies the session context on the decapsulating system. For dynamic
sessions, the value of the session ID is selected to optimize the context identification efficiency of the
decapsulating system. A decapsulation implementation may therefore elect to support a smaller session
ID bit field. In this L2TPv3 implementation, an upper value for the L2TPv3 session ID was set at 023.
The L2TPv3 session ID value 0 is reserved for use by the protocol. For static sessions, the session ID is
manually configured.
Note The local session ID must be unique on the decapsulating system and is restricted to the least significant
ten bits.
Session Cookie
The L2TPv3 header contains a control channel cookie field. The control channel cookie field has a
variable length of 0, 4, or 8 bytes according to the cookie length supported by a given platform for packet
decapsulation. The control channel cookie length can be manually configured for static sessions or
dynamically determined for dynamic sessions.
The variable cookie length does not present a problem when the same platform is at both ends of an
L2TPv3 control channel. However, when different platforms interoperate across an L2TPv3 control
channel, both platforms need to encapsulate packets with a 4-byte cookie length.
7
Layer 2 Tunneling Protocol Version 3
Information About Layer 2 Tunneling Protocol Version 3
Bit 1 indicates whether the Sequence Number field, bits 8 to 31, contains a valid sequence number and
is to be updated.
L2TPv3 Features
L2TPv3 provides xconnect support for Ethernet and VLAN using the sessions described in the following
sections:
• Static L2TPv3 Sessions (nonnegotiated, PVC-like forwarded sessions)
• Dynamic L2TPv3 Sessions (negotiated, forwarded sessions using the L2TPv3 control plane for
session negotiation)
L2TPv3 also supports the following features:
• Ethernet over L2TPv3
• Sequencing
• L2TPv3 Type of Service Marking
• Keepalive
• MTU Handling
• L2TPv3 Control Message Hashing
• L2TPv3 Control Message Rate Limiting
• L2TPv3 Digest Secret Graceful Switchover
• Manual Clearing of L2TPv3 Tunnels
• L2TPv3 Tunnel Management
• L2TPv3 Protocol Demultiplexing
• L2TPv3 Custom Ethertype for Dot1q and QinQ Encapsulations
• HDLC over L2TPv3
Note In an L2TPv3 static session, you can still run the L2TP control channel to perform peer authentication
and dead-peer detection. If the L2TP control channel cannot be established or is torn down because of a
hello failure, the static session is also torn down.
8
Layer 2 Tunneling Protocol Version 3
Information About Layer 2 Tunneling Protocol Version 3
When you use a static L2TPv3 session, you cannot perform circuit interworking, such as LMI, because
there is no facility to exchange control messages. To perform circuit interworking, you must use a
dynamic session.
9
Layer 2 Tunneling Protocol Version 3
Information About Layer 2 Tunneling Protocol Version 3
PE1
Authentication PE2 Supporting Old PE2 Supporting New PE2 Supporting Old and
Configuration Authentication1 Authentication2 New Authentication3
None None None None
New integrity check New integrity check
Old Old authentication — Old authentication
authentication
Old authentication and
new authentication
Old authentication and
new integrity check
New — New authentication New authentication
authentication Old authentication and
new authentication
New integrity None None None
check
New integrity check New integrity check
Old and new Old authentication New authentication Old authentication
authentication
New authentication
Old and new
authentication
Old authentication and
new integrity check
Old Old authentication — Old authentication
authentication Old authentication and
and new integrity new authentication
check
Old authentication and
new integrity check
1. Any PE software that supports only the old CHAP-like authentication system.
2. Any PE software that supports only the new message digest authentication and integrity checking authentication system,
but does not understand the old CHAP-like authentication system. This type of software may be implemented by other
vendors based on the latest L2TPv3 draft.
3. Any PE software that supports both the old CHAP-like authentication and the new message digest authentication and
integrity checking authentication system.
10
Layer 2 Tunneling Protocol Version 3
Information About Layer 2 Tunneling Protocol Version 3
Note The QinQ over L2TPv3 support feature includes QinAny over L2TPv3, which has a fixed outer
VLAN tag and a variable inner VLAN tag.
The Ethernet over L2TPv3 feature supports the following types of internetworking.
• Ethernet port to VLAN (routed)
• Ethernet port to VLAN (bridged)
• QinQ to Ethernet VLAN or Port Interworking (routed)
• QinQ to Ethernet VLAN or Port Interworking (bridged)
Note QinAny Interworking is not a valid configuration because the inner VLAN tag is undetermined.
Sequencing
Although the correct sequence of received Layer 2 frames is guaranteed by some Layer 2 technologies
(by the nature of the link, such as a serial line) or the protocol itself, forwarded Layer 2 frames may be
lost, duplicated, or reordered when they traverse a network as IP packets. If the Layer 2 protocol does
not provide an explicit sequencing mechanism, you can configure L2TP to sequence its data packets
according to the data channel sequencing mechanism described in the L2TPv3 IETF l2tpext working
group draft.
A receiver of L2TP data packets mandates sequencing through the Sequencing Required AV pair when
the session is being negotiated. A sender that receives this AV pair (or that is manually configured to
send sequenced packets) uses the Layer 2-specific pseudowire control encapsulation defined in L2TPv3.
You can configure L2TP to only drop out-of-order packets; you cannot configure L2TP to deliver the
packets out-of-order. No reordering mechanism is available.
Interworking is not allowed when sequencing is enabled.
Keepalive
The keepalive mechanism for L2TPv3 extends only to the endpoints of the tunneling protocol. L2TP has
a reliable control message delivery mechanism that serves as the basis for the keepalive mechanism. The
keepalive mechanism consists of an exchange of L2TP hello messages.
If a keepalive mechanism is required, the control plane is used, although it may not be used to bring up
sessions. You can manually configure sessions.
11
Layer 2 Tunneling Protocol Version 3
Information About Layer 2 Tunneling Protocol Version 3
In the case of static L2TPv3 sessions, a control channel between the two L2TP peers is negotiated
through the exchange of start control channel request (SCCRQ), start control channel replay (SCCRP),
and start control channel connected (SCCCN) control messages. The control channel is responsible only
for maintaining the keepalive mechanism through the exchange of hello messages.
The interval between hello messages is configurable per control channel. If one peer detects that the
other has gone down through the keepalive mechanism, it sends a StopCCN control message and then
notifies all of the pseudowires to the peer about the event. This notification results in the teardown of
both manually configured and dynamic sessions.
MTU Handling
It is important that you configure an MTU appropriate for a each L2TPv3 tunneled link. The configured
MTU size ensures the following:
• The lengths of the tunneled Layer 2 frames fall below the MTU of the destination attachment circuit
• The tunneled packets are not fragmented, which forces the receiving PE to reassemble them
L2TPv3 handles the MTU as follows:
• The default behavior is to fragment packets that are larger than the session MTU.
• If you enable the ip dfbit set command in the pseudowire class, the default MTU behavior changes
so that any packets that cannot fit within the tunnel MTU are dropped.
• If you enable the ip pmtu command in the pseudowire class, the L2TPv3 control channel
participates in the path MTU discovery. When you enable this feature, the following processing is
performed:
– ICMP unreachable messages sent back to the L2TPv3 router are deciphered and the tunnel MTU
is updated accordingly. To receive ICMP unreachable messages for fragmentation errors, the
Don’t Fragment (DF) bit in the tunnel header is set according to the DF bit value received from
the CE, or statically if the ip dfbit set option is enabled. The tunnel MTU is periodically reset
to the default value based on a periodic timer.
– ICMP unreachable messages are sent back to the clients on the CE side. ICMP unreachable
messages are sent to the CE whenever IP packets arrive on the CE-PE interface and have a
packet size greater than the tunnel MTU. A Layer 2 header calculation is performed before the
ICMP unreachable message is sent to the CE.
12
Layer 2 Tunneling Protocol Version 3
Information About Layer 2 Tunneling Protocol Version 3
L2TPv3 control message integrity checking is a unidirectional mechanism that does not require the
configuration of a shared secret. If integrity checking is enabled on the local PE router, control messages
are sent with the message digest calculated without the shared secret or Nonce AV pairs, and are verified
by the remote PE router. If verification fails, the remote PE router drops the control message.
Enabling the L2TPv3 Control Message Hashing feature will impact performance during control channel
and session establishment, because additional digest calculation of the full message content is required
for each sent and received control message. This is an expected trade-off for the additional security
afforded by this feature. In addition, network congestion may occur if the receive window size is too
small. If the L2TPv3 Control Message Hashing feature is enabled, message digest validation must be
enabled. Message digest validation deactivates the data path received sequence number update and
restricts the minimum local receive window size to 35.
You may choose to configure control channel authentication or control message integrity checking.
Control channel authentication requires participation by both peers, and a shared secret must be
configured on both routers. Control message integrity check is unidirectional, and requires configuration
on only one of the peers.
13
Layer 2 Tunneling Protocol Version 3
Information About Layer 2 Tunneling Protocol Version 3
L2TPv3 Pseudowire
The pseudowire class configuration procedure creates a configuration template for the pseudowire. Use
this template, or class, to configure session-level parameters for L2TPv3 sessions that are used to
transport attachment circuit traffic over the pseudowire.
The pseudowire configuration specifies the characteristics of the L2TPv3 signaling mechanism,
including the data encapsulation type, the control protocol, sequencing, Layer 3 fragmentation,
payload-specific options, and IP properties. The setting that determines if signaling is used to set up the
pseudowire is also included.
For simple L2TPv3 signaling configurations, pseudowire class configuration is optional. However,
specifying a source IP address to configure a loopback interface is highly recommended. If you do not
configure a loopback interface, the router will choose the best available local address, which could be
any IP address configured on a core-facing interface. This configuration could prevent a control channel
from being established.
Once you specify the encapsulation l2tpv3 command, you cannot remove it using the no encapsulation
l2tpv3 command. Nor can you change the command's setting using the encapsulation mpls command.
Those methods result in the following error message:
Encapsulation changes are not allowed on an existing pw-class.
To remove the command, you must delete the pseudowire with the no pseudowire-class command. To
change the type of encapsulation, remove the pseudowire with the no pseudowire-class command and
reestablish the pseudowire and specify the new encapsulation type.
This feature introduces new or enhanced commands for managing and diagnosing problems with
xconnect configurations:
• debug vpdn—The output of this command includes authentication failure messages.
• show l2tun session—The hostname keyword option allows the peer hostname to be displayed in
the output.
• show l2tun tunnel—The authentication keyword option allows the display of global information
about L2TP control channel authentication attribute-value pairs (AV pairs).
14
Layer 2 Tunneling Protocol Version 3
Information About Layer 2 Tunneling Protocol Version 3
Note L2TPv3 supports IPv4 tunnel only for HDLC. The IPv4 tunnel supports IPv4 and IPv6 packets.
Note Each L2TPv3 tunneled packet includes the entire Layer 2 frame of the payloads described in this section.
If sequencing is required (see the section “Sequencing”), a Layer 2-specific sublayer (see the section
“Pseudowire Control Encapsulation”) is included in the L2TPv3 header to provide the Sequence Number
field.
15
Layer 2 Tunneling Protocol Version 3
Information About Layer 2 Tunneling Protocol Version 3
Ethernet
An Ethernet frame arriving at a PE router is simply encapsulated in its entirety with an L2TP data header.
At the other end, a received L2TP data packet is stripped of its L2TP data header. The payload, an
Ethernet frame, is then forwarded to the appropriate attachment circuit.
Because the L2TPv3 tunneling protocol serves essentially as a bridge, it need not examine any part of
an Ethernet frame. Any Ethernet frame received on an interface is tunneled, and any L2TP-tunneled
Ethernet frame is forwarded out the interface.
Note Because of the way in which L2TPv3 handles Ethernet frames, an Ethernet interface must be configured
to promiscuous mode to capture all traffic received on the Ethernet segment attached to the router. All
frames are tunneled through the L2TP pseudowire.
VLAN
L2TPv3 supports VLAN membership in the following ways:
• Port-based, in which undated Ethernet frames are received
• VLAN-based, in which tagged Ethernet frames are received
In L2TPv3, Ethernet xconnect supports port-based VLAN membership and the reception of tagged
Ethernet frames. A tagged Ethernet frame contains a tag header (defined in 802.1Q), which is 4 bytes
long and consists of a 2-byte tag protocol identifier (TPID) field and a 2-byte tag control information
(TCI) field. The TPID indicates that a TCI follows. The TCI is further broken down into the following
three fields:
• User priority field
• Canonical format indicator (CFI)
• A 12-bit VLAN ID (VID)
For L2TPv3, an Ethernet subinterface configured to support VLAN switching may be bound to an
xconnect service so that all Ethernet traffic, tagged with a VID specified on the subinterface, is tunneled
to another PE. The VLAN Ethernet frames are forwarded in their entirety. The receiving PE may rewrite
the VID of the tunneled traffic to another value before forwarding the traffic onto an attachment circuit.
To successfully rewrite VLANs, it may be necessary to disable the Spanning Tree Protocol (STP). This
can be done on a per-VLAN basis by using the no spanning-tree vlan command.
Note Because of the way in which L2TPv3 handles VLAN packets, the Ethernet interface must be configured
in promiscuous mode to capture all traffic received on the Ethernet segment attached to the router. All
frames are tunneled through the L2TP pseudowire.
16
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
Figure 3 shows a network deployment that offloads IPv6 traffic from the IPv4 network to a specialized
IPv6 network. The PE routers demultiplex the IPv6 traffic from the IPv4 traffic. IPv6 traffic is routed to
the IPv6 network over an L2TPv3 pseudowire, while IPv4 traffic is routed normally. The IPv4 PE routers
must be configured to demultiplex incoming IPv6 traffic from IPv4 traffic. The PE routers facing the
IPv6 network do not require IPv6 configuration.
IPv6 network
IPv4 network
121105
IPv6 traffic
IPv4 traffic
Protocol Demultiplexing
Scenario IP Address xconnect Configuration Configuration
Routing Yes No —
L2VPN No Yes No
IPv6 Protocol Yes Yes Yes
Demultiplexing
17
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
SUMMARY STEPS
1. enable
2. configure terminal
3. l2tp-class [l2tp-class-name]
4. retransmit {initial retries initial-retries | retries retries | timeout {max | min} timeout}
5. timeout setup seconds
18
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
DETAILED STEPS
Example:
Router# configure terminal
Step 3 l2tp-class [l2tp-class-name] Specifies the L2TP class name and enters L2TP class
configuration mode.
Example: • The l2tp-class-name argument is optional. However, to
Router(config)# l2tp-class class1 configure multiple L2TP classes, you must specify a
unique l2tp-class-name for each one.
Step 4 retransmit {initial retries initial-retries | (Optional) Configures parameters that affect the
retries retries | timeout {max | min} timeout} retransmission of control packets.
• initial retries—specifies how many SCCRQs are
Example: re-sent before giving up on the session. Valid values for
Router(config-l2tp-class)# retransmit retries the initial-retries argument range from 1 to 1000. The
10
default value is 2.
• retries—specifies how many retransmission cycles
occur before determining that the peer PE router does
not respond. Valid values for the retries argument range
from 1 to 1000. The default value is 15.
• timeout {max | min}—specifies maximum and
minimum retransmission intervals (in seconds) for
resending control packets. Valid values for the timeout
argument range from 1 to 8. The default maximum
interval is 8; the default minimum interval is 1.
Step 5 timeout setup seconds (Optional) Configures the amount of time, in seconds,
allowed to set up a control channel.
Example: • Valid values for the seconds argument range from 60 to
Router(config-l2tp-class)# timeout setup 400 6000. The default value is 300.
The L2TP control channel method of authentication is the older, CHAP-like authentication system
inherited from L2TPv2.
19
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
The following L2TP control channel authentication parameters can be configured in L2TP class
configuration mode:
• Authentication for the L2TP control channel
• Password used for L2TP control channel authentication
• Local hostname used for authenticating the control channel
This task configures a set of authentication control channel parameters in an L2TP class. All of the
authentication control channel parameter configurations are optional and may be configured in any
order. If these parameters are not configured, the default values are applied.
SUMMARY STEPS
1. enable
2. configure terminal
3. l2tp-class [l2tp-class-name]
4. authentication
5. password [0 | 7] password
6. hostname name
DETAILED STEPS
Example:
Router# configure terminal
Step 3 l2tp-class [l2tp-class-name] Specifies the L2TP class name and enters L2TP class
configuration mode.
Example: • The l2tp-class-name argument is optional. However, to
Router(config)# l2tp-class class1 configure multiple L2TP classes, you must specify a
unique l2tp-class-name for each one.
Step 4 authentication (Optional) Enables authentication for the control channel
between PE routers.
Example:
Router(config-l2tp-class)# authentication
20
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
This task configures L2TPv3 Control Message Hashing feature for an L2TP class.
SUMMARY STEPS
1. enable
2. configure terminal
3. l2tp-class [l2tp-class-name]
4. digest [secret [0 | 7] password] [hash {md5 | sha}]
5. digest check
6. hidden
DETAILED STEPS
Example:
Router# configure terminal
Step 3 l2tp-class [l2tp-class-name] Specifies the L2TP class name and enters L2TP class
configuration mode.
Example: • The l2tp-class-name argument is optional. However, to
Router(config)# l2tp-class class1 configure multiple L2TP classes, you must specify a
unique l2tp-class-name for each one.
21
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
22
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
Perform this task to make the transition from an old L2TPv3 control channel authentication password to
a new L2TPv3 control channel authentication password without disrupting established L2TPv3 tunnels.
Prerequisites
Before performing this task, you must enable control channel authentication as documented in the task
“Configuring L2TPv3 Control Message Hashing.”
Restrictions
This task is not compatible with authentication passwords configured with the older, CHAP-like control
channel authentication system.
SUMMARY STEPS
1. enable
2. configure terminal
3. l2tp-class l2tp-class-name
4. digest [secret [0 | 7] password] [hash {md5 | sha}]
5. end
6. show l2tun tunnel all
7. configure terminal
8. l2tp-class [l2tp-class-name]
9. no digest [secret [0 | 7] password [hash {md5 | sha}]]
10. end
11. show l2tun tunnel all
DETAILED STEPS
Example:
Router# configure terminal
Step 3 l2tp-class [l2tp-class-name] Specifies the L2TP class name and enters L2TP class configuration mode.
Example:
Router(config)# l2tp-class
class1
23
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
Example:
Router(config-l2tp-class)# end
Step 6 show l2tun tunnel all (Optional) Displays the current state of Layer 2 tunnels and information about
configured tunnels, including local and remote Layer 2 Tunneling Protocol
(L2TP) hostnames, aggregate packet counts, and control channel information.
Example:
Router# show l2tun tunnel all • Tunnels should be updated with the new control channel authentication
password within a matter of seconds. If a tunnel does not update to show
that two secrets are configured after several minutes have passed, the
tunnel can be manually cleared and a defect report should be filed with the
Cisco Technical Assistance Center (TAC). To manually clear an L2TPv3
tunnel, perform the task “Manually Clearing L2TPv3 Tunnels.”
Note Issue this command to determine if any tunnels are not using the new
password for control channel authentication. The output displayed for
each tunnel in the specified L2TP class should show that two secrets
are configured.
Step 7 configure terminal Enters global configuration mode.
Example:
Router# configure terminal
Step 8 l2tp-class [l2tp-class-name] Specifies the L2TP class name and enters L2TP class configuration mode.
• The l2tp-class-name argument is optional. However, to configure multiple
Example: L2TP classes you must specify a unique l2tp-class-name for each one.
Router(config)# l2tp-class
class1
Step 9 no digest [secret [0 | 7] Removes the old password used in L2TPv3 control channel authentication.
password [hash {md5 | sha}]]
Note Do not remove the old password until all peer PE routers have been
updated with the new password.
Example:
Router(config-l2tp-class)# no
digest secret cisco hash sha
24
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
Example:
Router(config-l2tp-class)# end
Step 11 show l2tun tunnel all (Optional) Displays the current state of Layer 2 tunnels and information about
configured tunnels, including local and remote Layer 2 Tunneling Protocol
(L2TP) hostnames, aggregate packet counts, and control channel information.
Example:
Router# show l2tun tunnel all • Tunnels should no longer be using the old control channel authentication
password. If a tunnel does not update to show that only one secret is
configured after several minutes have passed, that tunnel can be manually
cleared and a defect report should be filed with TAC. To manually clear an
L2TPv3 tunnel, perform the task “Manually Clearing L2TPv3 Tunnels.”
Note Issue this command to ensure that all tunnels are using only the new
password for control channel authentication. The output displayed for
each tunnel in the specified L2TP class should show that one secret is
configured.
SUMMARY STEPS
1. enable
2. configure terminal
3. l2tp-class [l2tp-class-name]
4. hello interval
DETAILED STEPS
Example:
Router# configure terminal
25
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
SUMMARY STEPS
1. enable
2. configure terminal
3. pseudowire-class [pw-class-name]
4. encapsulation l2tpv3
5. protocol {l2tpv3 | none} [l2tp-class-name]
6. ip local interface interface-name
7. ip pmtu
8. ip tos {value value | reflect}
9. ip dfbit set
10. ip ttl value
11. ip protocol {l2tp | protocol-number}
12. sequencing {transmit | receive | both}
DETAILED STEPS
Example:
Router# configure terminal
26
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
27
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
28
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
SUMMARY STEPS
1. enable
2. configure terminal
3. interface type slot/port
4. xconnect peer-ip-address vcid pseudowire-parameters [sequencing {transmit | receive | both}]
DETAILED STEPS
Example:
Router# configure terminal
Step 3 interface type slot/port Specifies the interface by type (for example, Ethernet) and slot and port
number, and enters interface configuration mode.
Example:
Router(config)# interface
ethernet 0/0
29
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
Note If you select L2TPv3 as your data encapsulation method, you must
specify the pw-class keyword.
30
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
SUMMARY STEPS
1. enable
2. configure terminal
3. interface type slot/port
4. xconnect peer-ip-address vc-id encapsulation l2tpv3 manual pw-class pw-class-name
5. l2tp id local-session-id remote-session-id
6. l2tp cookie local size low-value [high-value]
7. l2tp cookie remote size low-value [high-value]
8. l2tp hello l2tp-class-name
DETAILED STEPS
Example:
Router# configure terminal
Step 3 interface type slot/port Specifies the interface by type (for example, Ethernet) and
slot and port number, and enters interface configuration
mode.
Example:
Router(config)# interface ethernet 0/0
Step 4 xconnect peer-ip-address vc-id encapsulation Specifies the IP address of the peer PE router and the 32-bit
l2tpv3 manual pw-class pw-class-name virtual circuit identifier shared between the PE at each end
of the control channel.
Example: • The peer router ID (IP address) and virtual circuit ID
Router(config-if)# xconnect 10.0.3.201 123 must be a unique combination on the router.
encapsulation l2tpv3 manual pw-class
vlan-xconnect • The encapsulation l2tpv3 manual parameter specifies
that L2TPv3 is to be used as the pseudowire tunneling
method, and enters xconnect configuration mode.
• The mandatory pw-class pw-class-name keyword and
argument combination specifies the pseudowire class
configuration from which the data encapsulation type
(L2TPv3) is taken.
Step 5 l2tp id local-session-id remote-session-id Configures the identifiers for the local L2TPv3 session and
for the remote L2TPv3 session on the peer PE router.
Example: • This command is required to complete the attachment
Router(config-if-xconn)# l2tp id 222 111 circuit configuration and for a static L2TPv3 session
configuration.
31
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
SUMMARY STEPS
1. enable
2. configure terminal
3. interface type slot/port
4. ip address ip-address mask [secondary]
5. xconnect peer-ip-address vcid pw-class pw-class-name
6. match protocol ipv6
32
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
DETAILED STEPS
Example:
Router# configure terminal
Step 3 interface type slot/port Specifies the interface by type, slot, and port number, and enters interface
configuration mode.
Example:
Router(config)# interface
ethernet 0/1
Step 4 ip address ip-address mask Sets a primary or secondary IP address for an interface.
[secondary]
Example:
Router(config-if)# ip address
172.16.128.4
Step 5 xconnect peer-ip-address vcid Specifies the IP address of the peer PE router and the 32-bit VCI shared
pw-class pw-class-name between the PE at each end of the control channel and enters xconnect
configuration mode.
Example: • The peer router ID (IP address) and virtual circuit ID must be a unique
Router(config-if)# xconnect combination on the router.
10.0.3.201 888 pw-class demux
• pw-class pw-class-name—The pseudowire class configuration from
which the data encapsulation type (L2TPv3) is taken. The pw-class
parameter binds the xconnect statement to a specific pseudowire class. The
pseudowire class then serves as the template configuration for all
attachment circuits bound to it.
Note The L2TPv3 session can also be provisioned manually. See the
“Manually Configuring L2TPv3 Session Parameters” section on
page 30 for information about manually configuring the L2TPv3
session parameters.
Step 6 match protocol ipv6 Enables protocol demultiplexing of IPv6 traffic.
Example:
Router(config-if-xconn)# match
protocol ipv6
33
Layer 2 Tunneling Protocol Version 3
How to Configure Layer 2 Tunneling Protocol Version 3
SUMMARY STEPS
1. enable
2. configure terminal
3. interface type number
4. dot1q tunneling ethertype {0x88A8 | 0x9100 | 0x9200}
DETAILED STEPS
Example:
Router# configure terminal
Step 3 interface type number Specifies an interface and enters interface configuration
mode.
Example:
Router(config)# interface gigabitethernet 1/0/0
Step 4 dot1q tunneling ethertype {0x88A8 | 0x9100 | Defines the Ethertype field type used by peer devices when
0x9200} implementing Q-in-Q VLAN tagging.
Example:
Router(config-if)# dot1q tunneling ethertype
0x9100
SUMMARY STEPS
1. enable
2. clear l2tun {l2tp-class l2tp-class-name | tunnel id tunnel-id | local ip ip-address | remote ip
ip-address | all}
34
Layer 2 Tunneling Protocol Version 3
Configuration Examples for Layer 2 Tunneling Protocol Version 3
DETAILED STEPS
Note Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any
examples, command display output, and figures included in the document are shown for illustrative
purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental.
35
Layer 2 Tunneling Protocol Version 3
Configuration Examples for Layer 2 Tunneling Protocol Version 3
pseudowire-class ether-pw
encapsulation l2tpv3
protocol none
ip local interface Loopback0
pseudowire-class vlan-xconnect
encapsulation l2tpv3
protocol l2tpv3 class1
ip local interface Loopback0
interface Ethernet0/0.1
encapsulation dot1Q 5
xconnect 10.0.3.201 123 pw-class vlan-xconnect
36
Layer 2 Tunneling Protocol Version 3
Configuration Examples for Layer 2 Tunneling Protocol Version 3
To display detailed information about current L2TPv3 sessions on a router, use the show l2tun session
all command:
Router# show l2tun session all
37
Layer 2 Tunneling Protocol Version 3
Configuration Examples for Layer 2 Tunneling Protocol Version 3
LocTunID RemTunID Remote Name State Remote Address Sessn L2TP Class/
Count VPDN Group
2382731778 2280318174 l2tp-asr-2 est 6.6.6.6 1 l2tp_default_cl
To display detailed information, the L2TP control channels that are set up to other L2TP-enabled devices
for all L2TP sessions on the router, use the show l2tun tunnel all command.
Router# show l2tun tunnel all
38
Layer 2 Tunneling Protocol Version 3
Configuration Examples for Layer 2 Tunneling Protocol Version 3
The following example configures control channel authentication using the L2TPv3 Control Message
Hashing feature:
l2tp-class class1
digest secret cisco hash sha
hidden
The following example configures control channel integrity checking and disables validation of the
message digest using the L2TPv3 Control Message Hashing feature:
l2tp-class class2
digest hash sha
no digest check
The following example disables validation of the message digest using the L2TPv3 Control Message
Hashing feature:
l2tp-class class3
no digest check
! The output below displays control channel password information for a tunnel which has
! been updated with the new control channel authentication password.
!
Tunnel id 12345 is up, remote id is 54321, 1 active sessions
39
Layer 2 Tunneling Protocol Version 3
Configuration Examples for Layer 2 Tunneling Protocol Version 3
!
Tunnel id 56789 is up, remote id is 98765, 1 active sessions
!
Control message authentication is on, 2 secrets configured
Last message authenticated with second digest secret
40
Layer 2 Tunneling Protocol Version 3
Additional References
Additional References
Related Documents
Related Topic Document Title
Cisco IOS commands Cisco IOS Master Commands List, All Releases
Wide area networking commands Cisco IOS Wide-Area Networking Command Reference
VPN commands Cisco IOS Dial Technologies Command Reference
IPv6 configuration tasks IPv6 Configuration Guide, Cisco IOS XE Release 3S
IPv6 commands Cisco IOS IPv6 Command Reference
L2TPv3 Layer 2 Tunneling Protocol Version 3 Technical Overview
L2VPN interworking “L2VPN Interworking” chapter in the Cisco IOS Multiprotocol
Label Switching Configuration Guide
L2VPN pseudowire switching “L2VPN Pseudowire Switching” chapter in the Cisco IOS
Multiprotocol Label Switching Configuration Guide
41
Layer 2 Tunneling Protocol Version 3
Additional References
Standards
Standard Title
draft-ietf-l2tpext-l2tp-base-03.txt Layer Two Tunneling Protocol (Version 3) “L2TPv3”
MIBs
MIB MIBs Link
None To locate and download MIBs for selected platforms, Cisco software
releases, and feature sets, use Cisco MIB Locator found at the
following URL:
http://www.cisco.com/go/mibs
RFCs
RFC Title
RFC 1321 The MD5 Message Digest Algorithm
RFC 2104 HMAC-Keyed Hashing for Message Authentication
RFC 2661 Layer Two Tunneling Protocol “L2TP”
RFC 3931 Layer Two Tunneling Protocol Version 3 “L2TPv3”
Technical Assistance
Description Link
The Cisco Support and Documentation website http://www.cisco.com/cisco/web/support/index.html
provides online resources to download documentation,
software, and tools. Use these resources to install and
configure the software and to troubleshoot and resolve
technical issues with Cisco products and technologies.
Access to most tools on the Cisco Support and
Documentation website requires a Cisco.com user ID
and password.
42
Layer 2 Tunneling Protocol Version 3
Feature Information for Layer-2 Tunneling Protocol Version 3
Note Table 3 lists only the software release that introduced support for a given feature in a given software
release train. Unless noted otherwise, subsequent releases of that software release train also support that
feature.
43
Layer 2 Tunneling Protocol Version 3
Glossary
Glossary
AV pairs—attribute-value pairs.
CEF—Cisco Express Forwarding. Layer 3 IP switching technology that optimizes network performance
and scalability for networks with large and dynamic traffic patterns.
data-link control layer—Layer 2 in the SNA architectural model. Responsible for the transmission of
data over a particular physical link. Corresponds approximately to the data link layer of the OSI model.
DCE—data circuit-terminating equipment (ITU-T expansion). Devices and connections of a
communications network that comprise the network end of the user-to-network interface.
DF bit—Don’t Fragment bit. Bit in the IP header that can be set to indicate that the packet should not
be fragmented.
DTE—data terminal equipment. Device at the user end of a user-network interface that serves as a data
source, destination, or both.
ICMP—Internet Control Message Protocol. A network protocol that handles network errors and error
messages.
IDB—interface descriptor block.
L2TP—An extension to PPP merging features of two tunneling protocols: Layer 2 Forwarding (L2F)
from Cisco Systems and Point-to-Point Tunneling (PPTP) from Microsoft. L2TP is an Internet
Engineering Task Force (IETF) standard endorsed by Cisco Systems, and other networking industry
leaders.
L2TPv3—Draft version of L2TP that enhances functionality in RFC 2661 (L2TP).
LMI—Local Management Interface.
MPLS—Multiprotocol Label Switching. Switching method that forwards IP traffic using a label. This
label instructs the routers and the switches in the network where to forward the packets based on
preestablished IP routing information.
MQC—modular quality of service command-line interface.
MTU—maximum transmission unit. Maximum packet size, in bytes, that a particular interface can
handle.
PMTU—path MTU.
PW—pseudowire.
SNMP—Simple Network Management Protocol. Network management protocol used almost
exclusively in TCP/IP networks. SNMP provides a means to monitor and control network devices, and
to manage configurations, statistics collection, performance, and security.
tunneling—Architecture that is designed to provide the services necessary to implement any standard
point-to-point encapsulation scheme.
UNI—User-Network Interface.
VPDN—virtual private dialup network. A network that allows separate and autonomous protocol
domains to share common access infrastructure, including modems, access servers, and ISDN routers.
A VPDN enables users to configure secure networks that take advantage of ISPs that tunnel remote
access traffic through the ISP cloud.
WAN—wide-area network. Data communications network that serves users across a broad geographic
area and often uses transmission devices provided by common carriers. SMDS, and X.25 are examples
of WANs.
44
Layer 2 Tunneling Protocol Version 3
Glossary
Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and other countries. A listing of Cisco's trademarks
can be found at www.cisco.com/go/trademarks. Third party trademarks mentioned are the property of their respective owners. The use of the word
partner does not imply a partnership relationship between Cisco and any other company. (1005R)
Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any
examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only.
Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental.
45
Layer 2 Tunneling Protocol Version 3
Glossary
46