xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
217
15-5 create cfm mep
Description
This command is used to create an MEP entry. Different MEPs in the same MA must have a
different MEPID. To put MD name, MA name, and MEPID together identifies an MEP. Different
MEPs on the same device must have a different MEP name. Before creating an MEP, its MEPID
should be configured in the MA’s MEPID list.
Format
create cfm mep <string 32> mepid <int 1-8191> md [<string 22> | md_index <uint 1-
4294967295>] ma [<string 22> | ma_index <uint 1-4294967295>] direction [inward | outward]
port <port>
Parameters
<string 32> - Enter the MEP name used here. It is unique among all MEPs configured on the
device. The name can be up to 32 characters long.
mepid - Specify the MEP MEPID. It should be configured in the MA’s MEPID list.
<int 1-8191> - Specify the MEP MEPID between 1 and 8191.
md - Specify the maintenance domain name.
<string 22> - Specify the maintenance domain name. The maximum length is 22 characters.
md_index - Specify the maintenance domain index.
<uint 1-4294967295> - Enter the maintenance domain index value here. This value must
be between 1 and 4294967295.
ma - Specify the maintenance association name.
<string 22> - Specify the maintenance association name. The maximum length is 22
characters.
ma_index - Specify the maintenance association index.
<uint 1-4294967295> - Enter the maintenance association index value here. This value
must be between 1 and 4294967295.
direction - Specify the MEP direction.
inward - Inward facing (up) MEP.
outward - Outward facing (down) MEP.
port - Specify the port number. This port should be a member of the MA’s associated VLAN.
<port> - Specify a port.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command. (EI Mode Only
Command)
Example
To create an MEP:
DGS-3620-28SC:admin#create cfm mep mep1 mepid 1 md op_domain ma op1 direction
inward port 2
Command: create cfm mep mep1 mepid 1 md op_domain ma op1 direction inward port
2
Success.
DGS-3620-28SC:admin#