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

interface-range (QFX Series)

date_range 30-May-24

Syntax

The vlan-id statement is not supported on OCX Series switches.

content_copy zoom_out_map
interface-range  interface-range-name {
    disable;
    description text;
    ether-options {
        802.3ad aex {
            lacp {
                force-up;
            }
        }
         (auto-negotiation| no-auto-negotiation);
        (flow-control | no-flow-control);
        link-mode mode;
        speed (auto-negotiation | speed);
    }
    hold-time milliseconds down milliseconds;
    member interface-name;
    member-range starting-interface-name to  ending-interface-name;
    mtu bytes;
    unit logical-unit-number {
        description text;
        disable;
        family family-name {...}
        (traps | no traps);
        vlan-id vlan-id-number;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit interfaces]

Description

Note:

The vlan-id statement and Fibre Channel interfaces are not supported on OCX Series switches.

Note:

The interface range definition is supported only for Gigabit Ethernet, 10-Gigabit Ethernet, and Fibre Channel interfaces. Interface ranges are not supported on channelized interfaces.

Group interfaces that share a common configuration profile.

Options

interface-range-name—Name of the interface range.

Note:

You can use regular expressions and wildcards to specify the interfaces in the member range configuration. Do not use wildcards for interface types.

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

footer-navigation