3.4.1 CFM Global Configuration

Command Syntax:

cfm sender-id-tlv { disable | chassis | management | chassis-management }
cfm port-status-tlv { disable | enable }
cfm interface-status-tlv { disable | enable }
cfm organization-specific-tlv { disable | enable oui <oui> subtype <subtype> value <value> }
Table 3-25. Command Description

Argument

Description

Parameter

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)

enable

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

<oui>

OUI transmitted with the Organization-Specific TLVs. Enter it as 6 characters, 0-9, a-f, in the format XX-XX-XX.

<subtype>

Subtype transmitted with the Organization-Specific TLV. Can be any value in range of 0–255.

<value>

Value transmitted in the Organization-Specific TLVs. Value is a printable character string of length 0–63.

Default

None

Mode

Global Configuration mode

Usage

Configure CFM Global parameters

Example

Example 1:

Enable Sender ID TLV and send Chassis ID.

(config)# cfm sender-id-tlv chassiscf

Example 2:

Send Organization Specific TLV with OUI, subtype, and value.

(config)# cfm organization-specific-tlv enable oui 12-34-56 subtype 1 value “test”