You can convert default 40-Gigabit Ethernet data plane
uplink interfaces (fte) to 40-Gigabit Ethernet access interfaces (xle)
ports, and default 40-Gigabit Ethernet interfaces (xle) to 40-Gigabit
Ethernet data plane uplink interfaces (fte). Ports Q0 and Q1 are fixed
fte ports and cannot be changed. Ports Q2 and Q3 are fte ports by
default but can be changed to xle ports. Ports Q4 and Q5 are xle ports
by default but can be changed to fte ports.
Note: On QFX5100-24Q switches, ports Q1 through Q7 are fixed
FTE ports and cannot be changed.
Note: You must configure xle ports in pairs, not individually,
otherwise functionality is not guaranteed.
CAUTION:
The Packet Forwarding Engine on a QFX5100 switch is
restarted when you commit port type configuration changes (for example,
configuring or deleting an fte
or xle
port).
As a result, you might experience packet loss on the device.
The following steps describe how to configure either
a block of ports or an individual port, as well as how to delete these
configurations.
- To configure a block of ports to operate as 40-Gigabit
Ethernet interfaces (xle) , specify a port range:
[edit chassis node-group name node-device name pic 1]
user@switch# set xle port-range port–range-low port-range-high
For example, to configure ports Q4 through Q5 to operate
as 40-Gigabit Ethernet interfaces (xle):
[edit chassis node-group name node-device name pic 1]
user@switch# set xle port-range 4 5
- To configure a block of ports to operate as 40-Gigabit
Ethernet data plane uplink interfaces (fte), specify a port range:
[edit chassis node-group name node-device name pic 1]
user@switch# set fte port-range port–range-low port-range-high
For example, to configure ports Q4 through Q5 to operate
as 40-Gigabit Ethernet data plane uplink interfaces (fte):
[edit chassis node-group name node-device name pic 1]
user@switch# set fte port-range 4 5
- To configure an individual port to operate as a 40-Gigabit
Ethernet data plane uplink interfaces (fte), specify a port number:
[edit chassis node-group name node-device name pic 1]
user@switch# set fte port port-number
For example, to configure port Q4 to operate as a 40-Gigabit
Ethernet data plane uplink interfaces (fte):
[edit chassis node-group name node-device name pic 1]
user@switch# set fte port 4
- Review your configuration and issue the
commit
command.[edit]
user@switch# commit
commit complete
- To delete a block of ports configured as 40-Gigabit Ethernet
(xle) ports, specify a port range:
[edit chassis node-group name node-device name pic 1]
user@switch# delete xle port-range port-range-low port-range-high
For example, to delete the 40-Gigabit Ethernet access
interface (xle) port configuration for ports Q2 through Q3:
[edit chassis node-group name node-device name pic 1]
user@switch# delete xle port-range 2 3
- To delete an individual port configured as a 40-Gigabit
Ethernet (xle) interface:
[edit chassis node-group name node-device name pic 1]
user@switch# delete xle port port-number
For example, to delete the 40-Gigabit Ethernet interface
(xle) for port Q2:
[edit chassis node-group name node-device name pic 1]
user@switch# delete xle port 2
- To delete a block of ports configured as 40-Gigabit Ethernet
data plane uplink interfaces (fte), specify a port range:
[edit chassis node-group name node-device name pic 1]
user@switch# delete fte port-range port-range-low port-range-high
For example, to delete the block of ports configured
as 40-Gigabit Ethernet data plane uplink interfaces (fte) for ports
Q4 through Q5:
[edit chassis node-group name node-device name pic 1]
user@switch# delete fte port-range 4 5
- To delete an individual port configured as a 40-Gigabit
Ethernet data plane uplink interfaces (fte):
[edit chassis node-group name node-device name pic 1]
user@switch# delete fte port port-number
For example, to delete the 40-Gigabit Ethernet data plane
uplink interfaces (fte) for port Q4:
[edit chassis node-group name node-device name pic 1]
user@switch# delete fte port 4
- Review your configuration and issue the
commit
command.[edit]
user@switch# commit
commit complete