By default, all QSFP+ ports on the EX4300 chassis are configured as virtual chassis ports (vcp).
VC minimal (recommended) requirement is two ports, meaning that two out of the four ports can be used as regular 40 Gbps interfaces and/or for uplink purpose.
Let’s assume we want to use the port #0 and 1 as uplink rather than VC ports, in order to do that, issue the following commands :
request virtual-chassis vc-port delete pic-slot 1 port 0 request virtual-chassis vc-port delete pic-slot 1 port 1
Then set them as auto-negotiation :
set interfaces et-0/1/0 ether-options no-auto-negotiation set interfaces et-0/1/1 ether-options no-auto-negotiation
Commit the change :
commit synchronize comment "reconfiguring int et-1-0 and 1-1 as uplink"
From this point, interfaces “et-0/1/0” and “et-0/1/1” are now visible as interfaces and can be configured as such.