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 (OAM)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
fabric {
    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;
        }
    }
    flow-specs {
        flow-specification-name {
            ethernet-frame-size size;
            multicast-ipv4 {
                dest-ip-multicast-group ipv4-mcast-address;
                source-ip ipv4-address;
            }
            multicast-vlan-flood;
            unicast-ethernet {
                destination-mac destination-mac-address destination-mac-mask destination-mac-mask;
                ethertype ethertype;
                source-mac mac-address source-mac-mask source-mac-mask;
            }
            unicast-ethernet-ipv4 {
                destination-ip destination-ip-address destination-ip-mask destination-ip-mask;
                destination-l4-port destination-l4-port-number;
                destination-mac destination-mac-address;
                ip-proto protocol;
                source-ip source-ip-address source-ip-mask source-ip-mask;
                source-l4-port source-l4-port-number;
            }
        }
    }
    faboam-trace-options {
        file filename{
            files number;
            no-stamp;
            no-world-readable;
            replace;
            size size;
            world-readable;
        }
        flag {
            all;
            debug-all;
            ffping;
            generic;
            netio;
            packets;
            trace-route;
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit protocols oam]

Description

Configure the fabric maintenance association (FMA) and flow specification parameters for internal fabric monitoring.

The remaining statements are explained separately. See CLI Explorer.

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