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

pic

date_range 20-Nov-23

Syntax (EX4600, OCX1100, QFX Series, QFabric system with ELS)

content_copy zoom_out_map
pic pic-number{
    tunnel-port port-number tunnel-services;
    port port-number{ 
        channel-speed (speed|disable-auto-speed-detection) ;
    }
    port-range port-range-low port-range-high {
        channel-speed (speed|disable-auto-speed-detection) ;
    }
}

Syntax (EX4600, QFX Series, QFabric system)

content_copy zoom_out_map
pic pic-number { 
    fibre-channel {
        port-range {
            port-range-low port-range-high;
        }
    }
    fte{
        port port-number;
        (port-range port-range-low | port-range-high);
    }
    xe {
        (port port-number | port-range port-range-low port-range-high);
    }
    xle {
        (port port-number | port-range port-range-low port-range-high);
    }

Hierarchy Level (EX4600, OCX1100, QFX Series, QFabric system with ELS)

content_copy zoom_out_map
[edit chassis fpc slot]

Hierarchy Level (EX4600, QFX Series, QFabric system)

content_copy zoom_out_map
[edit chassis fpc slot]
content_copy zoom_out_map
[edit chassis node-group name node-device name]

Description

(QFX3500, QFX3600, and QFX5100 standalone switches running Enhanced Layer 2 Software only)—Configure a specific port or a range of ports to operate as 10-Gigabit Ethernet ports or 40-Gigabit Ethernet ports.

Enable the specified port on the Physical Interface Card (PIC) to perform in the specified operating mode.

Options

pic pic-number

(QFX3500 standalone switch only) Number of the physical interface card (PIC) on which you want to configure port types. Specify 1 to configure 10-Gigabit Ethernet or 40-Gigabit Ethernet type ports.

(QFX3600 standalone switch only) Number of the physical interface card (PIC) on which you want to configure port types. Specify 0 to configure 10-Gigabit Ethernet or 40-Gigabit Ethernet type ports.

port physical-port-number

Port number on which you want to configure the port type.

port-rangeport-range-low

Lowest-numbered port in the range of ports.

port-rangeport-range-high

Highest-numbered port in the range of ports.

channel-speed (speed |disable-auto-speed-detection)

Configure 10g for 10-Gigabit Ethernet type ports, and configure disable-auto-speed-detection) to disable auto-channelization.

Note:

This statement is not supported on the OCX Series.

  • On a QFX3500 switch, specify 0 if the port type is fiber-channel, and 2 if the port type is xle.

  • On a QFX3600 switch, specify 0 if the port type is xe, and 1 if the port type is xle.

  • On a QFX5100 switch, specify 0 if the port type is xe, and 1 if the port type is xle and fte.

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.

Options xe and xle introduced in Junos OS 12.2X50-D20 for the QFX Series.

Option channel-speed introduced in Junos OS Release 13.2 for the QFX Series.

footer-navigation