cfd ma

Syntax

cfd ma ma-name md md-name vlan vlan-id

undo cfd ma ma-name md md-name

View

System view

Default level

2: System level

Parameters

ma ma-name: Specifies the name of the MA, a string of 1 to 43 characters. IEEE 802.1ag standard version allows an MA name to contain letters, numbers, and special characters (including ~ ! @ # $ % ^ & * ( ) - _ + = { } [ ] | \ : ; " ' < > , . /). IEEE 802.1ag draft5.2 version and IEEE 802.1ag draft5.2 interim version allow an MA name to contain letters, numbers, and special characters (including – and _), but do not allow an MA name to start or end with a special character.

md md-name: Specifies the name of an MD, a string of 1 to 43 characters. IEEE 802.1ag standard version allows an MD name to contain letters, numbers, and special characters (including ~ ! @ # $ % ^ & * ( ) - _ + = { } [ ] | \ : ; " ' < > , . /). IEEE 802.1ag draft5.2 version and IEEE 802.1ag draft5.2 interim version allow an MD name to contain letters, numbers, and special characters (including – and _), but do not allow an MD name to start or end with a special character.

vlan vlan-id: Specifies the ID of the VLAN where MA is in service, ranging from 1 to 4094.

Description

Use cfd ma to create MAs in an MD.

Use undo cfd ma to delete MAs in an MD.

By default, no MA is created.

Before creating an MA, you must create an MD first.

The total length of the MA and MD names should not exceed 44 characters.

Deleting an MA also deletes the configurations related to that MA.

Related commands: cfd md.

Examples

# Create an MA named test_ma in an MD named test_md, and configure the MA to serve VLAN 100.

<Sysname> system-view
[Sysname] cfd md test_md level 3
[Sysname] cfd ma test_ma md test_md vlan 100