Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

fabric-maintenance-associations

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
fabric-maintenance-associations {
    fma-name {
        description string;
        fabric-maintenance-end-points {
            fmep-id {
                description string;
                fmep-interface interface-name;
                fmep-name name;
            }
        }
        vlan-name vlan-name;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit protocols oam fabric]

Description

Configure the fabric maintenance association (FMA) parameters for internal fabric monitoring. The FMA defines a set of QFabric system interfaces (fabric maintenance endpoints [FMEPs]) that are members of a given VLAN which are used in internal fabric monitoring operations. The FMA associates the set of FMEPs with a VLAN. Configuration of the VLAN is mandatory.

The remaining statements under this hierarchy level are explained separately.

Options

description string

Description of the FMA.

  • Syntax: 1 to 128 alphanumeric characters

fma-name

Name of the FMA.

  • Syntax: 1 to 20 alphanumeric characters

vlan-name vlan-name

Name of the VLAN for which the FMA is defined.

Note:

Configuring the VLAN option is mandatory.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 12.2.

footer-navigation