xStack® DES-3528/DES-3552 Series Layer 2 Managed Stackable Fast Ethernet Switch CLI Reference Guide
487
config cfm md
Purpose
Used to configure parameters of a maintenance domain.
Syntax
config cfm md <string 22> {mip [none | auto | explicit] | sender_id [none | chassis |
manage | chassis_manage]} (1)
Description
Creation of MIPs on a MA is useful for tracing the link MIP by MIP.
It also allows the user to perform loop-back from MEP to an MIP.
Parameters
md
– Specifies the maintenance domain name.
mip
– Specifies and controls the creation of MIPs.
none
– Specifies that MIPs will not be created. This is the default value.
auto
– MIPs can always be created on any ports in this MD, if that port is not configured with
a MEP of this MD.
For the intermediate Switch in a MA, the setting must be auto in order for the MIPs to be
created on this device.
explicit
– MIPs can be created on any ports in this MD, only if the existing lower level has an
MEP configured on that port, and that port is not configured with an MEP of this MD.
sender_id
– Specifies and control the information to be advertised.
none
– Specifies that there is no information to be advertised. This is the default value.
chassis
– Advertises the Chassis ID information.
manage
– Advertises the Management Address information.
chassis_manage
– Advertises both Management Address and Chassis ID information.
Restrictions
Only Administrator and Operator and Power-User-level users can issue this command.
Example usage:
To configure cfm on a maintenance domain:
DES-3528:admin# config cfm md op_domain mip explicit
Command: config cfm md op_domain mip explicit
Success.
DES-3528:admin#
create cfm ma
Purpose
Used to create a maintenance association.
Syntax
create cfm ma <string 22> md <string 22>
Description
Different MAs in a MD must have different MA Names. Different MAs in different MDs may
have the same MA Name.
Parameters
md
– Specifies the maintenance domain name.
ma
– Specifies the maintenance association name.
Restrictions
Only Administrator and Operator and Power-User-level users can issue this command.
Example usage:
To create a cfm maintenance association:
DES-3528:admin# create cfm ma op1 md op_domain
Command: create cfm ma op1 md op_domain
Success.
DES-3528:admin#