- Any Transport over MPLS
- L2VPN Interworking
- MPLS Pseudowire Status Signaling
- L2VPN Pseudowire Redundancy
- L2VPN Pseudowire Switching
- L2VPN Advanced VPLS
- H-VPLS N-PE Redundancy for QinQ Access
- H-VPLS N-PE Redundancy for MPLS Access
- VPLS MAC Address Withdrawal
- Routed Pseudo-Wire and Routed VPLS
- VPLS Autodiscovery BGP Based
- VPLS over GRE
Contents
- L2VPN Advanced VPLS
- Finding Feature Information
- Prerequisites for L2VPN Advanced VPLS
- Restrictions for L2VPN Advanced VPLS
- Information About L2VPN Advanced VPLS
- FAT Pseudowires and Their Role in Load-Balancing
- Virtual Switch Systems
- How to Configure L2VPN Advanced VPLS
- Enabling Load-Balancing with ECMP and FAT Pseudowires
- Enabling Port-Channel Load-Balancing
- Explicitly Specifying the PE Routers As Part of Virtual Ethernet Interface Configuration
- Configuring an MPLS Traffic Engineering Tunnel
- Configuring a GRE Tunnel
- Configuration Examples for L2VPN Advanced VPLS
- Example: Configuring L2VPN Advanced VPLS—Explicitly Specifying Peer PE Devices
- Example: Configuring L2VPN Advanced VPLS—Using MPLS Traffic Engineering Tunnels
- Example: Configuring L2VPN Advanced VPLS—Using MPLS over GRE Tunnels
- Additional References for L2VPN Advanced VPLS
- Feature Information for L2VPN Advanced VPLS
L2VPN Advanced VPLS
The L2VPN Advanced VPLS feature introduces the following enhancements to Virtual Private LAN Services:
Ability to load-balance traffic across multiple core interfaces using equal cost multipaths (ECMP)
Support for redundant provide edge switches
Command line interface enhancements to facilitate configuration of the L2VPN Advanced VPLS feature
The L2VPN Advanced VPLS feature uses Virtual Switch System (VSS) and Flow Aware Transport (FAT) pseudowires to achieve PE redundancy and load-balancing. The following sections explain the concepts and configuration tasks for this feature.
- Finding Feature Information
- Prerequisites for L2VPN Advanced VPLS
- Restrictions for L2VPN Advanced VPLS
- Information About L2VPN Advanced VPLS
- How to Configure L2VPN Advanced VPLS
- Configuration Examples for L2VPN Advanced VPLS
- Additional References for L2VPN Advanced VPLS
- Feature Information for L2VPN Advanced VPLS
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table at the end of this module.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Prerequisites for L2VPN Advanced VPLS
This feature requires that you understand how VPLS works. For information about VPLS, see “VPLS Overview” section in the Cisco 7600 Series Ethernet Services Plus (ES+) and Ethernet Services Plus T (ES+T) Line Card Configuration Guide.
Configuring the L2VPN Advanced VPLS feature works with MPLS Traffic Engineering tunnels with explicit paths and Generic Routing Encapsulation (GRE tunnels) with static routes to the tunnel destination. For information and configuration steps for MPLS traffic engineering and GRE tunnels, see the following documents: This features requires two Cisco 6500 series routers be configured as a virtual switch system.
This features requires nonstop forwarding and stateful switchover.
Restrictions for L2VPN Advanced VPLS
The ping and traceroute commands that support the Any Transport over MPLS Virtual Circuit Connection Verification (VCCV) feature are not supported over FAT pseudowires.
The VPLS Autodiscovery feature is not supported with the L2VPN Advanced VPLS feature.
In Cisco IOS Release 12.2(33)SXI4, the following types of configurations are supported:
Other configuration methods, including using the route-via command, BGP autodiscovery, or explicit VLAN assignment to a PE egress port, are not supported.
Load-balancing is not supported in the core routers when the core uses IP to transport packets.
The maximum number of links per bundle is limited to eight.
The maximum number of port channels is limited to 32.
The maximum number of VPLS neighbors is limited to 60 minus the number of neighbors configured with the load-balanceflow command.
In Cisco IOS Release 12.2(33)SXI4, the L2VPN Advanced VPLS feature is supported on the Cisco Catalyst 6500 series switches with Supervisor 720-10GE engine.
The L2VPN Advanced VPLS feature supports the following line cards and shared port adapters (SPAs):
Information About L2VPN Advanced VPLS
FAT Pseudowires and Their Role in Load-Balancing
FAT pseudowires are used to load-balance traffic in the core when equal cost multipaths are used. The MPLS labels add an additional label to the stack, called the flow label, which contains the flow information of a VC. For more information about FAT pseudowires, see PWE3 Internet-Draft Flow Aware Transport of MPLS Pseudowires (draft-bryant-filsfils-fat-pw).
Virtual Switch Systems
Two Cisco 6500 series switches can be connected to form one logical switch. One switch is designated as the master, while the other is the slave. The two switches are connected by a virtual switch link (VSL). The two switches are used for link redundancy, load-balancing, and failover.
For more information on virtual switch systems, see the “Configuring VSS” section in the Catalyst 6500 Release 12.2SXH and Later Software Configuration Guide.
How to Configure L2VPN Advanced VPLS
Enabling Load-Balancing with ECMP and FAT Pseudowires
The following steps explain how to enable load-balancing at the provider edge (PE) device and on the core device.
To enable load-balancing on the edge device, issue the load-balance flow command. The load-balancing rules are configured through the port-channel load-balance command parameters.
To enable core load-balancing, issue the flow-label enable command on both PE devices. You must issue the load-balance flow command with the flow-label enable command.
1.
enable
2.
configure
terminal
3.
pseudowire-class
name
4.
encapsulation
mpls
5.
load-balance
flow
6.
flow-label enable
7.
end
DETAILED STEPS
Enabling Port-Channel Load-Balancing
The following task explains how to enable port channel load-balancing, which sets the load-distribution method among the ports in the bundle. If the port-channel load-balance command is not configured, load-balancing occurs with default parameters.
1.
enable
2.
configure
terminal
3.
port-channel
load-balance
method
4. exit
DETAILED STEPS
Explicitly Specifying the PE Routers As Part of Virtual Ethernet Interface Configuration
There are several ways to specify the route through which traffic should pass.
Explicitly specify the PE routers as part of the virtual Ethernet interface configuration
Configure an MPLS Traffic Engineering tunnel
Configure a GRE tunnel
The following task explains how to explicitly specify the PE routers as part of the virtual Ethernet interface configuration.
Note | This tasks includes steps for configuring the LAN port for Layer 2 Switching. For more information, see the “Configuring LAN Ports for Layer 2 Switching.” task. |
1.
enable
2.
configure
terminal
3.
interface
virtual-ethernet
num
4.
transport
vpls
mesh
5.
neighbor
remote-router-id
[pw-class pw-class-name]
6.
exit
7.
switchport
8.
switchport mode trunk
9.
switchport
trunk
allowed
vlan
{add |
except |
none |
remove}
vlan [,vlan[,vlan[,...]]
10.
end
DETAILED STEPS
Configuring an MPLS Traffic Engineering Tunnel
There are several ways to specify the route through which traffic should pass.
Explicitly specify the PE devices as part of the virtual Ethernet interface configuration
Configure an MPLS Traffic Engineering tunnel
Configure a GRE tunnel
The following task explains how to configure an MPLS Traffic Engineering tunnel.
1.
enable
2.
configure
terminal
3.
interface
tunnel
number
4.
ip
unnumbered
type
number
5.
tunnel
destination
ip-address
6.
tunnel
mode
mpls
traffic-eng
7.
tunnel
mpls
traffic-eng
autoroute
announce
8.
tunnel
mpls
traffic-eng
path-option
number
{dynamic |
explicit {name
path-name} |
identifier
path-number} [lockdown]
9.
exit
10.
ip
route
ip-address
tunnel
num
DETAILED STEPS
Configuring a GRE Tunnel
There are several ways to specify the route through which traffic should pass.
Explicitly specify the PE devices as part of the virtual Ethernet interface configuration
Configure an MPLS Traffic Engineering tunnel
Configure a GRE tunnel
The following task explains how to configure a GRE tunnel. For more information on GRE tunnels, see the Implementing Tunnels module.
1.
enable
2.
configure
terminal
3.
interface
type
number
4.
tunnel
mode
{gre
ip |
gre
multipoint}
5.
mpls
ip
6.
tunnel
source
{ip-address |
interface-type
interface-number}
7.
tunnel
destination
{hostname |
ip-address}
8.
exit
9.
ip
route
ip-address
tunnel
num
DETAILED STEPS
Configuration Examples for L2VPN Advanced VPLS
The following sections show configuration examples for the three supported methods of configuring the L2VPN Advanced VPLS feature.
- Example: Configuring L2VPN Advanced VPLS—Explicitly Specifying Peer PE Devices
- Example: Configuring L2VPN Advanced VPLS—Using MPLS Traffic Engineering Tunnels
- Example: Configuring L2VPN Advanced VPLS—Using MPLS over GRE Tunnels
Example: Configuring L2VPN Advanced VPLS—Explicitly Specifying Peer PE Devices
The following example shows how to create two VPLS domains under VLANs 10 and 20. Each VPLS domain includes two pseudowires to peer PE devices 10.2.2.2 and 10.3.3.3. Load-balancing is enabled through the load-balance flow and flow-label enable commands.
pseudowire-class cl1 encap mpls load-balance flow flow-label enable ! port-channel load-balance src-mac ! interface virtual-ethernet 1 transport vpls mesh neighbor 10.2.2.2 pw-class cl1 neighbor 10.3.3.3 pw-class cl1 switchport switchport mode trunk switchport trunk allowed vlan 10, 20
Example: Configuring L2VPN Advanced VPLS—Using MPLS Traffic Engineering Tunnels
The following example shows the creation of two VPLS domains and uses MPLS Traffic Engineering tunnels to specify the explicit path.
pseudowire-class cl1 encap mpls ! port-channel load-balance src-mac ! interface Tunnel1 ip unnumbered Loopback0 tunnel mode mpls traffic-eng tunnel destination 192.168.1.1 tunnel mpls traffic-eng autoroute announce tunnel mpls traffic-eng path-option 1 explicit name LSP1 ! ip explicit-path name LSP1 enable next-address 192.168.2.2 next-address loose 192.168.1.1 ! interface Tunnel2 ip unnumbered Loopback0 tunnel mode mpls traffic-eng tunnel destination 172.16.1.1 tunnel mpls traffic-eng autoroute announce tunnel mpls traffic-eng path-option 1 explicit name LSP2 ! ip explicit-path name LSP2 enable next-address 172.16.2.2 next-address loose 172.16.1.1 ! interface virtual-ethernet 1 transport vpls mesh neighbor 10.2.2.2 pw-class cl1 neighbor 10.3.3.3 pw-class cl1 switchport switchport mode trunk switchport trunk allowed vlan 10,20 ip route 10.2.2.2 255.255.255.255 Tunnel1 ip route 10.3.3.3 255.255.255.255 Tunnel2
Example: Configuring L2VPN Advanced VPLS—Using MPLS over GRE Tunnels
The following example shows the creation of two VPLS domains under VLANs 10 and 20. Each VPLS domain includes two pseudowires to peer PEs 10.2.2.2 and 10.3.3.3. The pseudowires are MPLS over GRE tunnels because the core is IP.
pseudowire-class cl1 encap mpls load-balance flow ! port-channel load-balance src-mac ! int tunnel 1 tunnel mode gre ip mpls ip tunnel source 10.1.1.1 tunnel destination 10.2.2.2 ! int tunnel 2 tunnel mode gre ip mpls ip tunnel source 10.1.1.1 tunnel destination 10.3.3.3 ! interface virtual-ethernet 1 transport vpls mesh neighbor 10.2.2.2 pw-class cl1 neighbor 10.3.3.3 pw-class cl1 switchport switchport mode trunk switchport trunk allowed vlan 10, 20 ip route 10.2.2.2 255.255.255.255 Tunnel1 ip route 10.3.3.3 255.255.255.255 Tunnel2
Additional References for L2VPN Advanced VPLS
Related Documents
Related Topic |
Document Title |
---|---|
Cisco IOS commands |
|
MPLS commands |
|
VPLS |
|
MPLS Traffic Engineering tunnels |
|
GRE tunnels |
|
Cisco 6500 LAN ports |
Standards
Standard |
Title |
---|---|
draft-bryant-filsfils-fat-pw |
Internet Draft:Flow Aware Transport of MPLS Pseudowires (FAT PWs) |
RFCs
RFC |
Title |
---|---|
RFC 4762 |
Virtual Private LAN Services (VPLS) Using Label Distribution Protocol (LDP) Singling |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support and Documentation website 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. |
Feature Information for L2VPN Advanced VPLS
The following table provides release information about the feature or features described in this module. This table 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.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
L2VPN Advanced VPLS |
12.2(33)SXI4 15.1(1)SY |
The L2VPN Advanced VPLS feature uses Virtual Switch System (VSS) and Flow Aware Transport (FAT) pseudowires to achieve PE redundancy and load-balancing. In 12.2(33)SXI4, this feature was introduced on the Cisco 6500 series router. The following commands were introduced: flow-label enable, interfacevirtual-ethernet, load-balanceflow, neighbor (VPLS transport mode), show interface virtual-ethernet, and transport vpls mesh.
The following command was modified: show mpls l2transport vc |