Configuring CFM MEP

Use this procedure to configure the CFM Maintenance Endpoint (MEP). A MEP represents a managed CFM entity, associated with a specific Domain Service Access Point (DoSAP) of a service instance, which can generate and receive CFM Protocol Data Units (PDU) and track any responses. A MEP is created by MEP ID under the context of an MA.

Procedure

  1. Enter Global Configuration mode:

    enable

    configure terminal

  2. Create the CFM MEP:

    cfm maintenance-endpoint WORD<0–22> WORD<0–22> <1–8191> enable [state <enable>]

  3. Enable an existing CFM MEP:

    cfm maintenance-endpoint WORD<0–22> WORD<0–22> <1–8191> enable

  4. Disable an existing CFM MEP:

    no cfm maintenance-endpoint WORD<0–22> WORD<0–22> <1–8191> enable

  5. Display the CFM MEP configuration:

    show cfm maintenance-endpoint

  6. Delete an existing CFM MEP:

    no cfm maintenance-endpoint WORD<0–22> WORD<0–22> <1–8191>

Example

Switch:1> enable

Switch:1# configure terminal

Switch:1(config)# cfm maintenance-endpoint md1 ma1 1 state enable

Switch:1(config)# show cfm maintenance-endpoint

================================================================================
                         Maintenance Endpoint Config
================================================================================
DOMAIN                 ASSOCIATION            MEP  ADMIN
NAME                   NAME                   ID
--------------------------------------------------------------------------------
md1                    ma1                    1    enable

 Total number of MEP entries: 1.

================================================================================
                         Maintenance Endpoint Service
================================================================================
DOMAIN_NAME            ASSN_NAME              MEP_ID TYPE    SERVICE_DESCRIPTION
--------------------------------------------------------------------------------
md1                    ma1                    1      nodal   Vlan 1, Level 4

 Total number of MEP entries: 1.

Variable Definitions

The following table defines parameters for the cfm maintenance-endpoint command.

Variable

Value

WORD<0–22>

The first parameter, specifies the MD name.

WORD<0–22>

The second parameter, specifies the MA short name.

<1–8191>

Specifies the MEP ID.

enable

Enables an existing MEP. Use this parameter with the no option to disable an existing MEP.

state {enable | disable}

Enables or disables the MEP when creating the MEP. The default is disabled.