3.4.2 CFM Domain Configuration

Command Syntax:

cfm domain <md_name> 
format { none | string <name> }
level <level>
sender-id-tlv { disable | chassis | management | chassis-management | defer }
port-status-tlv { disable | enable | defer }
interface-status-tlv { disable | enable }
organization-specific-tlv { disable | defer }
Table 3-26. Command Description

Argument

Description

Parameter

<md_name>

Create CFM Maintenance Domain with name value as a single word which begins with an alphabetic letter A–Z or a–z with length 1–15.

all

All CFM domains.

none

Not present (type 1)

<name>

ASCII string from 1 to 43 characters long (type 4)

<level>

MEG level of this domain. Valid values are restricted to 0–7.

disable

Do not send Sender ID, Port Status, Interface Status or Organization Specific TLVs in CCMs generated by this switch.

chassis

Enable Sender ID TLV and send Chassis ID (MAC Address)

management

Enable Sender ID TLV and send Management address (IPv4)

chassis-management

Enable Sender ID TLV and send both Chassis ID (MAC Address) and Management Address (IPv4)

defer

Let the global CFM configuration decide

enable

Include Port Status, Interface status or Organization-Specific TLVs in PDUs

Default

None

Mode

Global Configuration mode and CFM Domain configuration mode.

Usage

Create CFM Domain and configure its parameters. To delete the specific domain by name, use the 'no' version of the command, or use the argument 'all' to delete all CFM domains.

Example

Example 1:

Create CFM domain test.

(config)# cfm domain test

Example 2:

Set the format to string with the name teststring and level 5.

(config-cfm-dmn)# format string “teststring”
(config-cfm-dmn)# level 5