Configuring M120 and MX Series Routers for CCC Encapsulated Packets

IEEE 802.1ag CFM OAM Support for CCC Encapsulated Packets Overview

Layer 2 virtual private network (L2VPN) is a type of virtual private network service used to transport customer's private Layer 2 traffic (for example, Ethernet, ATM or Frame Relay) over the service provider's shared IP/MPLS infrastructure. The service provider edge (PE) router must have an interface with circuit cross-connect (CCC) encapsulation to switch the customer edge (CE) traffic to the public network.

The IEEE 802.1ag Ethernet Connectivity Fault Management (CFM) is an OAM standard used to perform fault detection, isolation, and verification on virtual bridge LANs. M120 and MX Series routers provide CFM support for bridge/VPLS/routed interfaces and support 802.1ag Ethernet OAM for CCC encapsulated packets.

CFM Features Supported on Layer 2 VPN Circuits

CFM features supported on L2VPN circuits are as follows:

Figure 66: Layer 2 VPN Topology

Image g017327.gif

To monitor the L2VPN circuit, a CFM up MEP (Level 6 in Figure 66) can be configured on the CE-facing logical interfaces of provider edge routers PE1 and PE2. To monitor the CE-PE attachment circuit, a CFM down MEP can be configured on the customer logical interfaces of CE1-PE1 and CE2-PE2 (Level 0 in Figure 66).

Configuring CFM for CCC Encapsulated Packets

The only change from the existing CLI configuration is the introduction of a new command to create a MIP on the CE-facing interface of the PE router.

protocols {oam {ethernet {connectivity-fault-management {# Define a maintenance domains for each default level.#; These names are specified as DEFAULT_level_numbermaintenance-domain DEFAULT_x {# L2VPN CE interfaceinterface (ge | xe)-fpc/pic/port.domain;}{level number;maintenance-association identifier {mep mep-id {direction (up | down);# L2 VPN CE interface on which encapsulation family CCC is configured.interface (ge | xe)-fpc/pic/port.domain;auto-discovery;priority number;}}}}}}}