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

gigether-options (Chassis Cluster)

date_range 10-Dec-23

Syntax

content_copy zoom_out_map
gigether-options { 
    802.3ad {
        backup | primary | bundle;
        lacp {
            port-priority priority;
        }
    }
    auto-negotiation {
        remote-fault {
            local-interface-offline | local-interface-online;
        }
    }
    no-auto-negotiation;
    ethernet-switch-profile {
        mac-learn-enable;
        tag-protocol-id [tpids];
        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;
                }
            }
        }
    }
    flow-control | no-flow-control;
    ieee-802-3az-eee;
    ignore-l3-incompletes;
    loopback  | no-loopback;
    mpls {
        pop-all-labels {
            required-depth (1 | 2);
        }
    }
    redundant-parent (Interfaces Gigabit Ethernet) interface-name;
    source-address-filter {
        mac-address;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit interfaces interface-name]

Description

Configure Gigabit Ethernet specific interface properties.

Options

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 9.2.

footer-navigation