3.4.3 CFM Service Configuration

Command Syntax:

service <ma_name>
format { string <format_string> | integer <format_integer> | primary-vid | icc <format_icc_string> | icc-cc <format_icc_cc_string> }
type { port | vlan <vid> }
continuity-check interval { 3.3ms | 10ms | 100ms | 1s | }
sender-id-tlv { disable | chassis | management | chassis-management | defer }
port-status-tlv { disable | enable | defer }
interface-status-tlv { disable | enable | defer }
organization-specific-tlv { disable | defer }
Table 3-27. Command Description

Argument

Description

Parameter

<ma_name>

Create CFM Service 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 services.

<format_string>

Short MA name as string (1–45 printable characters enclosed in double-quotes, type 2)

<format_integer>

Integer in range 0–65535 (type 3)

<format_icc_string>

ITU-T ICC-based format (type 32)

<format_icc_cc_string>

ITU-T ICC-CC-based format (type 33)

<vid>

The MA's primary VID

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 configuration decide

enable

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

Default

None

Mode

CFM Service Configuration mode.

Usage

Create CFM Service and configure its parameters. To delete the specific service by name, use the 'no' version of the command, or use the parameter 'all' to delete all CFM services.

Example

Example 1:

Create CFM service "testservice" under CFM domain test.

(config)# cfm domain test
(config-cfm-dmn)# service testservice

Example 2:

Set the format to Primary Vid with CCM interval 10 ms.

(config-cfm-dmn-svc)# format primary-vid
(config-cfm-dmn-svc)# continuity-check interval 10ms