[Contents] [Prev] [Next] [Index] [Report an Error]


show chassis fpc

Syntax

show chassis fpc <pic-status <fpc-slot>> <detail <fpc-slot>>

Description

Display status information about the installed FPCs and PICs.

Options

none—Display brief information about the state of the FPCs.

detail <fpc-slot>—(Optional) Display detailed status information for the all FPCs or for the specified FPC.

pic-status <fpc-slot>—(Optional) Display information for all PICs or for the PICs in the specified slot.

Required Privilege Level

view

Output Fields

Slot—Slot number and state. The state can be one of the following:

Logical slot—Slot number.

Temp (C) or Temperature—Temperature of the air passing by the FPC, in degrees Centigrade.

Total CPU Utilization (%)—(Standard output only) Total percentage of CPU being used by the FPC's processor.

Interrupt CPU Utilization (%)—(Standard output only) Of the total CPU being used by the FPC's processor, the percentage being used for interrupts.

Memory DRAM—(Standard output only) Total DRAM available to the FPC's processor, in megabytes.

Heap Utilization (%)—(Standard output only) Percentage of heap space (dynamic memory) being used by the FPC's processor. If this number exceeds 80%, it might indicate a software problem (memory leak).

Buffer Utilization (%)—(Standard output only) Percentage of buffer space being used by the FPC's processor for buffering internal messages.

Total CPU DRAM—(Detail output only) Amount of DRAM available to the FPC's CPU.

Total SRAM—(Detail output only) Amount of SRAM used by the FPC's CPU.

Total SDRAM—(Detail output only) Total amount of memory used for storing packets and notifications.

Total notification SDRAM—(Detail output only) Amount of memory used by the Packet Forwarding Engine for packet buffer and packet notification space.

I/O Manager ASIC information—(Detail output only) For the I/O Manager, identifies the version number, manufacturer, and part number.

Start time—(Detail output only) Time when the Routing Engine noticed that the FPC was running.

Uptime—(Detail output only) How long the Routing Engine has been connected to the FPC and, therefore, how long the FPC has been up and running.

PIC type—(pic-status output only) Type of PIC.

Sample Output: show chassis fpc

user@m10-host> show chassis fpc
FPC status:
               Temp
Slot State      (C)
  0  Online      27
  1  Online      28

user@m20-host> show chassis fpc
FPC status:
               Temp  CPU Utilization (%)   Memory    Utilization (%)
Slot State      (C)  Total  Interrupt      DRAM (MB) Heap     Buffer
  0  Empty        0      0          0         0         0          0
  1  Online      38      0          0         8         0          4
  2  Online      35      0          0         8         0          3
  3  Empty        0      0          0         0         0          0

Sample Output: show chassis fpc detail

user@host> show chassis fpc detail 1 
Slot 1 information:
  State                               Online
  Temperature                      48 degrees C
  Total CPU DRAM                   32 Mbytes
  Total SRAM                        4 Mbytes
  Total SDRAM                     256 Mbytes
  I/O Manager ASICs information       Version 2.0, Foundry IBM, Part number 0
  I/O Manager ASICs information       Version 2.0, Foundry IBM, Part number 0
  Start time                          2000-02-08 02:18:49 UTC
  Uptime                              14 hours, 41 minutes, 41 seconds

Sample Output: show chassis fpc pic-status

user@host> show chassis fpc pic-status 
Slot 0 Online
  PIC 1    1x OC-12 ATM, MM
  PIC 2    1x OC-12 ATM, MM
  PIC 3    1x OC-12 ATM, MM
Slot 1 Online
  PIC 0    1x OC-48 SONET, SMIR
Slot 2 Online
  PIC 0    1x OC-192 SONET, SMSR

[Contents] [Prev] [Next] [Index] [Report an Error]