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

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
fabric
    aliases {
        director-device director-device-name {
            assigned-director-device-name;
        }
        interconnect-device interconnect-device-name {
            assigned-interconnect-device-name;
        }
        node-device node-device-name {
            assigned-node-device-name;
        }
    }
    flow-groups {
        flow-group-name {
            node-device (node-device-name | serial-ID | alias);
            interconnect-device interconnect-device-name;
        }
        node-device (node-device-name | serial-ID | alias) {
            interconnect-device interconnect-device- name {
                preference (high | normal | never);
            }
        }
    }
    protocols {
        fabric-control {
            graceful-restart {
                restart-timeseconds;
                stale-routes-time seconds;
            }
        }
    }
    resources {
        node-group node-group-name {
            node-device node-device-name;
            network-domain;
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit]

Description

(QFabric systems only) Define resources, routing options, fabric control protocol settings, and the mapping of user-defined names to QFabric system components.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

admin—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 11.3.

footer-navigation