Description

The Article provides details on configuration to be done on  QFX10002 to bring 100Gig interfaces up.

Symptoms

>>100gig QSPF will be inserted on devices but it will not  be shown under “show chassis hardware” details   as seen below
 
root@JTAC> show chassis hardware detail no-forwarding
Hardware inventory:
Item             Version  Part number  Serial number     Description
Chassis                                BC123             QFX10002-72Q
Pseudo CB 0
Routing Engine 0          BUILTIN      BUILTIN           RE-QFX10002-72Q
  ada0   9316 MB  QEMU                 QM00001           Virtio Block Disk
  ada1   4096 MB  QEMU                 QM00002           Virtio Block Disk
  ada2    512 MB  QEMU                 QM00003           Virtio Block Disk
  ada3   1024 MB  QEMU                 QM00004           Virtio Block Disk
  usb0 (addr 0.1) UHCI root HUB 0      Intel             uhub0
  usb1 (addr 1.1) EHCI root HUB 0      Intel             uhub1
  usb2 (addr 1.2) product 0x0020 32    vendor 0x8087     uhub2
FPC 0            REV 09   751-092527   BKDF9485          QFX10002-72Q >>>>>>>>>>>>>>>>>.No 100gig interfaces decide on device 
  CPU                     BUILTIN      BUILTIN           FPC CPU
  PIC 0                   BUILTIN      BUILTIN           72X40G
  Mezz           REV 03   711-090775   BGHK6443          Mezz Board 36X40GE
Power Supply 0   REV 07   740-054405   3KGSB535232       AC AFO 1600W PSU
Power Supply 1   REV 07   740-054405   3KGSB535240       AC AFO 1600W PSU
Power Supply 2   REV 07   740-054405   3KGSB35S231       AC AFO 1600W PSU
Power Supply 3   REV 07   740-054405   3KGSB351239       AC AFO 1600W PSU
Fan Tray 0                                               QFX10002 Fan Tray 0, Front to Back Airflow - AFO
Fan Tray 1                                               QFX10002 Fan Tray 1, Front to Back Airflow - AFO
Fan Tray 2                                               QFX10002 Fan Tray 2, Front to Back Airflow - AFO
 
 

>>Along with the above outputs, the logs will have below messages if the QSFP's are inserted in wrong ports ,



Dec 4 12:27:55 JTAC : %PFE-2: fpc0 pic:0 port:0 100G QSFP Module not supported on this port.
Dec 4 12:27:55 JTAC : %PFE-2: fpc0 pic:0 port:1 100G QSFP Module detected but not configured. Configuration required for 100g interface creation.



 

Solution

The solution for the 1000gig interfaces to be seen of devices and to be up, we need to check below details,

 

  1. We need to insert the 100gig ports as show in below port panel documentation as 100gig ports will not work on all the ports


https://www.juniper.net/documentation/us/en/hardware/qfx10002/topics/topic-map/qfx10002-port-panel.html#port-panel-QFX10002-36Q__d15647e167

  1. Once we have inserted the optics in correct port , add the below configuration to make 100gig interfaces up .

We need to add correct port umber where we have 100gig QSPF inserted

        set chassis fpc [slot-number] pic [slot number] port [port-number] speed 100g

  1. Based on documentation the interfaces will not be visible unless we configure speed under chassis hierarchy  

 

https://www.juniper.net/documentation/us/en/hardware/qfx10002/topics/topic-map/qfx10002-port-panel.html#port-panel-QFX10002-36Q__d15647e167


Note: When we enable 100gig port on the device, the two adjacent ports will be  disabled , please check ofr the port panel documentation shred above for the links that will be disabled and the ports that can be configured as 100gig


 

Modification History

2024-02-06 : Article Created