mep

Adds local ports as Maintenance End Points (MEPs) to a specific Maintenance Association (MA).

Syntax

mep { mep-id [ up | down ] | [ vlan vlan-id ] | [ ethernet slot/ port] | [ port-channel channel ]}
no mep mep-id

Command Default

There are no MEP configured.

Parameters

mep-id
Specifies the ID of the MEP.
up
Specifies MEP in the up direction.
down
Specifies MEP in the down direction.
ethernet
Specifies a physical Ethernet interface.
slot
Specifies a valid slot number. For devices that do not support linecards, specify 0.
port
Specifies a valid port number.
inner-vlan vlan-id
Specifies the Inner VLAN.
port-channel index
Specifies a port-channel.
vlan vlan-id
Specifies a VLAN.

Modes

CFM protocol configuration mode

Usage Guidelines

The no mep command deletes the MEP from the MA.

A Maintenance Domain (MD) is part of a network controlled by one operator. The MD levels are carried on all CFM frames to identify different domains. Every MD can be divided into smaller networks having multiple MEPs. Usually an MA is associated with a service instances (for example a VLAN or a VPLS).

VPLS is not supported on devices based on the XGS chipset family. For a list of such devices, see "Supported Hardware".

MEP is located on the edge of an MA. It defines the endpoint of the MA. Each MEP has unique ID (MEPID) within MA. The connectivity in a MA is defined as connectivity between MEPs. The MEP generates Continuity Check Message and multicasts to all the other MEPs in the same MA to verify connectivity.

Each MEP has a direction, down or up. Down MEP receives CFM PDUs from the LAN and sends CFM PDUs towards the LAN. Up MEP receives CFM PDUs from a bridge relay entity and sends CFM PDUs towards the bridge relay entity on a bridge. End stations support down MEPs only because they have no bridge relay entities.

Examples

This example defines a MEP for VLAN 30 in the down direction.

device# configure terminal
device(config)# protocol cfm
device(config-cfm)# domain name md1 level 4
device(config-cfm-md-md1)# ma-name ma1 id 1 vlan-id 30 priority 3
device(config-cfm-md-ma-ma1)# mep 1 down ethernet 0/2