All the 40g and 100g interfaces will be called with “et” prefix. This is in line with Junos interface naming convention.
10g interfaces will remain to be called “xe”.
If a 40g interface is channelized to 10g, it will be called xe interface with “colon” notation.
https://www.juniper.net/documentation/en_US/junos/topics/topic-map/switches-interface-port.html
On QFX5100-48S and QFX5100-48T switches running Enhanced Layer 2 Software:
The valid port range for a 10-Gigabit Ethernet interface is 0 through 47 on PIC 0. There are 48 available ports. When you channelize the 6 40-Gbps QSFP+ ports on 0 through 5 on PIC 1, there are 72 available ports.
port Numbering | QFX5100 has: 48x 10G: 0 to 47 6x 40G: 48 to 53 >>> if using chanalized 10G: port 53 ( 40G) will become 0/0/53:0 ,0/0/53:1 , 0/0/53:2 , 0/0/53:3. suffix is [ 0 - 3 ] |
1- chassis 2- interface 3- ae interface | config set chassis aggregated-devices ethernet device-count 2 set chassis fpc 0 pic 0 port-range 52 53 channel-speed 10g set interfaces xe-0/0/52:0 gigether-options 802.3ad ae0 set interfaces xe-0/0/52:1 gigether-options 802.3ad ae0 set interfaces xe-0/0/53:0 gigether-options 802.3ad ae0 set interfaces ae0 flexible-vlan-tagging set interfaces ae0 aggregated-ether-options minimum-links 1 set interfaces ae0 aggregated-ether-options link-speed 10g |