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

aggregated-ether-options

date_range 11-Jun-24

Syntax

content_copy zoom_out_map
aggregated-ether-options {
    ethernet-switch-profile {
        ethernet-policer-profile {
            input-priority-map {
                ieee802.1p premium [ values ];
            }
            output-priority-map {
                classifier {
                    premium {
                        forwarding-class class-name {
                            loss-priority (high | low);
                        }
                    }
                }
            }
            policer cos-policer-name {
                aggregate {
                    bandwidth-limit bps;
                    burst-size-limit bytes;
                }
                premium {
                    bandwidth-limit bps;
                    burst-size-limit bytes;
                }
            }
        }
        (mac-learn-enable | no-mac-learn-enable);
    }
    (flow-control | no-flow-control);
    lacp {
        (active | passive);
        link-protection { 
            disable;
        (revertive | non-revertive);
        periodic interval;
        sync-reset
        system-priority priority;
        system-id system-id;
    }
    load-balance {
        local-bias;
        no-adaptive;
        per-packet;
    }
    local-bias;
    link-speed speed;
    logical-interface-chassis-redundancy;
    logical-interface-fpc-redundancy;
    (loopback | no-loopback);
    minimum-links number;
    rebalance-periodic time hour:minute <interval hours>;
    source-address-filter {
        mac-address;
        (source-filtering | no-source-filtering);
    }
}

Syntax (NFX, QFX Series, EX4600, OCX1100, QFabric)

The fcoe-lag and mc-ae statements are not supported on OCX Series switches.

content_copy zoom_out_map
aggregated-ether-options {
    configured-flow-control {
        rx-buffers (on | off);
        tx-buffers (on | off);
    }
    ethernet-switch-profile {
    tag-protocol-id;
    (fcoe-lag | no-fcoe-lag);
    (flow-control | no-flow-control);
    lacp mode {
        admin-key key;
        periodic interval;
        system-id mac-address;
        force-up;
        }
    }
    (link-protection | no-link-protection);
    link-speed speed;
    local-bias;
    local-minimum-links-threshold threshold-value;
     (loopback | no-loopback);
    mc-ae {
        chassis-id chassis-id;
        enhanced-convergence;
        events {
            iccp-peer-down {
                force-icl-down;
                prefer-status-control-active;
            }
        }
        init-delay-time seconds;
        mc-ae-id mc-ae-id;
        mode (active-active);
        recovery-delay-time seconds;
        redundancy-group group-id;
        revert-time revert-time;
        status-control (active | standby);
        switchover-mode (non-revertive | revertive);
    }
    minimum-links number;
    rebalance-periodic;
    resilient-hash;
    source-address-filter filter;
    (source-filtering | no-source-filtering);
}

Hierarchy Level

content_copy zoom_out_map
[edit interfaces aex]

Description

Configure aggregated Ethernet-specific interface properties.

Note:
  • The fcoe-lag and mc-ae statements are not supported on OCX Series switches.

  • The force-up statement is not supported on QFX10002 switches.

  • The resilient-hash statement is not supported on QFX5200, QFX5210, or QFX10002 switches.

  • On QFX switches, the enhanced-convergence statement is supported on QFX10000 line of switches and recovery-delay-time statement is supported on QFX5000 and QFX10000 line of switches.

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 before Junos OS Release 7.4.

Statements fcoe-lag and no-fcoe-lag introduced in Junos OS Release 13.2X52-D10 for the QFX Series.

Statements force-up, lacp, and resilient-hash introduced in Junos OS Release 14.1X53-D10 for the QFX Series.

Statement local-minimum-links-threshold introduced in Junos OS Release 14.1X53-D40 for the QFX Series.

footer-navigation