Description

When you try to power on PIC which is powered off for MPC5E you may receive error and unable to power on the PIC.

Symptoms

- MPC5E is installed in chassis.
- PICs are powered off with CLI - set chassis fpc X pic X power off
-
Below error is seen when powered off PIC will be attempted to power on
    FPC slot X does not support this command 
 

Solution

The error occurs because the line card has more interfaces than the available PFEs to support them. For instance, in the case of the 6x40GE + 24x10GE MPC5E, known as the MPC5E 3D 24XGE+6XLGE in the CLI, it has a line throughput of 240 Gbps. It supports the following port combinations:

  • Six 40-Gigabit Ethernet ports
  • Twenty-four 10-Gigabit Ethernet ports
  • Three 40-Gigabit Ethernet ports and twelve 10-Gigabit Ethernet ports

Consider the following example for context:

 

  • FPC 1           REV 37  750-054563        MPC5E 3D 24XGE+6XLGE
    •  CPU           REV 13  711-045719          RMPC PMB

       PIC 0                  BUILTIN     BUILTIN          12X10GE SFPP OTN

         Xcvr 1      REV 01  740-021308         SFP+-10G-SR

         Xcvr 2      REV 01  740-021309        SFP+-10G-LR

         Xcvr 5      REV 01  740-021308         SFP+-10G-SR

         Xcvr 6      REV 01  740-021308         SFP+-10G-SR

         Xcvr 7      REV 01  740-021308         SFP+-10G-SR

         Xcvr 8      REV 01  740-021308         SFP+-10G-SR

       PIC 1                  BUILTIN     BUILTIN          12X10GE SFPP OTN

       PIC 2                  BUILTIN     BUILTIN          3X40GE QSFPP

       PIC 3                  BUILTIN     BUILTIN          3X40GE QSFPP

         Xcvr 0      REV 01  740-032986          QSFP+-40G-SR4

         Xcvr 1      REV 01  740-032986          QSFP+-40G-SR4

         Xcvr 2      REV 01  740-032986          QSFP+-40G-SR4

       WAN MEZZ      REV 17  750-049136          MPC5E 24XGE OTN Mezz

       

      fpc 1 {

             pic 1 {

                 power off;

             }

             pic 2 {

                 power off;

             }
       


      In the aforementioned example, the device currently contains three 40 Gb ports on PIC3 and six 10 GB ports on PIC0. If an attempt is made to activate PIC 1 or PIC 2 using the CLI command 'set chassis fpc X pic X power on,' an error message stating 'FPC slot 1 does not support this command' will be displayed on the chassis.

      Note - When considering powering on a PIC to support a specific port combination, it's crucial to identify the appropriate PIC for that combination. Only the respective PIC supporting the required ports should be powered on, while the remaining PICs need to be powered off.

Modification History

2023-11-15 : Article Created