xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
118
config cfm ma
created maintenance association.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure a CFM MA:
DGS-3450:admin#config cfm ma op1 md op_domain vlanid 1 ccm_interval 1sec mepid_list add 1
Command: config cfm ma op1 md op_domain vlanid 1 ccm_interval 1sec mepid_list add 1
Success.
DGS-3450:admin#
create cfm mep
Purpose
Used to create an MEP.
Syntax
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>
Description
Different MEPs in the same MA must have a different MEPID. MD name, MA name, and
MEPID that together identify a 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.
Parameters
mep <string 32>
- Enter the MEP name. It is unique among all MEPs configured on the
device.This name can be up to 32 characters long.
mepid <int 1-8191>
- Specify the MEP MEPID. It should be configured in the MA’s MEPID list
first.
md <string 22>
- Specify the maintenance domain name.
md_index <uint 1-4294967295>
- Specify the maintenance domain index.
ma <string 22>
- Specify the maintenance association name.
ma_index <uint 1-4294967295>
- Specify the maintenance association index.
direction
- Specify the MEP direction.
•
inward
– Specify the inward facing (up) MEP.
•
outward
– Specify the outward facing (down) MEP.
port <port>
- Specify the port number. This port should be a member of the MA’s associated
VLAN.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To create a CFM MEP:
DGS-3450:admin#create cfm mep mep1 mepid 1 md op_domain ma op1 direction inward port 1:2
Command: create cfm mep mep1 mepid 1 md op_domain ma op1 direction inward port 1:2
Success.
DGS-3450:admin#