Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Configuring Aggregated Ethernet Interfaces for Layer 2 Circuits

Configure AE interfaces for Layer 2 circuits. Link aggregation enhances your network resilience and increases bandwidth capacity.

Overview

Layer 2 Circuit functionality enables Layer 2 Ethernet frames to be transmitted over an IP-MPLS core. The provides seamless Layer 2 connectivity between geographically separated locations. Configuring Aggregated Ethernet (AE) interfaces for a Layer 2 Circuit topology allows you to leverage link aggregation for enhanced resilience and increased bandwidth capacity. Traffic is load-balanced across the individual links within the AE interface when being sent to the Customer Edge (CE) device. You will use existing CLI commands for configuration.

Figure 1: Aggregated Ethernet interfaces over L2 Circuit Network topology with CE1 and CE2 connected via aggregated Ethernet to PE1 and PE2, routing through MPLS core. Traffic flows from CE1 to CE2 using L2 circuit and L3 routing.

Benefits of Aggregated Ethernet interfaces over Layer 2 Circuits

  • Enhances network resilience by combining multiple physical links into a single logical link, reducing the impact of individual link failures.

  • Higher data throughput and improved network performance.

  • Optimized traffic distribution through load balancing.

  • Simplified network management by using existing CLI commands for configuration, making it easier to set up and maintain L2 circuits on AE interfaces.

Configuring Aggregated Ethernet for Layer 2 Circuits

To configure an AE interface for an L2 Circuit, start by configuring the AE interface with an encapsulation type for your network. You can use either ethernet-ccc or vlan-ccc.

Note: AE interfaces cannot use flexible-ethernet-services with vlan-ccc encapsulation.
  • [edit interfaces aeinterface-number encapsulation encapsulation-type]

Finally, configure the circuit in the L2 Circuit protocols hierarchy. You will use the neighbor's IP address, the AE interface, and the virtual circuit ID:

  • [set protocols l2circuit neighbor neighbor-ip-address interface aeinterface-number virtual-circuit-number virtual-circuit-id virtual-circuit-id]