Description

This article describes how to put an FPC card to go offline/online/restart from CLI

Symptoms

If any FPC card in the device is encountering any issues or you want to specifically you want to restart or make it online/offline.

Solution

1.Identify the slot number.

You can run the command show chassis fpc pic-status to verify the cards inserted in respective slots:

 

sample:

root> show chassis fpc pic-status

Slot 1  Online    SRX5k SPC II

 PIC 0 Online    SPU Cp

 PIC 1 Online    SPU Flow

 PIC 2 Online    SPU Flow

 PIC 3 Online    SPU Flow

Slot 2  Online    SRX5k SPC II

 PIC 0 Online    SPU Flow

 PIC 1 Online    SPU Flow

 PIC 2 Online    SPU Flow

 PIC 3 Online    SPU Flow

Slot 3  Online    SRX5k IOC II

 PIC 0 Online    10x 1GE(LAN) SFP

 PIC 1 Online    10x 1GE(LAN) SFP

Slot 4  Online    SRX5k IOC II

 PIC 0 Online    10x 10GE SFP+

 

If you wish to set the IOC card to go offline, use the below command:

request chassis fpc slot 3 offline

 

NOTE: IOC is inserted in slot3.

 

If you wish to make the IOC online, use the below command:

request chassis fpc slot 3 online

 

If you wish to restart the IOC, use the below command:

request chassis fpc slot 3 restart

 

 

 

 

 

Modification History

2024-08-29 : Article Created